mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-25 23:21:26 +03:00
6977c6c437
* SAX2.c: fix bug #324432 with <xml:foo/> * test/ns7 resul//ns7*: added to the regression tests Daniel
6 lines
210 B
Plaintext
6 lines
210 B
Plaintext
SAX.setDocumentLocator()
|
|
SAX.startDocument()
|
|
SAX.startElementNs(test, xml, 'http://www.w3.org/XML/1998/namespace', 0, 0, 0)
|
|
SAX.endElementNs(test, xml, 'http://www.w3.org/XML/1998/namespace')
|
|
SAX.endDocument()
|