This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/sgml/Test/noent.sgml
2009-03-13 19:39:06 +00:00

15 lines
361 B
Plaintext

<!DOCTYPE tiny-htm [
<!ELEMENT tiny-htm - - (p|pre)+>
<!ELEMENT p - O (#PCDATA|i|b|var)*>
<!ELEMENT pre - O (#PCDATA|i|b|var)*>
<!ELEMENT (i|b|var) - - (#PCDATA|i|b|var)*>
]>
<tiny-htm>
<p>This demonstrates the problem:
<pre>
<var>status</var> = DOM_<var>operation</var
>, &<var>result</var>);
</pre>
<p>I hope this helps.
</tiny-htm>