Merge: doc: fixed some typos and other misc. corrections
[nit.git] / tests / xml_tests / ibm14v01.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 empty string -->
9 <student first="Snow"></student>