mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-27 03:21:26 +03:00
10 lines
344 B
Plaintext
10 lines
344 B
Plaintext
|
<?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="&ent; &ent; &ent;" nmtokens="Test this normalization"/>
|