aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/pgkit/xmltest2.xml
blob: cfc8b1e8f92f306ae7ed597c4cfd33be50036c4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<root>
 <q req_id="default_id"/>
 <p fixed="bad fixed value" enum="bad enum"/>
 <p>
  <b/>
  <c>
   <unexpected/>
   <undefined/>
  </c>
  <q req_id="unreferenced_id"/>
 </p>
 <n nmtoken="1bad nmtoken"/>
 <n nmtoken="default_nmtoken"/>
 <n/>
 <nn nmtokens="1bad nmtokens"/>
 <nn nmtokens="default_nmtoken"/>
 <nn/>
 <bad_id bad_idref="1bad ID"/>
 <bad_id/>
 <bad_ent bad_ent="1bad ENTITY"/>
 <bad_ent/>
 <empty>text in empty</empty>
</root>