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'?>"
                );