Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^2: Kindly suggest a good starting point for XML Parsing.

by choroba (Cardinal)
on Dec 30, 2011 at 00:45 UTC ( [id://945575]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use XML::LibXML;
    $s = "&ltfoo name=bobby>&ltname&gtrobert</name></foo></p>";
    ...
    print $dom->serialize;
    $s2 = $dom->findnodes("//text()")->[0]->data;
    print "after: $s2.\n";
    
  2. or download this
    before: &ltfoo name=bobby>&ltname&gtrobert</name></foo></p>.
    <?xml version="1.0"?>
    <root>&amp;ltfoo name=bobby&gt;&amp;ltname&amp;gtrobert&lt;/name&gt;&l
    +t;/foo&gt;&lt;/p&gt;</root>
    after: &ltfoo name=bobby>&ltname&gtrobert</name></foo></p>.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-03-19 03:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found