in reply to
Question on XML::LibXML...
Sounds like you're looking for the text node. Use
/text()
in your xpath to reference this node.
For example, if you want to point to a particular node:
/root/element/text()
[download]
Or more generically:
//element/text()
[download]
If you provide some sample xml, we could help out much more.
Comment on
Re: Question on XML::LibXML...
Select
or
Download
Code
In Section
Seekers of Perl Wisdom