Help for this page

Select Code to Download


  1. or download this
    $ echo '<root>&#x0e;</root>' | xmllint -
    -:1: parser error : xmlParseCharRef: invalid xmlChar value 14
    <root>&#x0e;</root>
                ^
    
  2. or download this
    $ perl -e'print "<root><![CDATA[\x{0e}]]></root>"' | xmllint -
    -:1: parser error : PCDATA invalid Char value 14
    <root><![CDATA[]]></root>
                   ^