Tag
Hash :
b96e6438
Author :
Date :
1999-08-29T21:02:19
Release 1.6, lot of fixes, more validation, code cleanup, added namespace on attributes, 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>