Merge: doc: fixed some typos and other misc. corrections
[nit.git] / tests / xml_tests / ibm14v02.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE student [
3 <!ELEMENT student (#PCDATA)>
4 <!ATTLIST student first CDATA #REQUIRED
5 last CDATA #IMPLIED>
6 ]>
7
8 <!-- testing chardata with white space -->
9 <student first="Eric"> &#x0A; &#x09; &#x0D;&#x20;</student>