blob: 407d24bbb0aa6e247205016bfee6b91b8c5f9379 [file] [log] [blame]
Daniel Veillard3d1e00c2003-09-03 13:10:34 +00001SAX.setDocumentLocator()
2SAX.startDocument()
3SAX.internalSubset(EXAMPLE, , example.dtd)
4SAX.entityDecl(xml, 1, (null), (null), Extensible Markup Language)
5SAX.getEntity(xml)
6SAX.externalSubset(EXAMPLE, , example.dtd)
Daniel Veillard3d1e00c2003-09-03 13:10:34 +00007SAX.getEntity(xml)
Daniel Veillardac097cc2003-09-03 13:10:34 +00008SAX.startElement(EXAMPLE, prop1='a&b', prop2='&xml;')
Daniel Veillard3d1e00c2003-09-03 13:10:34 +00009SAX.characters(
10 Test of entities in attribu, 35)
11SAX.endElement(EXAMPLE)
12SAX.endDocument()