Author :
Daniel Veillard
Date :
1999-06-02 17:44:04
Hash :011b63cb Message :Release of libxml-1.1, Daniel.
test/xml1
<?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>&example;</test>