diff options
Diffstat (limited to 'result/noent/defattr.xml.sax2')
-rw-r--r-- | result/noent/defattr.xml.sax2 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/result/noent/defattr.xml.sax2 b/result/noent/defattr.xml.sax2 new file mode 100644 index 00000000..dfeba494 --- /dev/null +++ b/result/noent/defattr.xml.sax2 @@ -0,0 +1,9 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.internalSubset(doc, , ) +SAX.elementDecl(doc, 1, ...) +SAX.attributeDecl(doc, xmlns, 1, 4, http://www.example.com/, ...) +SAX.externalSubset(doc, , ) +SAX.startElementNs(doc, NULL, 'http://www.example.com/', 1, xmlns='http://www.example.com/', 0, 0) +SAX.endElementNs(doc, NULL, 'http://www.example.com/') +SAX.endDocument() |