in reply to Re: Mixed XML content with XML::LibXML
in thread Mixed XML content with XML::LibXML
<root> <node> text1a <child1>data</child1> <child2>data2</child2> text1b </node> <node> text2a <child1>blah</child1> text2b </node> </root>
If that's a problem, find /root/node elements, then for each of those elements, find child::text().
Sorry, I don't have XML::LibXML here to test.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Mixed XML content with XML::LibXML
by lobeydosser (Novice) on Sep 29, 2008 at 14:11 UTC |