From 011b63cb2034476017dde1d4ad5a6aea43b94066 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Wed, 2 Jun 1999 17:44:04 +0000 Subject: [PATCH] Release of libxml-1.1, Daniel. --- ChangeLog | 7 + Makefile.am | 75 +- README | 7 + SAX.c | 77 +- SAXresult/dav1 | 100 +++ SAXresult/dav10 | 13 + SAXresult/dav11 | 77 ++ SAXresult/dav12 | 6 + SAXresult/dav13 | 55 ++ SAXresult/dav15 | 93 +++ SAXresult/dav16 | 22 + SAXresult/dav17 | 99 +++ SAXresult/dav18 | 22 + SAXresult/dav19 | 79 ++ SAXresult/dav2 | 104 +++ SAXresult/dav3 | 77 ++ SAXresult/dav4 | 70 ++ SAXresult/dav5 | 67 ++ SAXresult/dav6 | 83 ++ SAXresult/dav7 | 68 ++ SAXresult/dav8 | 59 ++ SAXresult/dav9 | 77 ++ SAXresult/dia1 | 365 +++++++++ SAXresult/dia2 | 365 +++++++++ SAXresult/dtd1 | 10 + SAXresult/dtd10 | 21 + SAXresult/dtd11 | 8 + SAXresult/dtd2 | 8 + SAXresult/dtd3 | 8 + SAXresult/dtd4 | 7 + SAXresult/dtd5 | 19 + SAXresult/dtd6 | 19 + SAXresult/dtd7 | 15 + SAXresult/dtd8 | 17 + SAXresult/dtd9 | 17 + SAXresult/ent1 | 21 + SAXresult/ent2 | 33 + SAXresult/ent3 | 11 + SAXresult/ent4 | 21 + SAXresult/ent5 | 15 + SAXresult/p3p | 75 ++ SAXresult/rdf1 | 223 ++++++ SAXresult/rdf2 | 193 +++++ SAXresult/svg1 | 627 ++++++++++++++++ SAXresult/svg2 | 226 ++++++ SAXresult/xml1 | 16 + SAXresult/xml2 | 21 + configure.in | 2 +- doc/html/gnome-xml-entities.html | 167 +--- doc/html/gnome-xml-parser.html | 776 ++++++++++++------- doc/html/gnome-xml-parserinternals.html | 725 ++++++++++++++---- doc/html/gnome-xml-tree.html | 283 ++++--- doc/html/gnome-xml-valid.html | 71 +- doc/html/index.sgml | 11 +- encoding.c | 4 +- encoding.h | 4 +- entities.c | 119 +-- entities.h | 3 +- error.c | 4 +- include/libxml/encoding.h | 4 +- include/libxml/entities.h | 3 +- include/libxml/parser.h | 5 + include/libxml/parserInternals.h | 31 +- include/libxml/tree.h | 1 + libxml.spec.in | 5 + parser.c | 961 +++++++++++++++++------- parser.h | 5 + parserInternals.h | 31 +- result/SVG/4rects.xml | 10 + result/SVG/a-valid.xml | 9 + result/SVG/a-wf.xml | 8 + result/SVG/bike-errors.xml | 0 result/SVG/bike.xml | 37 + result/SVG/circle.xml | 9 + result/SVG/defs.xml | 12 + result/SVG/desc.xml | 13 + result/SVG/ellipse.xml | 9 + result/SVG/flower2.xml | 43 ++ result/SVG/gradient.xml | 15 + result/SVG/group01.xml | 14 + result/SVG/group02.xml | 12 + result/SVG/group03.xml | 11 + result/SVG/image-valid.xml | 9 + result/SVG/image-wf.xml | 8 + result/SVG/lin-gradient.xml | 15 + result/SVG/marker.xml | 19 + result/SVG/mask.xml | 12 + result/SVG/mathswitch.xml | 14 + result/SVG/parentns.xml | 6 + result/SVG/path01.xml | 4 + result/SVG/path02.xml | 9 + result/SVG/patternfill.xml | 8 + result/SVG/polyline.xml | 8 + result/SVG/private.xml | 15 + result/SVG/rad-gradient.xml | 16 + result/SVG/rectangle.xml | 9 + result/SVG/richdesc.xml | 11 + result/SVG/script.xml | 12 + result/SVG/structure01.xml | 6 + result/SVG/style.xml | 10 + result/SVG/switch.xml | 9 + result/SVG/symbol-use.xml | 14 + result/SVG/template.xml | 8 + result/SVG/text01.xml | 11 + result/SVG/text02.xml | 25 + result/SVG/text03.xml | 7 + result/SVG/toap01.xml | 10 + result/SVG/toap02.xml | 27 + result/SVG/transform.xml | 12 + result/SVG/trivial.xml | 2 + result/SVG/twin-gradients.xml | 18 + result/SVG/v-template.xml | 6 + result/SVG/viewport-nest.xml | 8 + result/SVG/viewport-transform.xml | 18 + result/SVG/viewport.xml | 6 + result/SVG/wf-template.xml | 4 + result/dia1 | 99 +++ result/dia2 | 99 +++ result/dtd10 | 13 + result/dtd11 | 6 + result/dtd2 | 5 + result/dtd3 | 5 + result/dtd4 | 5 + result/dtd5 | 10 + result/dtd6 | 11 + result/dtd7 | 10 + result/dtd8 | 12 + result/dtd9 | 12 + result/ent2 | 4 +- result/p3p | 22 + result/svg1 | 161 ++++ result/svg2 | 54 ++ result/xml1 | 7 + result/xml2 | 8 + test/SVG/4rects.xml | 11 + test/SVG/a-valid.xml | 10 + test/SVG/a-wf.xml | 9 + test/SVG/bike.xml | 41 + test/SVG/circle.xml | 11 + test/SVG/defs.xml | 14 + test/SVG/desc.xml | 14 + test/SVG/ellipse.xml | 10 + test/SVG/flower2.xml | 44 ++ test/SVG/gradient.xml | 16 + test/SVG/group01.xml | 15 + test/SVG/group02.xml | 13 + test/SVG/group03.xml | 13 + test/SVG/image-valid.xml | 11 + test/SVG/image-wf.xml | 11 + test/SVG/lin-gradient.xml | 16 + test/SVG/marker.xml | 28 + test/SVG/mask.xml | 13 + test/SVG/mathswitch.xml | 32 + test/SVG/parentns.xml | 12 + test/SVG/path01.xml | 5 + test/SVG/path02.xml | 10 + test/SVG/patternfill.xml | 12 + test/SVG/polyline.xml | 9 + test/SVG/private.xml | 19 + test/SVG/rad-gradient.xml | 17 + test/SVG/rectangle.xml | 10 + test/SVG/richdesc.xml | 12 + test/SVG/script.xml | 13 + test/SVG/structure01.xml | 10 + test/SVG/style.xml | 11 + test/SVG/switch.xml | 21 + test/SVG/symbol-use.xml | 28 + test/SVG/template.xml | 9 + test/SVG/text01.xml | 12 + test/SVG/text02.xml | 17 + test/SVG/text03.xml | 8 + test/SVG/toap01.xml | 10 + test/SVG/toap02.xml | 33 + test/SVG/transform.xml | 26 + test/SVG/trivial.xml | 6 + test/SVG/twin-gradients.xml | 19 + test/SVG/v-template.xml | 9 + test/SVG/viewport-nest.xml | 13 + test/SVG/viewport-transform.xml | 46 ++ test/SVG/viewport.xml | 11 + test/SVG/wf-template.xml | 7 + test/dav1 | 43 +- test/dav10 | 5 +- test/dav11 | 33 +- test/dav12 | 5 +- test/dav13 | 23 +- test/dav15 | 40 +- test/dav16 | 9 +- test/dav17 | 43 +- test/dav18 | 9 +- test/dav19 | 35 +- test/dav2 | 48 +- test/dav3 | 36 +- test/dav4 | 30 +- test/dav5 | 28 +- test/dav6 | 37 +- test/dav7 | 31 +- test/dav8 | 27 +- test/dav9 | 35 +- test/dia1 | 99 +++ test/dia2 | 99 +++ test/dtd10 | 8 + test/dtd11 | 5 + test/dtd2 | 4 + test/dtd3 | 5 + test/dtd4 | 4 + test/dtd5 | 6 + test/dtd6 | 6 + test/dtd7 | 6 + test/dtd8 | 8 + test/dtd9 | 8 + test/ent2 | 2 +- test/p3p | 8 +- test/rdf1 | 8 +- test/svg1 | 163 ++++ test/svg2 | 58 ++ test/xml1 | 7 + test/xml2 | 8 + testSAX.c | 11 + tester.c | 5 + tree.c | 90 ++- tree.h | 1 + valid.c | 27 +- 223 files changed, 8520 insertions(+), 1424 deletions(-) create mode 100644 SAXresult/dav1 create mode 100644 SAXresult/dav10 create mode 100644 SAXresult/dav11 create mode 100644 SAXresult/dav12 create mode 100644 SAXresult/dav13 create mode 100644 SAXresult/dav15 create mode 100644 SAXresult/dav16 create mode 100644 SAXresult/dav17 create mode 100644 SAXresult/dav18 create mode 100644 SAXresult/dav19 create mode 100644 SAXresult/dav2 create mode 100644 SAXresult/dav3 create mode 100644 SAXresult/dav4 create mode 100644 SAXresult/dav5 create mode 100644 SAXresult/dav6 create mode 100644 SAXresult/dav7 create mode 100644 SAXresult/dav8 create mode 100644 SAXresult/dav9 create mode 100644 SAXresult/dia1 create mode 100644 SAXresult/dia2 create mode 100644 SAXresult/dtd1 create mode 100644 SAXresult/dtd10 create mode 100644 SAXresult/dtd11 create mode 100644 SAXresult/dtd2 create mode 100644 SAXresult/dtd3 create mode 100644 SAXresult/dtd4 create mode 100644 SAXresult/dtd5 create mode 100644 SAXresult/dtd6 create mode 100644 SAXresult/dtd7 create mode 100644 SAXresult/dtd8 create mode 100644 SAXresult/dtd9 create mode 100644 SAXresult/ent1 create mode 100644 SAXresult/ent2 create mode 100644 SAXresult/ent3 create mode 100644 SAXresult/ent4 create mode 100644 SAXresult/ent5 create mode 100644 SAXresult/p3p create mode 100644 SAXresult/rdf1 create mode 100644 SAXresult/rdf2 create mode 100644 SAXresult/svg1 create mode 100644 SAXresult/svg2 create mode 100644 SAXresult/xml1 create mode 100644 SAXresult/xml2 create mode 100644 result/SVG/4rects.xml create mode 100644 result/SVG/a-valid.xml create mode 100644 result/SVG/a-wf.xml create mode 100644 result/SVG/bike-errors.xml create mode 100644 result/SVG/bike.xml create mode 100644 result/SVG/circle.xml create mode 100644 result/SVG/defs.xml create mode 100644 result/SVG/desc.xml create mode 100644 result/SVG/ellipse.xml create mode 100644 result/SVG/flower2.xml create mode 100644 result/SVG/gradient.xml create mode 100644 result/SVG/group01.xml create mode 100644 result/SVG/group02.xml create mode 100644 result/SVG/group03.xml create mode 100644 result/SVG/image-valid.xml create mode 100644 result/SVG/image-wf.xml create mode 100644 result/SVG/lin-gradient.xml create mode 100644 result/SVG/marker.xml create mode 100644 result/SVG/mask.xml create mode 100644 result/SVG/mathswitch.xml create mode 100644 result/SVG/parentns.xml create mode 100644 result/SVG/path01.xml create mode 100644 result/SVG/path02.xml create mode 100644 result/SVG/patternfill.xml create mode 100644 result/SVG/polyline.xml create mode 100644 result/SVG/private.xml create mode 100644 result/SVG/rad-gradient.xml create mode 100644 result/SVG/rectangle.xml create mode 100644 result/SVG/richdesc.xml create mode 100644 result/SVG/script.xml create mode 100644 result/SVG/structure01.xml create mode 100644 result/SVG/style.xml create mode 100644 result/SVG/switch.xml create mode 100644 result/SVG/symbol-use.xml create mode 100644 result/SVG/template.xml create mode 100644 result/SVG/text01.xml create mode 100644 result/SVG/text02.xml create mode 100644 result/SVG/text03.xml create mode 100644 result/SVG/toap01.xml create mode 100644 result/SVG/toap02.xml create mode 100644 result/SVG/transform.xml create mode 100644 result/SVG/trivial.xml create mode 100644 result/SVG/twin-gradients.xml create mode 100644 result/SVG/v-template.xml create mode 100644 result/SVG/viewport-nest.xml create mode 100644 result/SVG/viewport-transform.xml create mode 100644 result/SVG/viewport.xml create mode 100644 result/SVG/wf-template.xml create mode 100644 result/dia1 create mode 100644 result/dia2 create mode 100644 result/dtd10 create mode 100644 result/dtd11 create mode 100644 result/dtd2 create mode 100644 result/dtd3 create mode 100644 result/dtd4 create mode 100644 result/dtd5 create mode 100644 result/dtd6 create mode 100644 result/dtd7 create mode 100644 result/dtd8 create mode 100644 result/dtd9 create mode 100644 result/svg1 create mode 100644 result/svg2 create mode 100644 result/xml1 create mode 100644 result/xml2 create mode 100755 test/SVG/4rects.xml create mode 100755 test/SVG/a-valid.xml create mode 100755 test/SVG/a-wf.xml create mode 100755 test/SVG/bike.xml create mode 100755 test/SVG/circle.xml create mode 100755 test/SVG/defs.xml create mode 100755 test/SVG/desc.xml create mode 100755 test/SVG/ellipse.xml create mode 100755 test/SVG/flower2.xml create mode 100755 test/SVG/gradient.xml create mode 100755 test/SVG/group01.xml create mode 100755 test/SVG/group02.xml create mode 100755 test/SVG/group03.xml create mode 100755 test/SVG/image-valid.xml create mode 100755 test/SVG/image-wf.xml create mode 100755 test/SVG/lin-gradient.xml create mode 100755 test/SVG/marker.xml create mode 100755 test/SVG/mask.xml create mode 100755 test/SVG/mathswitch.xml create mode 100755 test/SVG/parentns.xml create mode 100755 test/SVG/path01.xml create mode 100755 test/SVG/path02.xml create mode 100755 test/SVG/patternfill.xml create mode 100755 test/SVG/polyline.xml create mode 100755 test/SVG/private.xml create mode 100755 test/SVG/rad-gradient.xml create mode 100755 test/SVG/rectangle.xml create mode 100755 test/SVG/richdesc.xml create mode 100755 test/SVG/script.xml create mode 100755 test/SVG/structure01.xml create mode 100755 test/SVG/style.xml create mode 100755 test/SVG/switch.xml create mode 100755 test/SVG/symbol-use.xml create mode 100755 test/SVG/template.xml create mode 100755 test/SVG/text01.xml create mode 100755 test/SVG/text02.xml create mode 100755 test/SVG/text03.xml create mode 100755 test/SVG/toap01.xml create mode 100755 test/SVG/toap02.xml create mode 100755 test/SVG/transform.xml create mode 100755 test/SVG/trivial.xml create mode 100755 test/SVG/twin-gradients.xml create mode 100755 test/SVG/v-template.xml create mode 100755 test/SVG/viewport-nest.xml create mode 100755 test/SVG/viewport-transform.xml create mode 100755 test/SVG/viewport.xml create mode 100755 test/SVG/wf-template.xml create mode 100644 test/dia1 create mode 100644 test/dia2 create mode 100644 test/dtd10 create mode 100644 test/dtd11 create mode 100644 test/dtd2 create mode 100644 test/dtd3 create mode 100644 test/dtd4 create mode 100644 test/dtd5 create mode 100644 test/dtd6 create mode 100644 test/dtd7 create mode 100644 test/dtd8 create mode 100644 test/dtd9 create mode 100644 test/svg1 create mode 100644 test/svg2 create mode 100644 test/xml1 create mode 100644 test/xml2 diff --git a/ChangeLog b/ChangeLog index 2331fd77..e35c9e6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard + + * Release of libxml-1.1, nearly everything has been touched for + this. + * Added more regression tests + * Updated the documentation + Sat May 29 13:34:42 CEST 1999 Daniel Veillard * tree.[ch]: unified the XML_NO_CORBA defines. diff --git a/Makefile.am b/Makefile.am index beae84e5..75e75342 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ SUBDIRS = doc INCLUDES = -I@srcdir@ @CORBA_CFLAGS@ -noinst_PROGRAMS=tester +noinst_PROGRAMS=tester testSAX bin_SCRIPTS=xml-config @@ -39,29 +39,82 @@ tester_LDFLAGS = tester_DEPENDENCIES = $(DEPS) tester_LDADD= $(LDADDS) +testSAX_SOURCES=testSAX.c +testSAX_LDFLAGS = +testSAX_DEPENDENCIES = $(DEPS) +testSAX_LDADD= $(LDADDS) + check-local: tests +testall : tests SVGtests SAXtests + tests : tester - @(for i in $(srcdir)/test/* ; do \ + @(DIR=`pwd`; cd $(srcdir) ; \ + for i in test/* ; do \ if [ ! -d $$i ] ; then \ - j=`echo $$i | sed -e 's,^.*/,,'`; \ - if [ ! -f $(srcdir)/result/$$j ] ; then \ - echo New test file $$j ; \ - ./tester $$i > $(srcdir)/result/$$j ; \ + if [ ! -f result/`basename $$i` ] ; then \ + echo New test file `basename $$i` ; \ + $$DIR/tester $$i > result/`basename $$i` ; \ else \ - echo Testing $$j ; \ - ./tester $$i > result.$$j ; \ - diff $(srcdir)/result/$$j result.$$j ; \ - rm result.$$j ; \ + echo Testing `basename $$i` ; \ + $$DIR/tester $$i > result.`basename $$i` ; \ + diff result/`basename $$i` result.`basename $$i` ; \ + $$DIR/tester result.`basename $$i` > result2.`basename $$i` ; \ + diff result.`basename $$i` result2.`basename $$i` ; \ + rm result.`basename $$i` result2.`basename $$i` ; \ fi ; fi ; done) +SVGtests : tester + @(DIR=`pwd`; cd $(srcdir) ; \ + for i in test/SVG/* ; do \ + if [ ! -d $$i ] ; then \ + if [ ! -f result/SVG/`basename $$i` ] ; then \ + echo New test file `basename $$i` ; \ + $$DIR/tester $$i > result/SVG/`basename $$i` ; \ + else \ + echo Testing `basename $$i` ; \ + $$DIR/tester $$i > result.`basename $$i` ; \ + diff result/SVG/`basename $$i` result.`basename $$i` ; \ + $$DIR/tester result.`basename $$i` > result2.`basename $$i` ; \ + diff result.`basename $$i` result2.`basename $$i` ; \ + rm result.`basename $$i` result2.`basename $$i` ; \ + fi ; fi ; done) + +SAXtests : testSAX + @(DIR=`pwd`; cd $(srcdir) ; \ + for i in test/* ; do \ + if [ ! -d $$i ] ; then \ + if [ ! -f SAXresult/`basename $$i` ] ; then \ + echo New test file `basename $$i` ; \ + $$DIR/testSAX $$i > SAXresult/`basename $$i` ; \ + else \ + echo Testing `basename $$i` ; \ + $$DIR/testSAX $$i > result.`basename $$i` ; \ + diff SAXresult/`basename $$i` result.`basename $$i` ; \ + rm result.`basename $$i` ; \ + fi ; fi ; done) + +#tests : tester +# @(for i in $(srcdir)/test/* ; do \ +# if [ ! -d $$i ] ; then \ +# j=`echo $$i | sed -e 's,^.*/,,'`; \ +# if [ ! -f $(srcdir)/result/$$j ] ; then \ +# echo New test file $$j ; \ +# ./tester $$i > $(srcdir)/result/$$j ; \ +# else \ +# echo Testing $$j ; \ +# ./tester $$i > result.$$j ; \ +# diff $(srcdir)/result/$$j result.$$j ; \ +# rm result.$$j ; \ +# fi ; fi ; done) + ## Put `exec' in the name because this should be installed by ## `install-exec', not `install-data'. confexecdir=$(libdir) confexec_DATA = xmlConf.sh -EXTRA_DIST = xmlConf.sh.in libxml.spec.in test result +EXTRA_DIST = xmlConf.sh.in libxml.spec.in test result SAXresult dist-hook: cp libxml.spec $(distdir) diff --git a/README b/README index 39c315c0..48aa4032 100644 --- a/README +++ b/README @@ -10,5 +10,12 @@ A mailing-list has been set-up, to subscribe: The list archive is at: http://rufus.w3.org/veillard/XML/messages/ +NOTE: I use a second CVS server for experimental version of the XML code, + this mean that if you commit without a Changelog or without sending + the patch to me or the list, it may well get lost. I usually check + before copying over the Gnome directory, but it may happen. + + People interested in the bleeding edge or what I'm up to can check + at http://dev.w3.org/cgi-bin/cvsweb/XML/ Daniel.Veillard@w3.org diff --git a/SAX.c b/SAX.c index 596f6682..bd0caf59 100644 --- a/SAX.c +++ b/SAX.c @@ -19,7 +19,7 @@ /** * getPublicId: - * @ctxt: An XML parser context + * @ctx: the user data (XML parser context) * * Return the public ID e.g. "-//SGMLSOURCE//DTD DEMO//EN" * @@ -34,9 +34,9 @@ getPublicId(void *ctx) /** * getSystemId: - * @ctxt: An XML parser context + * @ctx: the user data (XML parser context) * - * Return the system ID, basically URI or filename e.g. + * Return the system ID, basically URL or filename e.g. * http://www.sgmlsource.com/dtds/memo.dtd * * Returns a CHAR * @@ -50,7 +50,7 @@ getSystemId(void *ctx) /** * getLineNumber: - * @ctxt: An XML parser context + * @ctx: the user data (XML parser context) * * Return the line number of the current parsing point. * @@ -65,7 +65,7 @@ getLineNumber(void *ctx) /** * getColumnNumber: - * @ctxt: An XML parser context + * @ctx: the user data (XML parser context) * * Return the column number of the current parsing point. * @@ -88,7 +88,7 @@ xmlSAXLocator xmlDefaultSAXLocator = { /** * isStandalone: - * @ctxt: An XML parser context + * @ctx: the user data (XML parser context) * * Is this document tagged standalone ? * @@ -103,7 +103,7 @@ isStandalone(void *ctx) /** * hasInternalSubset: - * @ctxt: An XML parser context + * @ctx: the user data (XML parser context) * * Does this document has an internal subset * @@ -118,7 +118,7 @@ hasInternalSubset(void *ctx) /** * hasExternalSubset: - * @ctxt: An XML parser context + * @ctx: the user data (XML parser context) * * Does this document has an external subset * @@ -133,7 +133,7 @@ hasExternalSubset(void *ctx) /** * hasInternalSubset: - * @ctxt: An XML parser context + * @ctx: the user data (XML parser context) * * Does this document has an internal subset */ @@ -141,17 +141,21 @@ void internalSubset(void *ctx, const CHAR *name, const CHAR *ExternalID, const CHAR *SystemID) { + xmlDtdPtr externalSubset; xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; #ifdef DEBUG_SAX fprintf(stderr, "SAX.internalSubset(%s, %s, %s)\n", name, ExternalID, SystemID); #endif xmlCreateIntSubset(ctxt->myDoc, name, ExternalID, SystemID); + if ((ExternalID != NULL) || (SystemID != NULL)) { + externalSubset = xmlParseDTD(ExternalID, SystemID); + } } /** * resolveEntity: - * @ctxt: An XML parser context + * @ctx: the user data (XML parser context) * @publicId: The public ID of the entity * @systemId: The system ID of the entity * @@ -166,7 +170,7 @@ internalSubset(void *ctx, const CHAR *name, xmlParserInputPtr resolveEntity(void *ctx, const CHAR *publicId, const CHAR *systemId) { - /* xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; */ + xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; #ifdef DEBUG_SAX fprintf(stderr, "SAX.resolveEntity(%s, %s)\n", publicId, systemId); @@ -175,17 +179,20 @@ resolveEntity(void *ctx, const CHAR *publicId, const CHAR *systemId) /* * TODO : not 100% sure that the appropriate handling in that case. */ + if (systemId != NULL) { + return(xmlNewInputFromFile(ctxt, systemId)); + } return(NULL); } /** * getEntity: - * @ctxt: An XML parser context + * @ctx: the user data (XML parser context) * @name: The entity name * * Get an entity by name * - * Returns the xmlParserInputPtr if inlined or NULL for DOM behaviour. + * Returns the xmlEntityPtr if found. */ xmlEntityPtr getEntity(void *ctx, const CHAR *name) @@ -204,7 +211,7 @@ getEntity(void *ctx, const CHAR *name) /** * entityDecl: - * @ctxt: An XML parser context + * @ctx: the user data (XML parser context) * @name: the entity name * @type: the entity type * @publicId: The public ID of the entity @@ -228,7 +235,7 @@ entityDecl(void *ctx, const CHAR *name, int type, /** * attributeDecl: - * @ctxt: An XML parser context + * @ctx: the user data (XML parser context) * @name: the attribute name * @type: the attribute type * @publicId: The public ID of the attribute @@ -254,7 +261,7 @@ attributeDecl(void *ctx, const CHAR *elem, const CHAR *name, /** * elementDecl: - * @ctxt: An XML parser context + * @ctx: the user data (XML parser context) * @name: the element name * @type: the element type * @publicId: The public ID of the element @@ -278,7 +285,7 @@ elementDecl(void *ctx, const CHAR *name, int type, /** * notationDecl: - * @ctxt: An XML parser context + * @ctx: the user data (XML parser context) * @name: The name of the notation * @publicId: The public ID of the entity * @systemId: The system ID of the entity @@ -299,7 +306,7 @@ notationDecl(void *ctx, const CHAR *name, /** * unparsedEntityDecl: - * @ctxt: An XML parser context + * @ctx: the user data (XML parser context) * @name: The name of the entity * @publicId: The public ID of the entity * @systemId: The system ID of the entity @@ -322,7 +329,7 @@ unparsedEntityDecl(void *ctx, const CHAR *name, /** * setDocumentLocator: - * @ctxt: An XML parser context + * @ctx: the user data (XML parser context) * @loc: A SAX Locator * * Receive the document locator at startup, actually xmlDefaultSAXLocator @@ -339,7 +346,7 @@ setDocumentLocator(void *ctx, xmlSAXLocatorPtr loc) /** * startDocument: - * @ctxt: An XML parser context + * @ctx: the user data (XML parser context) * * called when the document start being processed. */ @@ -364,7 +371,7 @@ startDocument(void *ctx) /** * endDocument: - * @ctxt: An XML parser context + * @ctx: the user data (XML parser context) * * called when the document end has been detected. */ @@ -379,7 +386,7 @@ endDocument(void *ctx) /** * attribute: - * @ctxt: An XML parser context + * @ctx: the user data (XML parser context) * @name: The attribute name * @value: The attribute value * @@ -429,7 +436,7 @@ attribute(void *ctx, const CHAR *fullname, const CHAR *value) } ret = xmlNewProp(ctxt->node, name, NULL); - if (ret != NULL) + if ((ret != NULL) && (ctxt->replaceEntities == 0)) ret->val = xmlStringGetNodeList(ctxt->myDoc, value); if (name != NULL) free(name); @@ -439,7 +446,7 @@ attribute(void *ctx, const CHAR *fullname, const CHAR *value) /** * startElement: - * @ctxt: An XML parser context + * @ctx: the user data (XML parser context) * @name: The element name * @atts: An array of name/value attributes pairs, NULL terminated * @@ -529,7 +536,7 @@ startElement(void *ctx, const CHAR *fullname, const CHAR **atts) /** * endElement: - * @ctxt: An XML parser context + * @ctx: the user data (XML parser context) * @name: The element name * * called when the end of an element has been detected. @@ -564,7 +571,7 @@ endElement(void *ctx, const CHAR *name) /** * reference: - * @ctxt: An XML parser context + * @ctx: the user data (XML parser context) * @name: The entity name * * called when an entity reference is detected. @@ -584,7 +591,7 @@ reference(void *ctx, const CHAR *name) /** * characters: - * @ctxt: An XML parser context + * @ctx: the user data (XML parser context) * @ch: a CHAR string * @len: the number of CHAR * @@ -621,7 +628,7 @@ characters(void *ctx, const CHAR *ch, int len) /** * ignorableWhitespace: - * @ctxt: An XML parser context + * @ctx: the user data (XML parser context) * @ch: a CHAR string * @len: the number of CHAR * @@ -639,7 +646,7 @@ ignorableWhitespace(void *ctx, const CHAR *ch, int len) /** * processingInstruction: - * @ctxt: An XML parser context + * @ctx: the user data (XML parser context) * @target: the target name * @data: the PI data's * @len: the number of CHAR @@ -658,7 +665,7 @@ processingInstruction(void *ctx, const CHAR *target, /** * globalNamespace: - * @ctxt: An XML parser context + * @ctx: the user data (XML parser context) * @href: the namespace associated URN * @prefix: the namespace prefix * @@ -676,7 +683,7 @@ globalNamespace(void *ctx, const CHAR *href, const CHAR *prefix) /** * setNamespace: - * @ctxt: An XML parser context + * @ctx: the user data (XML parser context) * @name: the namespace prefix * * Set the current element namespace. @@ -704,7 +711,7 @@ setNamespace(void *ctx, const CHAR *name) /** * getNamespace: - * @ctxt: An XML parser context + * @ctx: the user data (XML parser context) * * Get the current element namespace. */ @@ -723,7 +730,7 @@ getNamespace(void *ctx) /** * checkNamespace: - * @ctxt: An XML parser context + * @ctx: the user data (XML parser context) * @namespace: the namespace to check against * * Check that the current element namespace is the same as the @@ -771,7 +778,7 @@ checkNamespace(void *ctx, CHAR *namespace) /** * namespaceDecl: - * @ctxt: An XML parser context + * @ctx: the user data (XML parser context) * @href: the namespace associated URN * @prefix: the namespace prefix * @@ -792,7 +799,7 @@ namespaceDecl(void *ctx, const CHAR *href, const CHAR *prefix) /** * comment: - * @ctxt: An XML parser context + * @ctx: the user data (XML parser context) * @value: the comment content * * A comment has been parsed. diff --git a/SAXresult/dav1 b/SAXresult/dav1 new file mode 100644 index 00000000..0d6b77df --- /dev/null +++ b/SAXresult/dav1 @@ -0,0 +1,100 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.startElement(D:multistatus, xmlns:D='http://www.ietf.org/standards/dav/', xmlns:R='http://www.foo.bar/boxschema') +SAX.characters( + + + , 3) +SAX.startElement(D:response) +SAX.characters( + + , 5) +SAX.startElement(D:prop) +SAX.characters( + + Box type A, 9) +SAX.startElement(R:BoxType) +SAX.characters(Box type A + <, 10) +SAX.endElement(R:BoxType) +SAX.characters( + + + J.J. Dinglehe, 9) +SAX.startElement(R:Name) +SAX.characters(J.J. Dingleheimerschmidt + + H, 5) +SAX.endElement(D:prop) +SAX.characters( + HTTP/1.1 200 OK, 5) +SAX.startElement(D:status) +SAX.characters(HTTP/1.1 200 OK + <, 15) +SAX.endElement(D:status) +SAX.characters( + + + + , 3) +SAX.startElement(D:response) +SAX.characters( + + + + + H, 5) +SAX.endElement(D:prop) +SAX.characters( + HTTP/1.1 403 Fo, 5) +SAX.startElement(D:status) +SAX.characters(HTTP/1.1 403 Forbidden T, 5) +SAX.startElement(D:responsedescription) +SAX.characters( The user does not have access, 64) +SAX.endElement(D:responsedescription) +SAX.characters( + + The, 3) +SAX.startElement(D:responsedescription) +SAX.characters( There has been an access viol, 44) +SAX.endElement(D:responsedescription) +SAX.characters( + +, 1) +SAX.endElement(D:multistatus) +SAX.endDocument() diff --git a/SAXresult/dav10 b/SAXresult/dav10 new file mode 100644 index 00000000..e8a0e1e9 --- /dev/null +++ b/SAXresult/dav10 @@ -0,0 +1,13 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.startElement(D:owner, xmlns:D='http://www.ietf.org/standards/dav/') +SAX.characters( + http://www.ics.uci., 3) +SAX.startElement(D:href) +SAX.characters(http://www.ics.uci.edu/~ejw/co, 40) +SAX.endElement(D:href) +SAX.characters( + +, 1) +SAX.endElement(D:owner) +SAX.endDocument() diff --git a/SAXresult/dav11 b/SAXresult/dav11 new file mode 100644 index 00000000..e7a6c666 --- /dev/null +++ b/SAXresult/dav11 @@ -0,0 +1,77 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.startElement(D:prop, xmlns:D='http://www.ietf.org/standards/dav/') +SAX.characters( + + + write + exclusive<, 7) +SAX.startElement(D:lockscope) +SAX.characters(exclusive + , 9) +SAX.endElement(D:lockscope) +SAX.characters( + + + + http://www, 9) +SAX.startElement(D:href) +SAX.characters( + http://www.ics.uci.edu/~ejw, 46) +SAX.endElement(D:href) +SAX.characters( + + Second-60480, 7) +SAX.startElement(D:timeout) +SAX.characters(Second-604800 + , 13) +SAX.endElement(D:timeout) +SAX.characters( + + <, 7) +SAX.startElement(D:locktoken) +SAX.characters( + + opaquelo, 9) +SAX.startElement(D:href) +SAX.characters( + opaquelocktoken:xyz122393, 59) +SAX.endElement(D:href) +SAX.characters( + + + + +, 1) +SAX.endElement(D:prop) +SAX.endDocument() diff --git a/SAXresult/dav12 b/SAXresult/dav12 new file mode 100644 index 00000000..67b9f647 --- /dev/null +++ b/SAXresult/dav12 @@ -0,0 +1,6 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.startElement(D:href, xmlns:D='http://www.ietf.org/standards/dav/') +SAX.characters(http://www.ics.uci.edu/~ejw/co, 40) +SAX.endElement(D:href) +SAX.endDocument() diff --git a/SAXresult/dav13 b/SAXresult/dav13 new file mode 100644 index 00000000..e7f104d9 --- /dev/null +++ b/SAXresult/dav13 @@ -0,0 +1,55 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.startElement(D:multistatus, xmlns:D='http://www.ietf.org/standards/dav/') +SAX.characters( + + + , 3) +SAX.startElement(D:response) +SAX.characters( + + http://webda, 5) +SAX.startElement(D:href) +SAX.characters( + http://webdav.sb.aol.com/, 66) +SAX.endElement(D:href) +SAX.characters( + + http://webda, 5) +SAX.startElement(D:href) +SAX.characters( + http://webdav.sb.aol.com/, 54) +SAX.endElement(D:href) +SAX.characters( + HTTP/1.1 202 Ac, 5) +SAX.startElement(D:status) +SAX.characters(HTTP/1.1 202 Accepted + + ht, 3) +SAX.startElement(D:response) +SAX.characters( + http://foo.bar/bl, 5) +SAX.startElement(D:href) +SAX.characters(http://foo.bar/blah + , 19) +SAX.endElement(D:href) +SAX.characters( + HTTP/1.1 403 Fo, 5) +SAX.startElement(D:status) +SAX.characters(HTTP/1.1 403 Forbidden + +, 1) +SAX.endElement(D:multistatus) +SAX.endDocument() diff --git a/SAXresult/dav15 b/SAXresult/dav15 new file mode 100644 index 00000000..b3c545f1 --- /dev/null +++ b/SAXresult/dav15 @@ -0,0 +1,93 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.startElement(D:prop, xmlns:D='http://www.ietf.org/standards/dav/', xmlns:F='http://www.foocorp.com/Project/') +SAX.characters( + + + , 3) +SAX.startElement(D:Source) +SAX.characters( + + Source + http://foo.bar/p, 7) +SAX.startElement(D:src) +SAX.characters(http://foo.bar/program, 22) +SAX.endElement(D:src) +SAX.characters( + http://foo.bar/s, 7) +SAX.startElement(D:dst) +SAX.characters(http://foo.bar/src/main.c + + , 5) +SAX.endElement(D:link) +SAX.characters( + + Library + http://foo.bar/p, 7) +SAX.startElement(D:src) +SAX.characters(http://foo.bar/program, 22) +SAX.endElement(D:src) +SAX.characters( + http://foo.bar/s, 7) +SAX.startElement(D:dst) +SAX.characters(http://foo.bar/src/main.lib + + , 5) +SAX.endElement(D:link) +SAX.characters( + + Makefile + <, 8) +SAX.endElement(F:projfiles) +SAX.characters( + http://foo.bar/p, 7) +SAX.startElement(D:src) +SAX.characters(http://foo.bar/program, 22) +SAX.endElement(D:src) +SAX.characters( + http://foo.bar/s, 7) +SAX.startElement(D:dst) +SAX.characters(http://foo.bar/src/makefile + +<, 5) +SAX.endElement(D:link) +SAX.characters( + + +, 3) +SAX.endElement(D:Source) +SAX.characters( + +, 1) +SAX.endElement(D:prop) +SAX.endDocument() diff --git a/SAXresult/dav16 b/SAXresult/dav16 new file mode 100644 index 00000000..0c26b96d --- /dev/null +++ b/SAXresult/dav16 @@ -0,0 +1,22 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.startElement(D:propfind, xmlns:D='http://www.ietf.org/standards/dav/') +SAX.characters( + + + + +, 3) +SAX.endElement(D:prop) +SAX.characters( + +, 1) +SAX.endElement(D:propfind) +SAX.endDocument() diff --git a/SAXresult/dav17 b/SAXresult/dav17 new file mode 100644 index 00000000..6cbf8823 --- /dev/null +++ b/SAXresult/dav17 @@ -0,0 +1,99 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.startElement(D:multistatus, xmlns:D='http://www.ietf.org/standards/dav/') +SAX.characters( + + + , 3) +SAX.startElement(D:response) +SAX.characters( + + + , 7) +SAX.startElement(D:lockdiscovery) +SAX.characters( + + , 9) +SAX.startElement(D:activelock) +SAX.characters( + write + <, 5) +SAX.endElement(D:locktype) +SAX.characters( + exclus, 11) +SAX.startElement(D:lockscope) +SAX.characters(exclusive + , 9) +SAX.endElement(D:lockscope) +SAX.characters( + + , 11) +SAX.startElement(D:addlocks) +SAX.characters( + http://fo, 13) +SAX.startElement(D:href) +SAX.characters(http://foo.com/doc/ + , 19) +SAX.endElement(D:href) +SAX.characters( + + , 11) +SAX.endElement(D:addlocks) +SAX.characters( + Jane Smith, 11) +SAX.startElement(D:owner) +SAX.characters(Jane Smith + , 10) +SAX.endElement(D:owner) +SAX.characters( + Infinite, 11) +SAX.startElement(D:timeout) +SAX.characters(Infinite + , 8) +SAX.endElement(D:timeout) +SAX.characters( + + , 11) +SAX.startElement(D:locktoken) +SAX.characters( + iamuri:un, 13) +SAX.startElement(D:href) +SAX.characters(iamuri:unique!!!!! + , 18) +SAX.endElement(D:href) +SAX.characters( + + , 11) +SAX.endElement(D:locktoken) +SAX.characters( + + , 9) +SAX.endElement(D:activelock) +SAX.characters( + + , 7) +SAX.endElement(D:lockdiscovery) +SAX.characters( + + H, 5) +SAX.endElement(D:prop) +SAX.characters( + HTTP/1.1 200 OK, 5) +SAX.startElement(D:status) +SAX.characters(HTTP/1.1 200 OK + <, 15) +SAX.endElement(D:status) +SAX.characters( + + +, 1) +SAX.endElement(D:multistatus) +SAX.endDocument() diff --git a/SAXresult/dav18 b/SAXresult/dav18 new file mode 100644 index 00000000..6412a300 --- /dev/null +++ b/SAXresult/dav18 @@ -0,0 +1,22 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.startElement(D:propfind, xmlns:D='http://www.ietf.org/standards/dav/') +SAX.characters( + + + + +, 3) +SAX.endElement(D:prop) +SAX.characters( + +, 1) +SAX.endElement(D:propfind) +SAX.endDocument() diff --git a/SAXresult/dav19 b/SAXresult/dav19 new file mode 100644 index 00000000..d19bb10b --- /dev/null +++ b/SAXresult/dav19 @@ -0,0 +1,79 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.startElement(D:multistatus, xmlns:D='http://www.ietf.org/standards/dav/') +SAX.characters( + + + , 3) +SAX.startElement(D:response) +SAX.characters( + + + , 7) +SAX.startElement(D:supportedlock) +SAX.characters( + + , 9) +SAX.startElement(D:LockEntry) +SAX.characters( + Write + <, 5) +SAX.endElement(D:locktype) +SAX.characters( + Exclus, 11) +SAX.startElement(D:lockscope) +SAX.characters(Exclusive + , 9) +SAX.endElement(D:lockscope) +SAX.characters( + + , 9) +SAX.endElement(D:LockEntry) +SAX.characters( + + , 9) +SAX.startElement(D:LockEntry) +SAX.characters( + Write + <, 5) +SAX.endElement(D:locktype) +SAX.characters( + Shared, 11) +SAX.startElement(D:lockscope) +SAX.characters(Shared + <, 6) +SAX.endElement(D:lockscope) +SAX.characters( + + , 9) +SAX.endElement(D:LockEntry) +SAX.characters( + + , 7) +SAX.endElement(D:supportedlock) +SAX.characters( + + H, 5) +SAX.endElement(D:prop) +SAX.characters( + HTTP/1.1 200 OK, 5) +SAX.startElement(D:status) +SAX.characters(HTTP/1.1 200 OK + <, 15) +SAX.endElement(D:status) +SAX.characters( + + +, 1) +SAX.endElement(D:multistatus) +SAX.endDocument() diff --git a/SAXresult/dav2 b/SAXresult/dav2 new file mode 100644 index 00000000..28a069bd --- /dev/null +++ b/SAXresult/dav2 @@ -0,0 +1,104 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.startElement(S:multistatus, xmlns:S='http://www.ietf.org/standards/dav/', xmlns:R='http://www.foo.bar/boxschema/') +SAX.characters( + + ht, 3) +SAX.startElement(S:response) +SAX.characters( + http://www.foo.ba, 5) +SAX.startElement(S:href) +SAX.characters(http://www.foo.bar/container/<, 29) +SAX.endElement(S:href) +SAX.characters( + + , 5) +SAX.startElement(S:prop) +SAX.characters( + + Box type A, 9) +SAX.startElement(R:BoxType) +SAX.characters(Box type A + <, 10) +SAX.endElement(R:BoxType) +SAX.characters( + + + Hadrian + + + H, 5) +SAX.endElement(S:prop) +SAX.characters( + HTTP 1.1 200 OK, 5) +SAX.startElement(S:status) +SAX.characters(HTTP 1.1 200 OK + <, 15) +SAX.endElement(S:status) +SAX.characters( + + + ht, 3) +SAX.startElement(S:response) +SAX.characters( + http://www.foo.ba, 5) +SAX.startElement(S:href) +SAX.characters(http://www.foo.bar/container/i, 39) +SAX.endElement(S:href) +SAX.characters( + + , 5) +SAX.startElement(S:prop) +SAX.characters( + + Box type B, 9) +SAX.startElement(R:BoxType) +SAX.characters(Box type B + <, 10) +SAX.endElement(R:BoxType) +SAX.characters( + + + H, 5) +SAX.endElement(S:prop) +SAX.characters( + HTTP 1.1 200 OK, 5) +SAX.startElement(S:status) +SAX.characters(HTTP 1.1 200 OK + <, 15) +SAX.endElement(S:status) +SAX.characters( + + +, 1) +SAX.endElement(S:multistatus) +SAX.endDocument() diff --git a/SAXresult/dav3 b/SAXresult/dav3 new file mode 100644 index 00000000..6c600b9e --- /dev/null +++ b/SAXresult/dav3 @@ -0,0 +1,77 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.startElement(D:multistatus, xmlns:D='http://www.ietf.org/standards/dav/', xmlns:R='http://www.foo.bar/boxschema/') +SAX.characters( + + ht, 3) +SAX.startElement(D:response) +SAX.characters( + http://www.foo.ba, 5) +SAX.startElement(D:href) +SAX.characters(http://www.foo.bar/container/<, 29) +SAX.endElement(D:href) +SAX.characters( + + + + + H, 5) +SAX.endElement(D:prop) +SAX.characters( + HTTP 1.1 200 OK, 5) +SAX.startElement(D:status) +SAX.characters(HTTP 1.1 200 OK + <, 15) +SAX.endElement(D:status) +SAX.characters( + + + ht, 3) +SAX.startElement(D:response) +SAX.characters( + http://www.foo.ba, 5) +SAX.startElement(D:href) +SAX.characters(http://www.foo.bar/container/i, 39) +SAX.endElement(D:href) +SAX.characters( + + + + H, 5) +SAX.endElement(D:prop) +SAX.characters( + HTTP 1.1 200 OK, 5) +SAX.startElement(D:status) +SAX.characters(HTTP 1.1 200 OK + <, 15) +SAX.endElement(D:status) +SAX.characters( + + +, 1) +SAX.endElement(D:multistatus) +SAX.endDocument() diff --git a/SAXresult/dav4 b/SAXresult/dav4 new file mode 100644 index 00000000..3f4196aa --- /dev/null +++ b/SAXresult/dav4 @@ -0,0 +1,70 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.startElement(D:propertyupdate, xmlns:D='http://www.ietf.org/standards/dav/', xmlns:Z='http://www.w3.com/standards/z39.50/') +SAX.characters( + + + , 3) +SAX.startElement(D:set) +SAX.characters( + + + Jim Whitehe, 9) +SAX.startElement(Z:Author) +SAX.characters(Jim Whitehead + , 13) +SAX.endElement(Z:Author) +SAX.characters( + Roy Fieldin, 9) +SAX.startElement(Z:Author) +SAX.characters(Roy Fielding + , 12) +SAX.endElement(Z:Author) +SAX.characters( + + + + + + <, 3) +SAX.endElement(D:set) +SAX.characters( + + + , 3) +SAX.startElement(D:remove) +SAX.characters( + + + , 7) +SAX.startElement(Z:Copyright-Owner) +SAX.endElement((null)) +SAX.characters( + + +<, 5) +SAX.endElement(D:prop) +SAX.characters( + + +, 1) +SAX.endElement(D:propertyupdate) +SAX.endDocument() diff --git a/SAXresult/dav5 b/SAXresult/dav5 new file mode 100644 index 00000000..e8693b2d --- /dev/null +++ b/SAXresult/dav5 @@ -0,0 +1,67 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.startElement(D:multistatus, xmlns:D='http://www.ietf.org/standards/dav/', xmlns:Z='http://www.w3.com/standards/z39.50/') +SAX.characters( + + + , 3) +SAX.startElement(D:response) +SAX.characters( + + + + H, 5) +SAX.endElement(D:prop) +SAX.characters( + HTTP/1.1 420 Me, 5) +SAX.startElement(D:status) +SAX.characters(HTTP/1.1 420 Method Failure + + + , 3) +SAX.startElement(D:response) +SAX.characters( + + + , 7) +SAX.startElement(Z:Copyright-Owner) +SAX.endElement((null)) +SAX.characters( + + H, 5) +SAX.endElement(D:prop) +SAX.characters( + HTTP/1.1 409 Co, 5) +SAX.startElement(D:status) +SAX.characters(HTTP/1.1 409 Conflict + Cop, 3) +SAX.startElement(D:responsedescription) +SAX.characters( Copyright Owner can not be de, 47) +SAX.endElement(D:responsedescription) +SAX.characters( + +, 1) +SAX.endElement(D:multistatus) +SAX.endDocument() diff --git a/SAXresult/dav6 b/SAXresult/dav6 new file mode 100644 index 00000000..33e20eb9 --- /dev/null +++ b/SAXresult/dav6 @@ -0,0 +1,83 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.startElement(D:multistatus, xmlns:D='http://www.ietf.org/standards/dav/') +SAX.characters( + + ht, 3) +SAX.startElement(D:response) +SAX.characters( + http://www.micros, 5) +SAX.startElement(D:href) +SAX.characters(http://www.microsoft.com/user/, 55) +SAX.endElement(D:href) +SAX.characters( + + + , 7) +SAX.startElement(D:resourcetype) +SAX.characters( + + , 9) +SAX.startElement(D:collection) +SAX.endElement((null)) +SAX.characters( + + <, 7) +SAX.endElement(D:resourcetype) +SAX.characters( + + H, 5) +SAX.endElement(D:prop) +SAX.characters( + HTTP 1.1 200 OK, 5) +SAX.startElement(D:status) +SAX.characters(HTTP 1.1 200 OK + <, 15) +SAX.endElement(D:status) +SAX.characters( + + + + , 3) +SAX.startElement(D:response) +SAX.characters( + + http://www, 5) +SAX.startElement(D:href) +SAX.characters( + http://www.microsoft.co, 66) +SAX.endElement(D:href) +SAX.characters( + + + <, 7) +SAX.startElement(D:resourcetype) +SAX.endElement((null)) +SAX.characters( + + H, 5) +SAX.endElement(D:prop) +SAX.characters( + HTTP 1.1 200 OK, 5) +SAX.startElement(D:status) +SAX.characters(HTTP 1.1 200 OK + <, 15) +SAX.endElement(D:status) +SAX.characters( + + +, 1) +SAX.endElement(D:multistatus) +SAX.endDocument() diff --git a/SAXresult/dav7 b/SAXresult/dav7 new file mode 100644 index 00000000..c251d93e --- /dev/null +++ b/SAXresult/dav7 @@ -0,0 +1,68 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.startElement(d:multistatus, xmlns:d='http://www.ietf.org/standards/dav/') +SAX.characters( + + ht, 3) +SAX.startElement(d:response) +SAX.characters( + http://www.foo.ba, 5) +SAX.startElement(d:href) +SAX.characters(http://www.foo.bar/container/r, 38) +SAX.endElement(d:href) +SAX.characters( + http://www.foo.ba, 5) +SAX.startElement(d:href) +SAX.characters(http://www.foo.bar/container/r, 38) +SAX.endElement(d:href) +SAX.characters( + HTTP/1.1 200 OK, 5) +SAX.startElement(d:status) +SAX.characters(HTTP/1.1 200 OK + <, 15) +SAX.endElement(d:status) +SAX.characters( + + + ht, 3) +SAX.startElement(d:response) +SAX.characters( + http://www.foo.ba, 5) +SAX.startElement(d:href) +SAX.characters(http://www.foo.bar/container/<, 29) +SAX.endElement(d:href) +SAX.characters( + HTTP/1.1 420 Me, 5) +SAX.startElement(d:status) +SAX.characters(HTTP/1.1 420 Method Failure + + ht, 3) +SAX.startElement(d:response) +SAX.characters( + http://www.foo.ba, 5) +SAX.startElement(d:href) +SAX.characters(http://www.foo.bar/container/r, 38) +SAX.endElement(d:href) +SAX.characters( + HTTP/1.1 412 Pr, 5) +SAX.startElement(d:status) +SAX.characters(HTTP/1.1 412 Precondition Fail, 32) +SAX.endElement(d:status) +SAX.characters( + + +, 1) +SAX.endElement(d:multistatus) +SAX.endDocument() diff --git a/SAXresult/dav8 b/SAXresult/dav8 new file mode 100644 index 00000000..225c8d62 --- /dev/null +++ b/SAXresult/dav8 @@ -0,0 +1,59 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.startElement(d:multistatus, xmlns:d='http://www.ietf.org/standards/dav/') +SAX.characters( + + ht, 3) +SAX.startElement(d:response) +SAX.characters( + http://www.foo.ba, 5) +SAX.startElement(d:href) +SAX.characters(http://www.foo.bar/othercontai, 43) +SAX.endElement(d:href) +SAX.characters( + http://www.foo.ba, 5) +SAX.startElement(d:href) +SAX.characters(http://www.foo.bar/othercontai, 43) +SAX.endElement(d:href) +SAX.characters( + http://www.foo.ba, 5) +SAX.startElement(d:href) +SAX.characters(http://www.foo.bar/othercontai, 34) +SAX.endElement(d:href) +SAX.characters( + http://www.foo.ba, 5) +SAX.startElement(d:href) +SAX.characters(http://www.foo.bar/othercontai, 39) +SAX.endElement(d:href) +SAX.characters( + HTTP/1.1 201 Cr, 5) +SAX.startElement(d:status) +SAX.characters(HTTP/1.1 201 Created + + ht, 3) +SAX.startElement(d:response) +SAX.characters( + http://www.foo.ba, 5) +SAX.startElement(d:href) +SAX.characters(http://www.foo.bar/othercontai, 37) +SAX.endElement(d:href) +SAX.characters( + HTTP/1.1 412 Pr, 5) +SAX.startElement(d:status) +SAX.characters(HTTP/1.1 412 Precondition Fail, 32) +SAX.endElement(d:status) +SAX.characters( + + +, 1) +SAX.endElement(d:multistatus) +SAX.endDocument() diff --git a/SAXresult/dav9 b/SAXresult/dav9 new file mode 100644 index 00000000..65421a8c --- /dev/null +++ b/SAXresult/dav9 @@ -0,0 +1,77 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.startElement(d:multistatus, xmlns:d='http://www.ietf.org/standards/dav/') +SAX.characters( + + ht, 3) +SAX.startElement(d:response) +SAX.characters( + http://www.foo.ba, 5) +SAX.startElement(d:href) +SAX.characters(http://www.foo.bar/container/r, 38) +SAX.endElement(d:href) +SAX.characters( + http://www.foo.ba, 5) +SAX.startElement(d:href) +SAX.characters(http://www.foo.bar/container/r, 38) +SAX.endElement(d:href) +SAX.characters( + http://www.foo.ba, 5) +SAX.startElement(d:href) +SAX.characters(http://www.foo.bar/container/<, 29) +SAX.endElement(d:href) +SAX.characters( + http://www.foo.ba, 5) +SAX.startElement(d:href) +SAX.characters(http://www.foo.bar/container/C, 34) +SAX.endElement(d:href) +SAX.characters( + HTTP/1.1 201 Cr, 5) +SAX.startElement(d:status) +SAX.characters(HTTP/1.1 201 Created + + ht, 3) +SAX.startElement(d:response) +SAX.characters( + http://www.foo.ba, 5) +SAX.startElement(d:href) +SAX.characters(http://www.foo.bar/container/C, 31) +SAX.endElement(d:href) +SAX.characters( + HTTP/1.1 420 Me, 5) +SAX.startElement(d:status) +SAX.characters(HTTP/1.1 420 Method Failure + + ht, 3) +SAX.startElement(d:response) +SAX.characters( + http://www.foo.ba, 5) +SAX.startElement(d:href) +SAX.characters(http://www.foo.bar/othercontai, 36) +SAX.endElement(d:href) +SAX.characters( + HTTP/1.1 409 Co, 5) +SAX.startElement(d:status) +SAX.characters(HTTP/1.1 409 Conflict + +, 1) +SAX.endElement(d:multistatus) +SAX.endDocument() diff --git a/SAXresult/dia1 b/SAXresult/dia1 new file mode 100644 index 00000000..c61703f3 --- /dev/null +++ b/SAXresult/dia1 @@ -0,0 +1,365 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.startElement(dia:diagram, xmlns:dia='http://www.lysator.liu.se/~alla/dia/') +SAX.characters( + + + + + , 7) +SAX.endElement(dia:attribute) +SAX.characters( + + , 7) +SAX.endElement(dia:attribute) +SAX.characters( + , 9) +SAX.startElement(dia:real, val='0.1') +SAX.endElement((null)) +SAX.characters( + + , 7) +SAX.endElement(dia:attribute) +SAX.characters( + + , 9) +SAX.startElement(dia:enum, val='0') +SAX.endElement((null)) +SAX.characters( + + , 7) +SAX.endElement(dia:attribute) +SAX.characters( + + , 9) +SAX.startElement(dia:enum, val='0') +SAX.endElement((null)) +SAX.characters( + + , 7) +SAX.endElement(dia:attribute) +SAX.characters( + + , 9) +SAX.startElement(dia:enum, val='0') +SAX.endElement((null)) +SAX.characters( + + , 7) +SAX.endElement(dia:attribute) +SAX.characters( + + , 7) +SAX.startElement(dia:connections) +SAX.characters( + + , 7) +SAX.endElement(dia:connections) +SAX.characters( + + + , 11) +SAX.endElement(dia:attribute) +SAX.characters( + + , 11) +SAX.endElement(dia:attribute) +SAX.characters( + + , 11) +SAX.endElement(dia:attribute) +SAX.characters( + + , 11) +SAX.endElement(dia:attribute) +SAX.characters( + + , 9) +SAX.endElement(dia:composite) +SAX.characters( + + + + , 7) +SAX.endElement(dia:attribute) +SAX.characters( + + , 9) +SAX.startElement(dia:real, val='2') +SAX.endElement((null)) +SAX.characters( + + , 7) +SAX.endElement(dia:attribute) +SAX.characters( + , 9) +SAX.startElement(dia:real, val='0.1') +SAX.endElement((null)) +SAX.characters( + + , 7) +SAX.endElement(dia:attribute) +SAX.characters( + + , 7) +SAX.endElement(dia:attribute) +SAX.characters( + + , 7) +SAX.endElement(dia:attribute) +SAX.characters( + + , 9) +SAX.startElement(dia:enum, val='0') +SAX.endElement((null)) +SAX.characters( + + + +, 3) +SAX.endElement(dia:layer) +SAX.characters( + +, 1) +SAX.endElement(dia:diagram) +SAX.endDocument() diff --git a/SAXresult/dia2 b/SAXresult/dia2 new file mode 100644 index 00000000..c61703f3 --- /dev/null +++ b/SAXresult/dia2 @@ -0,0 +1,365 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.startElement(dia:diagram, xmlns:dia='http://www.lysator.liu.se/~alla/dia/') +SAX.characters( + + + + + , 7) +SAX.endElement(dia:attribute) +SAX.characters( + + , 7) +SAX.endElement(dia:attribute) +SAX.characters( + , 9) +SAX.startElement(dia:real, val='0.1') +SAX.endElement((null)) +SAX.characters( + + , 7) +SAX.endElement(dia:attribute) +SAX.characters( + + , 9) +SAX.startElement(dia:enum, val='0') +SAX.endElement((null)) +SAX.characters( + + , 7) +SAX.endElement(dia:attribute) +SAX.characters( + + , 9) +SAX.startElement(dia:enum, val='0') +SAX.endElement((null)) +SAX.characters( + + , 7) +SAX.endElement(dia:attribute) +SAX.characters( + + , 9) +SAX.startElement(dia:enum, val='0') +SAX.endElement((null)) +SAX.characters( + + , 7) +SAX.endElement(dia:attribute) +SAX.characters( + + , 7) +SAX.startElement(dia:connections) +SAX.characters( + + , 7) +SAX.endElement(dia:connections) +SAX.characters( + + + , 11) +SAX.endElement(dia:attribute) +SAX.characters( + + , 11) +SAX.endElement(dia:attribute) +SAX.characters( + + , 11) +SAX.endElement(dia:attribute) +SAX.characters( + + , 11) +SAX.endElement(dia:attribute) +SAX.characters( + + , 9) +SAX.endElement(dia:composite) +SAX.characters( + + + + , 7) +SAX.endElement(dia:attribute) +SAX.characters( + + , 9) +SAX.startElement(dia:real, val='2') +SAX.endElement((null)) +SAX.characters( + + , 7) +SAX.endElement(dia:attribute) +SAX.characters( + , 9) +SAX.startElement(dia:real, val='0.1') +SAX.endElement((null)) +SAX.characters( + + , 7) +SAX.endElement(dia:attribute) +SAX.characters( + + , 7) +SAX.endElement(dia:attribute) +SAX.characters( + + , 7) +SAX.endElement(dia:attribute) +SAX.characters( + + , 9) +SAX.startElement(dia:enum, val='0') +SAX.endElement((null)) +SAX.characters( + + + +, 3) +SAX.endElement(dia:layer) +SAX.characters( + +, 1) +SAX.endElement(dia:diagram) +SAX.endDocument() diff --git a/SAXresult/dtd1 b/SAXresult/dtd1 new file mode 100644 index 00000000..db7183fd --- /dev/null +++ b/SAXresult/dtd1 @@ -0,0 +1,10 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.internalSubset(MEMO, -//SGMLSOURCE//DTD MEMO//EN, http://www.sgmlsource.com/dtds/memo.dtd) +SAX.resolveEntity(-//SGMLSOURCE//DTD MEMO//EN, http://www.sgmlsource.com/dtds/memo.dtd) +SAX.startElement(MEMO) +SAX.characters( + +, 1) +SAX.endElement(MEMO) +SAX.endDocument() diff --git a/SAXresult/dtd10 b/SAXresult/dtd10 new file mode 100644 index 00000000..c9673563 --- /dev/null +++ b/SAXresult/dtd10 @@ -0,0 +1,21 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.internalSubset(doc, (null), (null)) +SAX.elementDecl(doc, 4, ...) +SAX.elementDecl(a, 3, ...) +SAX.elementDecl(b, 3, ...) +SAX.elementDecl(c, 3, ...) +SAX.elementDecl(d, 3, ...) +SAX.startElement(doc) +SAX.startElement(b) +SAX.characters(This is a valid , 4) +SAX.endElement(b) +SAX.startElement(c) +SAX.characters( is a valid document +, 15) +SAX.endElement(d) +SAX.endElement(doc) +SAX.endDocument() diff --git a/SAXresult/dtd11 b/SAXresult/dtd11 new file mode 100644 index 00000000..37a69d02 --- /dev/null +++ b/SAXresult/dtd11 @@ -0,0 +1,8 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.internalSubset(doc, (null), (null)) +SAX.elementDecl(doc, 3, ...) +SAX.attributeDecl(doc, val, 1, 3, (null), ...) +SAX.startElement(doc, val='v1') +SAX.endElement(doc) +SAX.endDocument() diff --git a/SAXresult/dtd2 b/SAXresult/dtd2 new file mode 100644 index 00000000..22039349 --- /dev/null +++ b/SAXresult/dtd2 @@ -0,0 +1,8 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.internalSubset(doc, (null), (null)) +SAX.elementDecl(doc, 3, ...) +SAX.startElement(doc) +SAX.characters(This is a valid document ! is a valid doc, 4) +SAX.endElement(a) +SAX.characters( is a valid document document +, 5) +SAX.endElement(b) +SAX.characters( document +, 9) +SAX.endElement(doc) +SAX.endDocument() diff --git a/SAXresult/dtd6 b/SAXresult/dtd6 new file mode 100644 index 00000000..8a34085b --- /dev/null +++ b/SAXresult/dtd6 @@ -0,0 +1,19 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.internalSubset(doc, (null), (null)) +SAX.elementDecl(doc, 4, ...) +SAX.elementDecl(a, 3, ...) +SAX.elementDecl(b, 3, ...) +SAX.startElement(doc) +SAX.startElement(a) +SAX.characters(This is a valid , 4) +SAX.endElement(a) +SAX.startElement(b) +SAX.characters( is a valid document +, 9) +SAX.endElement(a) +SAX.endElement(doc) +SAX.endDocument() diff --git a/SAXresult/dtd7 b/SAXresult/dtd7 new file mode 100644 index 00000000..210258a2 --- /dev/null +++ b/SAXresult/dtd7 @@ -0,0 +1,15 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.internalSubset(doc, (null), (null)) +SAX.elementDecl(doc, 4, ...) +SAX.elementDecl(a, 3, ...) +SAX.elementDecl(b, 3, ...) +SAX.startElement(doc) +SAX.startElement(a) +SAX.characters(This is a valid documen, 4) +SAX.endElement(a) +SAX.startElement(b) +SAX.characters( is a valid document, 20) +SAX.endElement(b) +SAX.endElement(doc) +SAX.endDocument() diff --git a/SAXresult/dtd8 b/SAXresult/dtd8 new file mode 100644 index 00000000..b508a85e --- /dev/null +++ b/SAXresult/dtd8 @@ -0,0 +1,17 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.internalSubset(doc, (null), (null)) +SAX.elementDecl(doc, 4, ...) +SAX.elementDecl(a, 3, ...) +SAX.elementDecl(b, 3, ...) +SAX.elementDecl(c, 3, ...) +SAX.elementDecl(d, 3, ...) +SAX.startElement(doc) +SAX.startElement(b) +SAX.characters(This is a valid documen, 4) +SAX.endElement(b) +SAX.startElement(c) +SAX.characters( is a valid document, 20) +SAX.endElement(c) +SAX.endElement(doc) +SAX.endDocument() diff --git a/SAXresult/dtd9 b/SAXresult/dtd9 new file mode 100644 index 00000000..c56ec5c4 --- /dev/null +++ b/SAXresult/dtd9 @@ -0,0 +1,17 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.internalSubset(doc, (null), (null)) +SAX.elementDecl(doc, 4, ...) +SAX.elementDecl(a, 3, ...) +SAX.elementDecl(b, 3, ...) +SAX.elementDecl(c, 3, ...) +SAX.elementDecl(d, 3, ...) +SAX.startElement(doc) +SAX.startElement(b) +SAX.characters(This is a valid documen, 4) +SAX.endElement(b) +SAX.startElement(d) +SAX.characters( is a valid document, 20) +SAX.endElement(d) +SAX.endElement(doc) +SAX.endDocument() diff --git a/SAXresult/ent1 b/SAXresult/ent1 new file mode 100644 index 00000000..fd4ba41b --- /dev/null +++ b/SAXresult/ent1 @@ -0,0 +1,21 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.internalSubset(EXAMPLE, (null), example.dtd) +SAX.resolveEntity((null), example.dtd) +SAX.entityDecl(xml, 1, (null), (null), Extensible Markup Language) +SAX.getEntity(xml) +SAX.startElement(EXAMPLE) +SAX.characters( + &xml; + +, 5) +SAX.getEntity(xml) +SAX.isStandalone() +SAX.hasInternalSubset() +SAX.hasExternalSubset() +SAX.error: Entity 'xml' not defined +SAX.characters( + +, 1) +SAX.endElement(EXAMPLE) +SAX.endDocument() diff --git a/SAXresult/ent2 b/SAXresult/ent2 new file mode 100644 index 00000000..7a3e3c60 --- /dev/null +++ b/SAXresult/ent2 @@ -0,0 +1,33 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.internalSubset(EXAMPLE, (null), example.dtd) +SAX.resolveEntity((null), example.dtd) +SAX.entityDecl(xml, 1, (null), (null), Extensible Markup Language) +SAX.getEntity(xml) +SAX.entityDecl(title, 2, -//MY-TITLE//FR, title.xml, (null)) +SAX.entityDecl(image, 3, (null), img.gif, GIF) +SAX.startElement(EXAMPLE) +SAX.characters( + &title; + This text is abou, 3) +SAX.getEntity(title) +SAX.isStandalone() +SAX.hasInternalSubset() +SAX.hasExternalSubset() +SAX.error: Entity 'title' not defined +SAX.characters( + This text is about XML, the, 31) +SAX.getEntity(xml) +SAX.isStandalone() +SAX.hasInternalSubset() +SAX.hasExternalSubset() +SAX.error: Entity 'xml' not defined +SAX.characters( and this is an embedded + +, 1) +SAX.endElement(EXAMPLE) +SAX.endDocument() diff --git a/SAXresult/ent3 b/SAXresult/ent3 new file mode 100644 index 00000000..09af2c0c --- /dev/null +++ b/SAXresult/ent3 @@ -0,0 +1,11 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.internalSubset(EXAMPLE, (null), example.dtd) +SAX.resolveEntity((null), example.dtd) +SAX.entityDecl(xml, 1, (null), (null), Extensible Markup Language) +SAX.getEntity(xml) +SAX.startElement(EXAMPLE, prop1='a&b', prop2='&xml;') +SAX.characters( + Test of entities in attribu, 35) +SAX.endElement(EXAMPLE) +SAX.endDocument() diff --git a/SAXresult/ent4 b/SAXresult/ent4 new file mode 100644 index 00000000..ca195d19 --- /dev/null +++ b/SAXresult/ent4 @@ -0,0 +1,21 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.internalSubset(EXAMPLE, (null), example.dtd) +SAX.resolveEntity((null), example.dtd) +SAX.entityDecl(xml, 1, (null), (null), Extensible Markup Language) +SAX.getEntity(xml) +SAX.startElement(EXAMPLE) +SAX.characters( + Test of &amp; behaviour, 11) +SAX.getEntity(amp) +SAX.characters(&, 1) +SAX.characters(amp; behaviour a&b . + + +, 4) +SAX.endElement(EXAMPLE) +SAX.endDocument() diff --git a/SAXresult/ent5 b/SAXresult/ent5 new file mode 100644 index 00000000..6695697d --- /dev/null +++ b/SAXresult/ent5 @@ -0,0 +1,15 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.startElement(EXAMPLE) +SAX.characters( + This is an inverted excla, 42) +SAX.characters(¡, 1) +SAX.characters( + This is a space + +, 2) +SAX.endElement(EXAMPLE) +SAX.endDocument() diff --git a/SAXresult/p3p b/SAXresult/p3p new file mode 100644 index 00000000..87c56098 --- /dev/null +++ b/SAXresult/p3p @@ -0,0 +1,75 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.startElement(RDF:RDF, xmlsn:p3p='http//www.w3.org/TR/1998/WD-P3P10-syntax#proposal.DTD', xmlns:RDF='http://www.w3.org/TR/WD-rdf-syntax#') +SAX.characters( +, 6) +SAX.startElement(REF, name='Name.First') +SAX.endElement((null)) +SAX.characters( + + , 6) +SAX.startElement(REF, name='Gender') +SAX.endElement((null)) +SAX.characters( + + + + + + + + + + rpm +, 5) +SAX.startElement(RPM:Name) +SAX.characters(rpm + 2.5 + 2 + , 1) +SAX.endElement(RPM:Release) +SAX.characters( + i386, 5) +SAX.startElement(RPM:Arch) +SAX.characters(i386 + Li, 4) +SAX.endElement(RPM:Arch) +SAX.characters( + Linux + , 5) +SAX.startElement(RPM:Os) +SAX.characters(Linux + Manhatt, 5) +SAX.startElement(RPM:Distribution) +SAX.characters(Manhattan +, 10) +SAX.endElement(RPM:Distribution) +SAX.characters( + Red Hat Softw, 5) +SAX.startElement(RPM:Vendor) +SAX.characters(Red Hat Software +, 16) +SAX.endElement(RPM:Vendor) +SAX.characters( + Red Hat Sof, 5) +SAX.startElement(RPM:Packager) +SAX.characters(Red Hat Software <bugs@redh, 17) +SAX.getEntity(lt) +SAX.characters(<, 1) +SAX.characters(bugs@redhat.com>, 1) +SAX.endElement(RPM:Packager) +SAX.characters( + Utilities/Syst, 5) +SAX.startElement(RPM:Group) +SAX.characters(Utilities/System + , 16) +SAX.endElement(RPM:Group) +SAX.characters( + Red Hat Pack, 5) +SAX.startElement(RPM:Summary) +SAX.characters(Red Hat Package ManagerRPM is a, 5) +SAX.startElement(RPM:Description) +SAX.characters(RPM is a powerful package mana, 248) +SAX.endElement(RPM:Description) +SAX.characters( + GPL + * Sun May , 5) +SAX.startElement(RPM:Changelog) +SAX.characters(* Sun May 10 1998 Prospector S, 36) +SAX.getEntity(lt) +SAX.characters(<, 1) +SAX.characters(bugs@redhat.com> + - transl, 15) +SAX.getEntity(gt) +SAX.characters(>, 1) +SAX.characters( + - translations modified for, 42) +SAX.endElement(RPM:Changelog) +SAX.characters( + rpm-2.5-2.sr, 5) +SAX.startElement(RPM:Sources) +SAX.characters(rpm-2.5-2.src.rpmftp://ftp, 5) +SAX.startElement(RPM:SourcesFtp) +SAX.characters(ftp://ftp.redhat.com/pub/redha, 48) +SAX.endElement(RPM:SourcesFtp) +SAX.characters( + Sun May 10, 5) +SAX.startElement(RPM:BuildDate) +SAX.characters(Sun May 10 14:52:32 1998894826352 + 850599 + porky.redh, 5) +SAX.startElement(RPM:BuildHost) +SAX.characters(porky.redhat.com + + rpm + + + + + /bin/sh, 9) +SAX.startElement(RPM:Resource) +SAX.characters(/bin/sh + , 7) +SAX.endElement(RPM:Resource) +SAX.characters( + ld-linu, 9) +SAX.startElement(RPM:Resource) +SAX.characters(ld-linux.so.2 + , 13) +SAX.endElement(RPM:Resource) +SAX.characters( + libc.so, 9) +SAX.startElement(RPM:Resource) +SAX.characters(libc.so.6 + , 9) +SAX.endElement(RPM:Resource) +SAX.characters( + libdb.s, 9) +SAX.startElement(RPM:Resource) +SAX.characters(libdb.so.2 + , 10) +SAX.endElement(RPM:Resource) +SAX.characters( + libz.so, 9) +SAX.startElement(RPM:Resource) +SAX.characters(libz.so.1 + , 9) +SAX.endElement(RPM:Resource) +SAX.characters( + /bin/ba, 9) +SAX.startElement(RPM:Resource) +SAX.characters(/bin/bash + , 9) +SAX.endElement(RPM:Resource) +SAX.characters( + /bin/sh, 9) +SAX.startElement(RPM:Resource) +SAX.characters(/bin/sh + <, 7) +SAX.endElement(RPM:Resource) +SAX.characters( + + + /bin/rpm +/usr/, 5) +SAX.startElement(RPM:Files) +SAX.characters(/bin/rpm +/usr/bin/find-provide, 885) +SAX.endElement(RPM:Files) +SAX.characters( + + +, 1) +SAX.endElement(RDF:RDF) +SAX.endDocument() diff --git a/SAXresult/rdf2 b/SAXresult/rdf2 new file mode 100644 index 00000000..bd7dbb28 --- /dev/null +++ b/SAXresult/rdf2 @@ -0,0 +1,193 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.startElement(RDF:RDF, xmlns:RDF='http://www.w3.org/TR/WD-rdf-syntax#', xmlns:RPM='http://www.rpm.org/') +SAX.characters( + + , 8) +SAX.endElement(RPM:Resource) +SAX.characters( + , 15) +SAX.endElement(RPM:Resource) +SAX.characters( + + , 12) +SAX.endElement(RPM:Resource) +SAX.characters( + +, 2) +SAX.startElement(g, style='fill: #f2cc99') +SAX.characters( + , 2) +SAX.startElement(g, style='fill: #e5b27f') +SAX.characters( + , 2) +SAX.startElement(g, style='fill: #eb8080') +SAX.characters( + , 2) +SAX.startElement(g, style='fill: #f2cc99') +SAX.characters( + , 2) +SAX.startElement(g, style='fill: #9c826b') +SAX.characters( + , 2) +SAX.startElement(g, style='fill: #ffcc7f') +SAX.characters( + +, 2) +SAX.startElement(g, style='fill: #9c826b') +SAX.characters( + +, 2) +SAX.startElement(g, style='fill: #845433') +SAX.characters( + +, 2) +SAX.startElement(g, style='fill: #9c826b') +SAX.characters( + , 2) +SAX.startElement(g, style='fill: #000000') +SAX.characters( + , 2) +SAX.startElement(g, style='fill: #ffe5b2') +SAX.characters( + +, 2) +SAX.startElement(g, style='fill: #000000') +SAX.characters( + , 5) +SAX.startElement(path, d=' M 29 28 ') +SAX.endElement((null)) +SAX.characters( + , 5) +SAX.startElement(path, d=' L 19 74 ') +SAX.endElement((null)) +SAX.characters( + + + +, 2) +SAX.startElement(g, style='fill: #0000ff') +SAX.characters( + +, 2) +SAX.startElement(g, style='fill: #ff0000') +SAX.characters( + + + + + + Java Font, 5) +SAX.startElement(g) +SAX.characters( + Java Font definit, 6) +SAX.startElement(desc) +SAX.characters( Java Font definition:Dialog 0, 30) +SAX.endElement(desc) +SAX.characters( + + + J, 5) +SAX.endElement(g) +SAX.characters( + + Java Font , 4) +SAX.startElement(g) +SAX.characters( + Java Font definit, 6) +SAX.startElement(desc) +SAX.characters( Java Font definition:Helvetic, 35) +SAX.endElement(desc) +SAX.characters( + + + + + + +, 2) +SAX.startElement(g, style='fill: #800040') +SAX.characters( + + +, 2) +SAX.startElement(g, style='fill: #ffffff') +SAX.characters( + + Java Font, 5) +SAX.startElement(g) +SAX.characters( + Java Font definit, 6) +SAX.startElement(desc) +SAX.characters( Java Font definition:Dialog 7, 32) +SAX.endElement(desc) +SAX.characters( + + + J, 5) +SAX.endElement(g) +SAX.characters( + + Java Font , 4) +SAX.startElement(g) +SAX.characters( + Java Font definit, 6) +SAX.startElement(desc) +SAX.characters( Java Font definition:Dialog 7, 32) +SAX.endElement(desc) +SAX.characters( + + + +, 5) +SAX.endElement(g) +SAX.characters( + + +, 1) +SAX.endElement(g) +SAX.endElement(svg) +SAX.endDocument() diff --git a/SAXresult/xml1 b/SAXresult/xml1 new file mode 100644 index 00000000..e509449c --- /dev/null +++ b/SAXresult/xml1 @@ -0,0 +1,16 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.internalSubset(test, (null), (null)) +SAX.getEntity(amp) +SAX.entityDecl(example, 1, (null), (null),

An ampersand (&) may be escaped + numerically (&#38;) or with a general entity + (&).

) +SAX.getEntity(example) +SAX.startElement(test) +SAX.getEntity(example) +SAX.isStandalone() +SAX.hasInternalSubset() +SAX.hasExternalSubset() +SAX.error: Entity 'example' not defined +SAX.endElement(test) +SAX.endDocument() diff --git a/SAXresult/xml2 b/SAXresult/xml2 new file mode 100644 index 00000000..7d75185c --- /dev/null +++ b/SAXresult/xml2 @@ -0,0 +1,21 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.internalSubset(test, (null), (null)) +SAX.elementDecl(test, 3, ...) +SAX.entityDecl(xx, 4, (null), (null), %zz;) +SAX.getEntity(xx) +SAX.entityDecl(zz, 4, (null), (null), ) +SAX.getEntity(zz) +SAX.getEntity(xx) +SAX.warning: xmlParsePEReference: %xx; not found +SAX.startElement(test) +SAX.characters(This sample shows a &tricky; m, 20) +SAX.getEntity(tricky) +SAX.isStandalone() +SAX.hasInternalSubset() +SAX.hasExternalSubset() +SAX.error: Entity 'tricky' not defined +SAX.characters( method. +, 8) +SAX.endElement(test) +SAX.endDocument() diff --git a/configure.in b/configure.in index f76d329a..59e2d58d 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.2) AC_INIT(entities.h) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libxml, 1.0.0) +AM_INIT_AUTOMAKE(libxml, 1.1.0) AC_ARG_WITH(html-dir, [ --with-html-dir=PATH path to installed docs ]) diff --git a/doc/html/gnome-xml-entities.html b/doc/html/gnome-xml-entities.html index c3987094..5f326a16 100644 --- a/doc/html/gnome-xml-entities.html +++ b/doc/html/gnome-xml-entities.html @@ -65,7 +65,7 @@ WIDTH="100%">

Name

Synopsis

xmlEntitiesTablePtr table); -xmlParserInputPtr xmlNewEntityInputStream (xmlParserCtxtPtr ctxt, - xmlEntityPtr entity); table);

Description

Details
















TODO !!!! Once moved to UTF-8 internal encoding, the encoding of non-ascii get erroneous.

TODO This routine is not reentrant and this will be changed, the interface -should not be modified though.






xmlNewEntityInputStream()

xmlParserInputPtr xmlNewEntityInputStream   (xmlParserCtxtPtr ctxt,
-                                             xmlEntityPtr entity);

Create a new input stream based on a memory buffer.

ctxt : an XML parser context
entity : an Entity pointer
Returns :the new input stream