Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0"?>
    <DocumentRoot>
            <Element Attr="B&#xE4;r" />
    </DocumentRoot>
    
  2. or download this
    use XML::DOM;
    my $file = @ARGV[0];
    ...
    }
    $doc->printToFile($file."_out");
    exit;
    
  3. or download this
    <?xml version="1.0"?>
    <DocumentRoot>
            <Element Attr="Bär"/>
    </DocumentRoot>
    
  4. or download this
    parsefile() failed:
    not well-formed (invalid token) at line 3, column 17, byte 54 at /usr/
    +lib/perl5/XML/Parser.pm line 187