- 20 Sep, 2004 1 commit
-
-
Daniel Veillard authored
* xmllint.c: added --timing --copy timing for the copy * vms/build_libxml.com: applied patch from Craig Berry to build with recent releases Daniel
-
- 18 Sep, 2004 1 commit
-
-
William M. Brack authored
* nanohttp.c, include/libxml/nanohttp.h: added the routine xmlNanoHTTPContentLength to the external API (bug151968). * parser.c: fixed unnecessary internal error message (bug152060); also changed call to strncmp over to xmlStrncmp. * encoding.c: fixed compilation warning (bug152307). * tree.c: fixed segfault in xmlCopyPropList (bug152368); fixed a couple of compilation warnings. * HTMLtree.c, debugXML.c, xmlmemory.c: fixed a few compilation warnings; no change to logic.
-
- 17 Sep, 2004 2 commits
-
-
Daniel Veillard authored
* parser.c: removed some extern before function code reported by Kjartan Maraas on IRC * legacy.c: fixed compiling when configuring out the HTML parser * Makefile.am: added a declaration for CVS_EXTRA_DIST * HTMLparser.c: beginning of an attempt at cleaning up the construction of the HTML parser data structures, current data generate a huge amount of ELF relocations at loading time. Daniel
-
Daniel Veillard authored
* ChangeLog: applied fix from Stepan Kasal to fix duplication in the change log and cleanup of space/tabs issues. Daniel
-
- 16 Sep, 2004 1 commit
-
-
Kasimier T. Buchcik authored
* xmlschemas.c include/libxml/schemasInternals.h test/schemas/bug152470_1.* result/schemas/bug152470_1_1*: Simpified attribute wildcard creation and assignment to get rid of memory leaks. Restructured the validation process. Restructured and expanded parsing of <attributeGroup>. Added initial handing of xsi:type. Advanced handling of xsi:nil (should work now for simple types). Added construction of schemata using xsi:schemaLocation and xsi:noNamespaceSchemaLocation; this is not enabled, since no corresponding API exists yet. Moved the content model to complex type components. Resolution of types for attributes will look for simple types only (incl. all the built-in simple types). Extended parsing of 'anyAttribute'. Fixed content-type type for complex types if derived from 'anyType' using the short-hand form (see bug # 152470, submitted by Thilo Jeremias). * include/libxml/xmlschematypes.h: Cleaned up some comments. * xstc/xstc.py: Workaround to accomodate case insensitive test definitions in ms-test.def.xml. * result/schemas/deter0_0_0.err result/schemas/ns0_0_2.err result/schemas/ns0_1_2.err: Adapted.
-
- 13 Sep, 2004 1 commit
-
-
Daniel Veillard authored
-
- 11 Sep, 2004 1 commit
-
-
William M. Brack authored
* xmlwriter.c: changed char array initialisation to avoid a complaint from some compiler(s) (bug 152308)
-
- 09 Sep, 2004 1 commit
-
-
William M. Brack authored
* encoding.c: applied fixes for the UTF8ToISO8859x transcoding routine suggested by Mark Itzcovitz
-
- 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 3 commits
-
-
Igor Zlatkovic authored
-
Igor Zlatkovic authored
-
Igor Zlatkovic authored
-