source: NonGTP/Xerces/xerces-c_2_8_0/tests/DOM/TypeInfo/data/combined.dtd @ 2674

Revision 2674, 251 bytes checked in by mattausch, 16 years ago (diff)
Line 
1<!ELEMENT root (level1, level1a) >
2
3<!ATTLIST root
4    xsi:noNamespaceSchemaLocation CDATA #REQUIRED
5    xmlns:xsi CDATA #REQUIRED
6    attBoth  CDATA #REQUIRED
7    attDTD  CDATA #REQUIRED
8>
9
10<!ELEMENT level1 (#PCDATA) >
11<!ELEMENT level1a (#PCDATA) >
12
Note: See TracBrowser for help on using the repository browser.