Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^2: Retrieving an XML node value with XML::DOM::Lite and XML::Parser

by young_monk_love_perl (Novice)
on Dec 18, 2013 at 21:44 UTC ( [id://1067717]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ARRAY(0x94b3910)
    
  2. or download this
    my $B = $doc->selectNodes("A/B")->[$cpt]->nodeValue();
    my $D = $doc->selectNodes("A/C/D")->[$cpt]->nodeValue();
    print "$B / $D \n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (2)
As of 2024-04-20 04:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found