1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00
libxml2/SAXresult/ent5
Daniel Veillard 399156223f - testSAX.c: fixed problem with cdata reporting
- SAXresult/* : updated
Daniel
2000-10-15 10:06:55 +00:00

14 lines
271 B
Plaintext

SAX.setDocumentLocator()
SAX.startDocument()
SAX.startElement(EXAMPLE)
SAX.characters(
This is an inverted excla, 42)
SAX.characters(¡, 2)
SAX.characters(
This is a space , 21)
SAX.characters( , 1)
SAX.characters(
, 2)
SAX.endElement(EXAMPLE)
SAX.endDocument()