Edit

kc3-lang/libxml2/result/xml2

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2000-03-14 18:30:20
    Hash : cf46199c
    Message : This is the 2.0.0-beta, lots and lots and lots of changes Have a look at http://xmlsoft.org/upgrade.html Daniel

  • result/xml2
  • <?xml version="1.0"?>
    <!DOCTYPE test [
    <!ELEMENT test (#PCDATA)>
    <!ENTITY % xx "&#37;zz;">
    <!ENTITY % zz '&#60;!ENTITY tricky "error-prone" >'>
    <!ENTITY tricky "error-prone">
    ]>
    <test>This sample shows a &tricky; method.</test>