Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <mytag>
    ...
        <mytag.response>User data updated for ID: 545454545</mytag.respons
    +e>
      </mytag.ack>
    </mytag>
    
  2. or download this
    <?xml version="1.0"?>
    <mytag>
    ...
        <mytag.response>User data updated for ID: 545454545</mytag.respons
    +e>
      </mytag.ack>
    </mytag>
    
  3. or download this
    my $xs = new XML::Simple(keeproot => 1);
    my $XMLref = $xs->XMLin($result, suppressempty => '');