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