Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

gellyfish's scratchpad

by gellyfish (Monsignor)
on Jun 03, 2004 at 22:37 UTC ( [id://360552]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use XML::XPath;
                                                                          
    +          
    my $xp = XML::XPath->new(filename => 'greet.xml');
                                                                          
    +          
    print $xp->findvalue('//greeting/text()')->value();
    
  2. or download this
    use XML::LibXML;
    my $parser = XML::LibXML->new();
    ...
    {
       print $node->nodeName(), ($node->attributes())[0]->nodeValue(),"\n"
    +;
    }
    
  3. or download this
    C:\Documents and Settings\jstowe-admin>install http://theoryx5.uwinnip
    +eg.ca/ppms
    /XML-LibXML.ppd
    ...
    Successfully installed XML-LibXML version 1.58 in ActivePerl 5.8.7.815
    +.
    
    C:\Documents and Settings\jstowe-admin>
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-19 06:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found