1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 12:25:09 +03:00
libxml2/result/ent13.sax
Daniel Veillard 7f4547cdbd preparing the release of 2.7.2 fix the Solaris portability issue
* configure.in doc/* NEWS: preparing the release of 2.7.2
* dict.c: fix the Solaris portability issue
* parser.c: additional cleanup on #554660 fix
* test/ent13 result/ent13* result/noent/ent13*: added the
  example in the regression test suite.
* HTMLparser.c: handle leading BOM in htmlParseElement()
Daniel

svn path=/trunk/; revision=3799
2008-10-03 07:58:23 +00:00

12 lines
303 B
Plaintext

SAX.setDocumentLocator()
SAX.startDocument()
SAX.internalSubset(test, , )
SAX.entityDecl(ampproblem, 1, (null), (null), &)
SAX.getEntity(ampproblem)
SAX.externalSubset(test, , )
SAX.getEntity(ampproblem)
SAX.startElement(t, a='&ampproblem;')
SAX.characters(a, 1)
SAX.endElement(t)
SAX.endDocument()