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

9 lines
217 B
Plaintext

SAX.setDocumentLocator()
SAX.startDocument()
SAX.internalSubset(doc, , )
SAX.elementDecl(doc, 3, ...)
SAX.attributeDecl(doc, val, 1, 3, NULL, ...)
SAX.startElement(doc, val='v1')
SAX.endElement(doc)
SAX.endDocument()