diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2003-09-03 13:10:37 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2003-09-03 13:10:37 +0000 |
commit | 4b1577f14adf070259221726083c6e2106afb201 (patch) | |
tree | 248bd484d895c1c970e4a9f2846a5506931803b0 /result/defattr2.xml.sax | |
parent | ac097cc683ba73b0f0dd3ae183e8715474182c99 (diff) | |
download | android_external_libxml2-4b1577f14adf070259221726083c6e2106afb201.tar.gz android_external_libxml2-4b1577f14adf070259221726083c6e2106afb201.tar.bz2 android_external_libxml2-4b1577f14adf070259221726083c6e2106afb201.zip |
removing the SAXresults tree, keeping result in the same tree, added
* Makefile.am results/*.sax SAXResult/*: removing the SAXresults
tree, keeping result in the same tree, added SAXtests to the
default "make tests"
Daniel
Diffstat (limited to 'result/defattr2.xml.sax')
-rw-r--r-- | result/defattr2.xml.sax | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/result/defattr2.xml.sax b/result/defattr2.xml.sax new file mode 100644 index 00000000..72f8fca7 --- /dev/null +++ b/result/defattr2.xml.sax @@ -0,0 +1,11 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.internalSubset(doc, , ) +SAX.elementDecl(doc, 1, ...) +SAX.attributeDecl(doc, defatt, 9, 1, 0, ...) +SAX.attributeDecl(doc, xmlns:tst, 1, 4, http://example.org, ...) +SAX.attributeDecl(doc, tst:att, 9, 1, 1, ...) +SAX.externalSubset(doc, , ) +SAX.startElement(doc, att='1') +SAX.endElement(doc) +SAX.endDocument() |