remove test cases. sorry I ment to do this before the first commit
[reactos.git] / reactos / lib / libxml2 / result / ent4.sax
1 SAX.setDocumentLocator()
2 SAX.startDocument()
3 SAX.internalSubset(EXAMPLE, , example.dtd)
4 SAX.entityDecl(xml, 1, (null), (null), Extensible Markup Language)
5 SAX.getEntity(xml)
6 SAX.externalSubset(EXAMPLE, , example.dtd)
7 SAX.startElement(EXAMPLE)
8 SAX.characters(
9 Test of , 11)
10 SAX.getEntity(amp)
11 SAX.characters(&, 1)
12 SAX.characters(amp; behaviour a, 16)
13 SAX.getEntity(amp)
14 SAX.characters(&, 1)
15 SAX.characters(b .
16 , 4)
17 SAX.endElement(EXAMPLE)
18 SAX.endDocument()