10 lines
374 B
XML
10 lines
374 B
XML
<?xml version="1.0" standalone="yes"?>
|
|
<!DOCTYPE attributes [
|
|
<!ELEMENT attributes EMPTY>
|
|
<!ATTLIST attributes nmtoken NMTOKEN #IMPLIED>
|
|
<!ATTLIST attributes nmtokens NMTOKENS #IMPLIED>
|
|
<!ENTITY ent " entity&recursive; ">
|
|
<!ENTITY recursive "reference">
|
|
]>
|
|
<attributes nmtoken="entityreference entityreference entityreference" nmtokens="Test this normalization"/>
|