- 08 Sep, 2004 2 commits
-
-
Daniel Veillard authored
* valid.c xmlsave.c: fixed 2 problems raised by #152140, one which is that notation not in the internal subset should not be saved, and the second more nasty on an error saving NOTATIONs, if there is a proof that nobody uses notations ! Daniel
-
Kasimier T. Buchcik authored
* xmlschemas.c include/libxml/xmlschemas.h: Added the function xmlSchemaValidateOneElement to the XML Schema validation API, as proposed by Jeffrey Fink - see bug # 152073.
-
- 07 Sep, 2004 1 commit
-
-
Daniel Veillard authored
* configure.in doc/Makefile.am xstc/Makefile.am: some cleanup checking for xmllint and xsltproc in configure.in, fixed make dist w.r.t. the new xstc subdir. * doc/*: rebuilt Daniel
-
- 06 Sep, 2004 10 commits
-
-
Kasimier T. Buchcik authored
* xstc/xstc.py: Changed to finally validate instance documents.
-
Daniel Veillard authored
* xstc/Makefile.am Makefile.am: integrated to "make valgrind", heavy ... weight 250MB of VM ! Daniel
-
Daniel Veillard authored
-
Daniel Veillard authored
-
Daniel Veillard authored
* xstc/Makefile.am xstc/xstc-to-python.xsl xstc/xstc.py Makefile.am: more cleanup in integrating the xstc testsuite Daniel
-
Daniel Veillard authored
-
Daniel Veillard authored
* Makefile.am configure.in xstc/.cvsignore xstc/Makefile.am: starting to integrate the xstc suite in the normal regression tests Daniel
-
Kasimier T. Buchcik authored
* xstc/sun-test-def.xml: The "tsDir" attribute was not set correctly.
-
Daniel Veillard authored
* check-xinclude-test-suite.py: when output and expected do not match exactly run diff to put the differences in the log c.f. #148691 Daniel
-
Kasimier T. Buchcik authored
* xstc/xstc-to-python.xslt xstc/ms-test-def.xml xstc/nist-test-def.xml xstc/sun-test-def.xml: Initial release of generation files to create python test scripts, which will run the W3C XML Schema Test Collection. The ms-test-def.xml and sun-test-def.xml files were extracted from the online HTML XSTC results [1], since they did not exist for the SUN tests, and only partially did exist for the MS tests. The NIST definition file was created by concatenation of the existing definition files for each single datatype. The stylesheet "xstc-to-python.xslt" should be run against the definition files to produce the python scripts. [1] "http://www.w3.org/XML/2001/05/xmlschema-test-collection/ results-master.html"
-
- 03 Sep, 2004 2 commits
-
-
Kasimier T. Buchcik authored
* xmlschemas.c include/libxml/schemasInternals.h include/libxml/xmlerror.h: Fixed a seg fault in xmlGetQNameProp: a format argument was missing. Fixed wrong assignment of the owner of a wildcard in xmlSchemaBuildAttributeValidation (in the shorthandform of <complexType>; this caused a seg fault, due to a double-free of the wildcard. Added a check for circular attribute group references. Added a check for circular model group definition references. Fixed a dublicate xmlParserErrors enum value - see bug #151738.
-
William M. Brack authored
* xmlstring.c: modified comments on xmlGetUTF8Char in response to bug 151760 (no change to logic)
-
- 31 Aug, 2004 7 commits
-
-
William M. Brack authored
* xmlstring.c: fixed error reported on the list caused by my last change
-
Daniel Veillard authored
* NEWS configure.in doc/*: release of libxml2-2.6.13 Daniel
-
Daniel Veillard authored
* xmlIO.c: fixing #151456, an encoding error could generate a serialization loop. Daniel
-
Daniel Veillard authored
* Makefile.am: also produce a tar ball with just the sources * xmllint.c: added --path option and --load-trace options to xmllint, RFE #147740 based on xsltproc versions * doc/xmllint.* doc/*: updated the man page and rebuilt Daniel
-
Daniel Veillard authored
* xmlschemastypes.c: "" is a valid hexbinary string dixit xmlschema-dev * result/schemas/hexbinary_0_1.err test/schemas/hexbinary_1.xml: update the test. * test/ns5 result//ns5*: added a test for the namespace bug fixed in previous commit. * Makefile.am: added a message in the regression tests Daniel
-
Daniel Veillard authored
-
William M. Brack authored
* SAX2.c: fixed bug introduced during OOM fixup causing problems with default namespace when a named prefix with the same href was present (reported on the mailing list by Karl Eichwalder. * xmlstring.c: modified xmlCheckUTF8 with suggested code from Julius Mittenzwei. * dict.c: added a typecast to try to avoid problem reported by Pascal Rodes.
-
- 30 Aug, 2004 1 commit
-
-
Kasimier T. Buchcik authored
* xmlschemas.c: Fixed a bug in xmlSchemasCheckFacet, which did not create a computed value on a facet and thus crashed during validation of instances. Expanded validity checks for min/maxOccurs attributes. Expanded validity checks for the value of the attribute "form".
-
- 28 Aug, 2004 1 commit
-
-
William M. Brack authored
* xmlstring.c: fixed a problem with xmlCheckUTF8 reported on the mailing list by Julius Mittenzwei
-
- 26 Aug, 2004 3 commits
-
-
Daniel Veillard authored
* libxml.spec.in: added BuildRequires: zlib-devel, fixes Red Hat bug #124942 Daniel
-
Kasimier T. Buchcik authored
Added a missing ChangeLog entry.
-
Daniel Veillard authored
* parser.c: remove a warning on Solaris * xmlschemastype.c: fix a crashing bug #151111 Daniel
-
- 25 Aug, 2004 2 commits
-
-
Kasimier T. Buchcik authored
* test/schemas/import-bad-1_0.imp: Added missing test file. * xmlschemas.c include/libxml/xmlerror.h include/libxml/xmlschemas.h: Substituted the obsolete xmlSchemaValidError(s) for xmlParserErrors - see #150840. Changed the import of schemas to allow failure of location of a resource to be imported. * result/schemas/all_* result/schemas/any3_0_0.err result/schemas/choice_* result/schemas/import1_0_0.err result/schemas/list0_0_1.err result/schemas/list0_1_0.err result/schemas/list0_1_1.err result/schemas/ns0_0_2.err result/schemas/ns0_1_2.err: Adapted regression test results.
-
MDT 2004 John Fleck authored
Tue Aug 24 20:49:15 MDT 2004 John Fleck <jfleck@inkstain.net> * doc/tutorial/xmltutorial.xml, xmltutorial.pdf, *.html fix Xpath memory leak (thanks to sKaBoy and William Brack)
-
- 24 Aug, 2004 5 commits
-
-
Igor Zlatkovic authored
-
Igor Zlatkovic authored
-
Igor Zlatkovic authored
-
Igor Zlatkovic authored
-
Igor Zlatkovic authored
-
- 23 Aug, 2004 1 commit
-
-
Daniel Veillard authored
* configure.in: removing -O -g from default gcc flags #150828 Daniel
-
- 22 Aug, 2004 3 commits
-
-
Daniel Veillard authored
* configure.in doc/* NEWS: preparing 2.6.12 release, updated and and rebuilt the docs. Daniel
-
Daniel Veillard authored
* python/libxml.c: fix a problem on last commit Daniel
-
Daniel Veillard authored
* xmllint.c xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h python/libxml.c python/libxml_wrap.h: trying to remove some warning when compiling on Fedora Core 3 and 64bits Daniel
-
- 20 Aug, 2004 2 commits
-
-
William M. Brack authored
* xmlschemas.c: modified parsing of <list>, <union>, <restriction>, <sequence>, <choice>, <include>, <import>. Fixed schema defaults (elementFormDefault, etc.) for included schemas. Fixed a bug which reported attributes as invalid on elements declarations with the built-in type 'anyType'. Added "lax" validation of the content of elements of type 'anyType'. Fixed: element declarations with the same name were treated as duplicate if located in the subtree of <choice> -> <sequence>. (This was bug 150623, submitted by Roland Lezuo) Fixed cleanup of error codes in xmlSchemaValidateDoc as proposed by Igor Kapitanker. (This was bug 150647, submitted by Igor Kapitanker) * xmlschemastypes.c: Changed the type of anyType to XML_SCHEMAS_ANYTYPE. * include/libxml/xmlerror.h: Added schema parser errors. * result/schemas/bug145246_0_0* result/schemas/extension1_0_2.err: Changed test results. * result/schemas/ct-sc-nobase_0_0* result/schemas/facet-whiteSpace_0_0* result/schemas/import1_0_0* result/schemas/import2_0_0* result/schemas/include2_0_0* result/schemas/include3_0_0* result/schemas/restriction-attr1_0_0* result/schemas/seq-dubl-elem1_0_0* result/schemas/xsd-list-itemType_0_0*: Added new rest results. test/schemas/bug145246.xsd.imp test/schemas/ct-sc-nobase_0* test/schemas/facet-whiteSpace_0* test/schemas/import1_0* test/schemas/import2_0* test/schemas/include2_0* test/schemas/include3_0* test/schemas/restriction-attr1_0* test/schemas/seq-dubl-elem1_0* test/schemas/xml.xsd test/schemas/xsd-list-itemType_0*: Added new tests and missing files.
-
Daniel Veillard authored
* Makefile.am configure.in: a bit of cleanup and a extra variable for CVS dist Daniel
-