Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Problem saving XML

by rpike (Scribe)
on May 11, 2012 at 16:02 UTC ( [id://970050]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0" encoding="UTF-8"?>
        <mainTag>
    ...
            <nextSessionID>1000</nextSessionID>
        </items>
        </mainTag>
    
  2. or download this
    <?xml version='1.0'?>
    <items nextSessionID="1001" />
    
  3. or download this
    my $xmlSimp = XML::Simple->new();
    my $xmlCont = $xmlSimp->XMLin($xmlPath);
    ...
            OutputFile => $xmlPath,
            XMLDecl => "<?xml version='1.0'?>"
                );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (6)
As of 2024-04-18 10:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found