racket/collects/tests/xml/clark-tests/valid/sa/043.xml
Jay McCarthy 196ec00f16 new units, contracts, tests
svn: r13852
2009-02-26 17:09:26 +00:00

7 lines
108 B
XML

<!DOCTYPE doc [
<!ATTLIST doc a1 CDATA #IMPLIED>
<!ELEMENT doc (#PCDATA)>
]>
<doc a1="foo
bar"></doc>