in reply to Re^2: XML::LibXML and namespaces
in thread XML::LibXML and namespaces
How can I retrieve suburb2 from that?<user> <address name="1"> <entry name="Address line 1">street</entry> <entry name="Address line 2">suburb</entry> <entry name="Postal code">code</entry> </address> <address name="2"> <entry name="Address line 1">street2</entry> <entry name="Address line 2">suburb2</entry> <entry name="Postal code">code2</entry> </address> </user>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: XML::LibXML and namespaces
by Anonymous Monk on Oct 04, 2014 at 06:19 UTC | |
by seanc (Novice) on Oct 04, 2014 at 08:45 UTC |