Tag
Hash :
cf46199c
Author :
Date :
2000-03-14T18:30:20
This is the 2.0.0-beta, lots and lots and lots of changes Have a look at http://xmlsoft.org/upgrade.html Daniel
<?xml version="1.0"?>
<!DOCTYPE test [
<!ENTITY example "<p>An ampersand (&#38;) may be escaped
numerically (&#38;#38;) or with a general entity
(&amp;).</p>">
]>
<test>
<p>An ampersand (&) may be escaped
numerically (&#38;) or with a general entity
(&amp;amp;).</p>
</test>