summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qxmlstream/XML-Test-Suite/xmlconf/ibm/valid/P51/ibm51v02.xml
blob: c424f8e5d793512ad4f9bed69468f8b375e3c38b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0"?>
<!DOCTYPE root SYSTEM "ibm51v02.dtd" [
  <!ELEMENT root ANY>
]>
<root>
  <a> Element type a </a>
  <b> Element type b </b>
  <c> Element type c </c>
  <d> Element type d <c></c> </d>
  <e> Element type e <a></a> <b></b> <c></c> </e>
</root>
<!--* a valid test: tests P51 VC: Proper Group/PE Nesting *-->