1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 12:25:09 +03:00
libxml2/result/comment4.xml.sax
Daniel Veillard 4c778d8b96 boosting common commnent parsing code, it was really slow. added sprecific
* parser.c: boosting common commnent parsing code, it was really
  slow.
* test/comment[3-5].xml result//comment[3-5].xml*: added sprecific
  regression tests
Daniel
2005-01-23 17:37:44 +00:00

9 lines
223 B
Plaintext

SAX.setDocumentLocator()
SAX.startDocument()
SAX.comment( test of non ascii comments like là et très )
SAX.comment(à another one )
SAX.comment( another one à)
SAX.startElement(doc)
SAX.endElement(doc)
SAX.endDocument()