d6a06fe092
as possible.
14 lines
216 B
Plaintext
14 lines
216 B
Plaintext
<!DOCTYPE a
|
|
[ <!ENTITY %attrs
|
|
"id ID #implied -- document-wide unique id --
|
|
class CDATA #IMPLIED -- comment --">
|
|
|
|
<!ELEMENT a - - (#PCDATA) -- foo-bar -->
|
|
<!ATTLIST a %attrs;>
|
|
]
|
|
>
|
|
|
|
<!-- x -->
|
|
|
|
<a></a>
|