1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00
libxml2/result/intsubset.xml.sax
Daniel Veillard 036143bb53 fixed bug #132575 about finding the end of the internal subset in push
* parser.c: fixed bug #132575 about finding the end of the
  internal subset in push mode.
* test/intsubset.xml result/intsubset.xml* result/noent/intsubset.xml:
  added the test to the regression suite
Daniel
2004-02-12 11:57:52 +00:00

10 lines
213 B
Plaintext

SAX.setDocumentLocator()
SAX.startDocument()
SAX.internalSubset(root, , )
SAX.elementDecl(root, 1, ...)
SAX.comment( " )
SAX.externalSubset(root, , )
SAX.startElement(root)
SAX.endElement(root)
SAX.endDocument()