1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00
libxml2/result/att11

10 lines
344 B
Plaintext
Raw Normal View History

<?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&#13;&#10; this normalization"/>