You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
248 B
Plaintext

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE rnode [
<!ELEMENT rnode (f)>
<!ELEMENT f (#PCDATA)>
<!ATTLIST f att1 CDATA #FIXED "J">
<!ENTITY f "
<f>
hello world
</f>
">
]>
<rnode>
<f>
hello world
</f>
</rnode>