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