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 "%zz;">
<!ENTITY % zz '<!ENTITY tricky "error-prone" >'>
<!ENTITY tricky "error-prone">
]>
<test>This sample shows a &tricky; method.</test>