4 lines
77 B
Plaintext
4 lines
77 B
Plaintext
|
<!ELEMENT doc (#PCDATA)>
|
||
|
<!ENTITY % e "<!ATTLIST doc a1 CDATA 'v1'>">
|
||
|
%e;
|