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

Re: How to fetch a portion of a XML file to save it in another xml file

by Your Mother (Archbishop)
on Sep 05, 2013 at 18:55 UTC ( [id://1052615]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strictures;
    use XML::LibXML;
    ...
    $doc->setDocumentElement( $test_suite );
    
    print $doc->serialize; # or $doc->toFile(...)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (2)
As of 2024-04-18 23:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found