1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 12:25:09 +03:00
libxml2/result/att3.sax2
Daniel Veillard 4a5a964c66 added SAXv2 regression tests apparently missing. added SAX1/SAX2 checks.
* result/*.sax2 MAkefile.am: added SAXv2 regression tests apparently
  missing.
* runtest.c: added SAX1/SAX2 checks.
Daniel
2005-06-27 10:40:55 +00:00

9 lines
236 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

SAX.setDocumentLocator()
SAX.startDocument()
SAX.startElementNs(select, NULL, NULL, 0, 1, 0, onclick='aaaa...', 17)
SAX.characters(f, 1)
SAX.characters( , 2)
SAX.characters(oo, 2)
SAX.endElementNs(select, NULL, NULL)
SAX.endDocument()