Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    use strict;
    ...
        print XML::XPath::XMLParser::as_string($node),
        "\n\n";
    }
    
  2. or download this
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <timesheet xmlns:a="www" xmlns:b="xxx" xmlns="fred">
            <employee>
    ...
            </projects>
    </timesheet>