1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00
libxml2/result/ent3.sax

13 lines
387 B
Plaintext
Raw Normal View History

SAX.setDocumentLocator()
SAX.startDocument()
SAX.internalSubset(EXAMPLE, , example.dtd)
SAX.entityDecl(xml, 1, (null), (null), Extensible Markup Language)
SAX.getEntity(xml)
SAX.externalSubset(EXAMPLE, , example.dtd)
SAX.getEntity(xml)
SAX.startElement(EXAMPLE, prop1='a&b', prop2='&xml;')
SAX.characters(
Test of entities in attribu, 35)
SAX.endElement(EXAMPLE)
SAX.endDocument()