/ libxml2 / test / defattr2.xml
defattr2.xml
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"/>