Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Question on XML::LibXML...

by ramrod (Curate)
on Oct 14, 2009 at 19:58 UTC ( [id://801187]=note: print w/replies, xml ) Need Help??


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()
Or more generically:
//element/text()
If you provide some sample xml, we could help out much more.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://801187]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (6)
As of 2024-04-24 08:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found