in reply to Re^3: XML::LibXML problem
in thread XML::LibXML problem
So, if i was at library then I just want all of the books, no title or author elements. And if I do * then I get back all of the elements from the whole tree. Regards, John<library> <book attr1="zzz"> <title>xxxx</title> <author>yyyyy</author> </book> <book attr1="sssss"> ---- </book> <book attr1="dddd"> ---- </book> </library>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: XML::LibXML problem
by choroba (Cardinal) on Dec 29, 2011 at 16:18 UTC | |
by norricorp (Initiate) on Dec 29, 2011 at 16:38 UTC |