From 48df9613ba18a51f8bbcc8b089ff96dbeca55ad7 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 4 Jan 2005 21:50:05 +0000 Subject: fixed namespace bug in push mode reported by Rob Richards added it to the * parser.c: fixed namespace bug in push mode reported by Rob Richards * test/ns6 result//ns6*: added it to the regression tests * xmlmodule.c testModule.c include/libxml/xmlmodule.h: added an extra option argument to module opening and defined a couple of flags to the API. Daniel --- result/ns6.sax | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 result/ns6.sax (limited to 'result/ns6.sax') diff --git a/result/ns6.sax b/result/ns6.sax new file mode 100644 index 00000000..a1405b13 --- /dev/null +++ b/result/ns6.sax @@ -0,0 +1,15 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.startElement(root) +SAX.characters( + , 3) +SAX.startElement(foo, xmlns='http://abc') +SAX.endElement(foo) +SAX.characters( + , 3) +SAX.startElement(bar) +SAX.endElement(bar) +SAX.characters( +, 1) +SAX.endElement(root) +SAX.endDocument() -- cgit v1.2.3