Home | History | Annotate | Download | only in test
      1 <!DOCTYPE doc [
      2 <!ELEMENT doc EMPTY>
      3 <!ATTLIST doc
      4      defatt  (0|1)   "0"
      5      xmlns:tst CDATA #FIXED "http://example.org"
      6      tst:att (0|1)   "1">
      7 ]>
      8 <doc att="1"/>
      9