summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qxmlstream/XML-Test-Suite/xmlconf/ibm/valid/P50/ibm50v01.xml
blob: 69848f1dac08b52cbb261d053ccff9ed13c74ecf (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0"?>
<!DOCTYPE root SYSTEM "ibm50v01.dtd" [
  <!ELEMENT root (a,b)>
]>
<root><a/><b>
   <c><child1><a/><b></b><c></c></child1></c >
   <c><child2><a/><b></b><c></c></child2></c >
   content of b element
</b></root>
<!--* a valid test: tests VC:Proper Group/PE Nesting in P50 *-->