Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 24505b0f | 2005-07-28 23:49:35 | a lot of small cleanups based on Linus' sparse check output. Daniel * HTMLparser.c SAX2.c encoding.c globals.c parser.c relaxng.c runsuite.c runtest.c schematron.c testHTML.c testReader.c testRegexp.c testSAX.c testThreads.c valid.c xinclude.c xmlIO.c xmllint.c xmlmodule.c xmlschemas.c xpath.c xpointer.c: a lot of small cleanups based on Linus' sparse check output. Daniel | ||
| 4cd3b519 | 2005-07-28 19:28:58 | added schematron.h, oops ... Daniel * include/libxml/Makefile.am: added schematron.h, oops ... Daniel | ||
| 11162b7c | 2005-07-28 00:50:22 | Added creation of the content type of xs:anyType. This is needed when * xmlschemastypes.c: Added creation of the content type of xs:anyType. This is needed when trying to extend xs:anyType (although it makes no sense to extend it; IMHO the schema people should have ruled this out). This was reported by Yong Chen to the mailing list. * xmlschemas.c: Fixed handling of xs:anyType in xmlSchemaCheckCOSCTExtends() (reported by Young Chen). Tiny adjustment to an error report output. * test/schemas/extension2* result/schemas/extension2*: Added a test case provided by Young Chen. | ||
| 38c4b332 | 2005-07-25 18:39:34 | enhanced xmlBuildRelativeURI to allow the URI and the base to be in * uri.c: enhanced xmlBuildRelativeURI to allow the URI and the base to be in "relative" form | ||
| d4501d77 | 2005-07-24 14:27:16 | started adding schematron to the xmllint tool, the report infrastructure * schematron.c xmllint.c: started adding schematron to the xmllint tool, the report infrastructure is gonna be fun. Daniel | ||
| 5c68274c | 2005-07-23 21:28:30 | Added regression tests (they fail currently), but did not added results * test/schemas/any6* test/schemas/any7*: Added regression tests (they fail currently), but did not added results yet. | ||
| 5da6dd34 | 2005-07-23 21:12:30 | Removed the workaround code in xmlSchemaValidateElemWildcard() for the * xmlschemas.c: Removed the workaround code in xmlSchemaValidateElemWildcard() for the <any> wildcard with namespace == ##other. Support for such wildcards was implemented by Daniel at the automaton level recently, and the workaround code iterfered with it. | ||
| ed6c5497 | 2005-07-23 15:00:22 | changed xmlPatterncompile signature to pass an int and not an enum since * pattern.c include/libxml/pattern.h: changed xmlPatterncompile signature to pass an int and not an enum since it can generate ABI compat troubles. * include/libxml/schematron.h schematron.c: adding the new schematron code, work in progress lots to be left and needing testing * include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h.in Makefile.am configure.in: integration of schematron into the build * xpath.c include/libxml/xpath.h: adding flags to control compilation options right now just XML_XPATH_CHECKNS. Daniel | ||
| 041c5ffa | 2005-07-23 14:42:34 | Removed an "internal error" message from xmlSchemaBuildAContentModel() * xmlschemas.c: Removed an "internal error" message from xmlSchemaBuildAContentModel() when an empty model group definition is hit. | ||
| 627e9a93 | 2005-07-22 22:37:35 | Changed xmlCompileStepPattern() and xmlCompileAttributeTest() to handle * pattern.c: Changed xmlCompileStepPattern() and xmlCompileAttributeTest() to handle the "xml" prefix without caring if the XML namespace was supplied by the user. | ||
| 2c9aac03 | 2005-07-21 22:14:12 | Fixed xmlSchemaPSimpleTypeErr(), which did not output the given string * xmlschemas.c: Fixed xmlSchemaPSimpleTypeErr(), which did not output the given string arguments correctly. | ||
| ffa3c749 | 2005-07-21 13:24:09 | applied a patch from Marcus Boerger to fix problems with calling * error.c globals.c parser.c runtest.c testHTML.c testSAX.c threads.c valid.c xmllint.c xmlreader.c xmlschemas.c xmlstring.c xmlwriter.c include/libxml/parser.h include/libxml/relaxng.h include/libxml/valid.h include/libxml/xmlIO.h include/libxml/xmlerror.h include/libxml/xmlexports.h include/libxml/xmlschemas.h: applied a patch from Marcus Boerger to fix problems with calling conventions on Windows this should fix #309757 Daniel | ||
| 0a119ebe | 2005-07-20 13:46:00 | an optimization of the char data inner loop, can gain up to 10% in pure * parser.c: an optimization of the char data inner loop, can gain up to 10% in pure SAX2 parsing speed * xmlschemas.c: applied patch from Kupriyanov Anatolij fixing a bug in XML Schemas facet comparison #310893 Daniel | ||
| 77005e6f | 2005-07-19 16:26:18 | fixed the error reporting for not transitions fixed output Daniel * xmlregexp.c xmlschemas.c: fixed the error reporting for not transitions * result/schemas/any5_0_0* result/schemas/any5_0_2* result/schemas/any5_1_0*: fixed output Daniel | ||
| 9efc476b | 2005-07-19 14:33:55 | fixing bug #172215 about foreign namespaces by adding support for negated * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: fixing bug #172215 about foreign namespaces by adding support for negated string transitions. Error messages still need to be improved. * test/schemas/any5* result/schemas/any5*: adding regression tests for this. Daniel | ||
| 365c806e | 2005-07-19 11:31:55 | applied patch from Alexander Pohoyda fixing xmlGetNodePath on namespaced * tree.c: applied patch from Alexander Pohoyda fixing xmlGetNodePath on namespaced attributes #310417. Daniel | ||
| dd9b64ab | 2005-07-18 21:59:00 | --nonet was duplicated daniel * doc/xmllint.1 doc/xmllint.html doc/xmllint.xml: --nonet was duplicated daniel | ||
| a980befc | 2005-07-18 21:34:03 | fixed xsd:all when used in conjunction with substitution groups adding * xmlschemas.c: fixed xsd:all when used in conjunction with substitution groups * test/schemas/allsg_* result/schemas/allsg_*: adding specific regression tests, strangely missing from NIST/Sun/Microsoft testsuites Daniel | ||
| afc05b68 | 2005-07-17 06:11:19 | fixed bug #307508, a bad automata was built but this showed as an * xmlschemas.c: fixed bug #307508, a bad automata was built but this showed as an indeterminist result Daniel | ||
| d369b138 | 2005-07-14 15:54:44 | found the last bug raised by NIST tests in comparing base64 strings, * xmlschemastypes.c: found the last bug raised by NIST tests in comparing base64 strings, result from runsuite: ## NIST test suite for Schemas version NIST2004-01-14 Ran 23170 tests (3953 schemata), no errors Daniel | ||
| 99c394d9 | 2005-07-14 12:58:49 | fixed where xmlMemoryDump() should be called. fixed handling of {0}, \n, * testRegexp.c: fixed where xmlMemoryDump() should be called. * xmlregexp.c: fixed handling of {0}, \n, \r and \t, two bugs affecting NIST regression tests Daniel | ||
| 9202b674 | 2005-07-14 09:31:14 | applied a patch from Gerrit P. Haase to add module support on cygwin * configure.in: applied a patch from Gerrit P. Haase to add module support on cygwin Daniel | ||
| 7d2b323e | 2005-07-14 08:57:39 | fixed a potential buffer overrun error introduced on last commit to * HTMLparser.c: fixed a potential buffer overrun error introduced on last commit to htmlParseScript() c.f. #310229 Daniel | ||
| 32f0f717 | 2005-07-14 07:00:33 | Changed the behaviour of xmlXPathEqualNodeSetFloat to return TRUE if a * xpath.c: Changed the behaviour of xmlXPathEqualNodeSetFloat to return TRUE if a nodeset with a numeric value of NaN is compared for inequality with any numeric value (bug 309914). | ||
| da0aa4cf | 2005-07-13 23:07:49 | applied patch from Marcus Boerger to route relaxng and schemas error * error.c relaxng.c xmlreader.c xmlschemas.c include/libxml/relaxng.h include/libxml/xmlschemas.h: applied patch from Marcus Boerger to route relaxng and schemas error messages when using the reader through the structured interface if activated. * elfgcchack.h doc/* testapi.c: rebuilt since this add new APIs to test. Daniel | ||
| 358fef4b | 2005-07-13 16:37:38 | applied UTF-8 script parsing bug #310229 fix from Jiri Netolicky added the * HTMLparser.c: applied UTF-8 script parsing bug #310229 fix from Jiri Netolicky * result/HTML/script2.html* test/HTML/script2.html: added the test case from the regression suite Daniel | ||
| 744acfff | 2005-07-12 15:09:53 | fixed bug #310105 with http_proxy environments with patch provided by * nanohttp.c: fixed bug #310105 with http_proxy environments with patch provided by Peter Breitenlohner Daniel | ||
| e4aaae26 | 2005-07-10 23:12:52 | Late fixes just for the release, daniel | ||
| 78dfc9f0 | 2005-07-10 22:30:30 | preparing release 2.6.20 removed a compilation problem Daniel * Makefile.am NEWS configure.in doc/*: preparing release 2.6.20 * xmllint.c: removed a compilation problem Daniel | ||
| 1f33c4d6 | 2005-07-10 21:38:31 | preparing to make testsuite releases along with code source releases fixed * xstc/Makefile.am README README.tests Makefile.tests Makefile.am: preparing to make testsuite releases along with code source releases * gentest.py testapi.c: fixed a couple of problem introduced by the new Schemas support for Readers * xpath.c: fixed the XPath attribute:: bug #309580, #309864 in a crude but simple way. * xmlschemas.c include/libxml/tree.h: fixed a couple of problems raised by the doc builder. * doc/*: made rebuild Daniel | ||
| df4223ec | 2005-07-10 19:52:06 | fixed a bug introduced on last commit daniel * xmlschemas.c: fixed a bug introduced on last commit daniel | ||
| f10ae12c | 2005-07-10 19:03:16 | fixed a typo pointed by Jeroen Ruigrok increased the APIs for xmlReader * doc/xmllint.1 doc/xmllint.html doc/xmllint.xml: fixed a typo pointed by Jeroen Ruigrok * include/libxml/xmlreader.h include/libxml/xmlschemas.h: increased the APIs for xmlReader schemas validation support * xmllint.c xmlreader.c xmlschemas.c: xmlReader schemas validation implementation and testing as xmllint --stream --schema ... Daniel | ||
| d17760f3 | 2005-07-10 14:12:00 | try to avoid conflicts. Daniel * include/libxml/xmlwin32version.h.in: try to avoid conflicts. Daniel | ||
| 971771ef | 2005-07-09 17:32:57 | fix for #309761 from Dylan Shell added xmlSchemaSAXPlug and * parser.c: fix for #309761 from Dylan Shell * xmlschemas.c include/libxml/xmlschemas.h: added xmlSchemaSAXPlug and xmlSchemaSAXUnplug generic APIs for SAX Schemas validation. * xmllint.c: couple of fixes plus added descriptions for --sax and --sax1 Daniel | ||
| c306d904 | 2005-07-08 21:37:44 | Added c-props-correct constraint to check for equal cardinality of * xmlschemas.c: Added c-props-correct constraint to check for equal cardinality of keyref/key. * include/libxml/xmlerror.h: Added an error code. | ||
| 8798b735 | 2005-07-08 19:58:37 | Fixed evaluation of attributes. Actually only attribute at the first level * pattern.c: Fixed evaluation of attributes. Actually only attribute at the first level were evaluated (e.g. "@attr"); expression like "foo/@attr" always failed. | ||
| 85aed6d0 | 2005-07-08 18:06:18 | tiny fix in xmlSchemaValidateStream() if a user-provided SAX handler is * xmlschemas.c: tiny fix in xmlSchemaValidateStream() if a user-provided SAX handler is given. | ||
| f0af8ec6 | 2005-07-08 17:27:33 | fix some potential leaks in error cases. added --sax, to allow testing of * parser.c: fix some potential leaks in error cases. * xmllint.c: added --sax, to allow testing of --schemas --sax and various other combinations. * xmlschemas.c: fix a couple of tiny problems in xmlSchemaValidateStream() Daniel | ||
| 72d3adc4 | 2005-07-08 16:43:37 | Changed xmlSchemaValidateFile() to use xmlSchemaValidateStream() * xmlschemas.c: Changed xmlSchemaValidateFile() to use xmlSchemaValidateStream() internally. | ||
| cdc82737 | 2005-07-08 15:04:06 | added the missing entity to the document internal subset to avoid errors * test/relaxng/docbook_0.xml: added the missing entity to the document internal subset to avoid errors if the DocBook catalogs are not there * xmlschemas.c: first cut at implementing xmlSchemaValidateStream() untested yet Daniel | ||
| f810de04 | 2005-07-06 22:48:41 | fixed problem with free on dupl attribute in dtd (bug309637). added * parser.c: fixed problem with free on dupl attribute in dtd (bug309637). * test/errors/attr3.xml, result/errors/attr3.*: added regression test for this | ||
| ca15a546 | 2005-07-06 20:41:33 | Reformatted on Windows, then re-committed to CVS | ||
| 12baaecd | 2005-07-06 20:22:00 | fix #define for windows | ||
| d37988ac | 2005-07-06 20:12:11 | try again to fix file format for Windows * win32/Makefile.msvc: try again to fix file format for Windows | ||
| fa8d5d96 | 2005-07-06 19:44:03 | removed spurious ^M added check for option O_BINARY changed sticky tag to * win32/Makefile.msvc: removed spurious ^M * runtest.c: added check for option O_BINARY * test/schemas/bug309338*, result/schemas/bug309338*: changed sticky tag to 'binary' | ||
| 80148448 | 2005-07-06 19:41:56 | (changed to -kb) | ||
| 0357a308 | 2005-07-06 17:39:14 | excluded content string check for XML_ELEMENT_DECL in * debugXML.c: excluded content string check for XML_ELEMENT_DECL in xmlCtxtGenericNodeCheck * runtest.c: changed "open" calls to include O_BINARY for Windows | ||
| abac41e8 | 2005-07-06 15:17:38 | fixing bug #166777 (and #169838), it was an heuristic in areBlanks which * parser.c: fixing bug #166777 (and #169838), it was an heuristic in areBlanks which failed. * result/winblanks.xml* result/noent/winblanks.xml test/winblanks.xml: added the input file to the regression tests Daniel | ||
| 6d30ff2c | 2005-07-06 11:44:51 | Fixed bug #309338, reported by Kupriyanov Anotolij. Added a regression * xmlschemastypes.c: Fixed bug #309338, reported by Kupriyanov Anotolij. * test/schemas/bug309338* result/schemas/bug309338*: Added a regression test for the above bug. | ||
| 87b3046b | 2005-07-05 14:04:36 | first steps toward a testsuite dist fixed bug #307870 Daniel * Makefile.am: first steps toward a testsuite dist * SAX2.c include/libxml/xmlerror.h: fixed bug #307870 Daniel | ||
| 87db1cf6 | 2005-07-05 10:40:52 | Tiny portability adjustment for win. Added runtest.exe and runsuite.exe to * runsuite.c runtest.c: Tiny portability adjustment for win. * win32/Makefile.*: Added runtest.exe and runsuite.exe to be created. | ||
| 91fe3edc | 2005-07-04 18:13:15 | Windows fixup++, Daniel | ||
| cfbb0dd8 | 2005-07-04 17:12:01 | Trying to fix CR/LF troubles, Daniel | ||
| 73c0f71a | 2005-07-04 16:53:16 | atempt++, Daniel | ||
| f7d1660d | 2005-07-04 16:47:58 | windows_sucks++ , Daniel | ||
| 9e09c144 | 2005-07-04 16:31:10 | Yet Another Windows Debugging Remote Patch From CVS Hell, Daniel | ||
| 89074392 | 2005-07-04 16:24:31 | One more fixup, Daniel | ||
| 25450d06 | 2005-07-04 16:02:38 | One more fixup, daniel | ||
| 90837789 | 2005-07-04 15:45:10 | first stb at unimplemnted detection fixing Windows code Daniel * runsuite.c: first stb at unimplemnted detection * runtest.c: fixing Windows code Daniel | ||
| 4ac5f9af | 2005-07-04 15:20:27 | fix on schemas error portability glob() on Windows Daniel * runsuite.c: fix on schemas error * runtest.c: portability glob() on Windows Daniel | ||
| c935253f | 2005-07-04 14:25:34 | cleanups, logfile and portability fixed a memory leak Daniel * runsuite.c runtest.c: cleanups, logfile and portability * xmllint.c: fixed a memory leak Daniel | ||
| 3fa5e7e4 | 2005-07-04 11:12:25 | fixed a bug failing to detect UTF-8 violations in CData in push mode. * parser.c: fixed a bug failing to detect UTF-8 violations in CData in push mode. * result/errors/cdata.xml* test/errors/cdata.xml: added the test to the regressions Daniel | ||
| 20887eef | 2005-07-04 09:27:40 | added enhancement for #309057 in xmllint shell Daniel * debugXML.c: added enhancement for #309057 in xmllint shell Daniel | ||
| 597f1c1f | 2005-07-03 23:00:18 | applied patch from James Bursa fixing an html parsing bug in push mode * HTMLparser.c: applied patch from James Bursa fixing an html parsing bug in push mode * result/HTML/repeat.html* test/HTML/repeat.html: added the test to the regression suite Daniel | ||
| 39e5c890 | 2005-07-03 22:48:50 | fixing a leak detected by testapi in xmlDOMWrapAdoptNode, and fixing * testapi.c tree.c: fixing a leak detected by testapi in xmlDOMWrapAdoptNode, and fixing another side effect in testapi seems to pass tests fine now. * include/libxml/parser.h parser.c: xmlStopParser() is no more limited to push mode * error.c: remove a warning * runtest.c xmllint.c: avoid compilation errors if only some parts of the library are compiled in. Daniel | ||
| 7e33dbaa | 2005-07-03 22:40:26 | fix a problem with previous patch to testapi.c Daniel * gentest.py testapi.c: fix a problem with previous patch to testapi.c Daniel | ||
| 7e21fd10 | 2005-07-03 21:44:07 | fixing a leak detected by testapi in xmlDOMWrapAdoptNode, and fixing * testapi.c tree.c: fixing a leak detected by testapi in xmlDOMWrapAdoptNode, and fixing another side effect in testapi seems to pass tests fine now. Daniel | ||
| 6b6d6809 | 2005-07-03 21:00:34 | fixing compilations when disabling parts of the library at configure time. * runsuite.c runtest.c tree.c: fixing compilations when disabling parts of the library at configure time. Daniel | ||
| 304e78c6 | 2005-07-03 16:19:41 | fix bug raised by zamez on IRC regenerated, seems to pop-up leaks in new * parserInternals.c: fix bug raised by zamez on IRC * testapi.c: regenerated, seems to pop-up leaks in new tree functions * tree.c: added comments missing. * doc/*: regenerated Daniel | ||
| 95175012 | 2005-07-03 16:09:51 | fixing #307823 and a couple of assorted bugs fixed conditionals in * testapi.c runsuite.c runtest.c: fixing #307823 and a couple of assorted bugs * python/generator.py python/libxml2-python-api.xml: fixed conditionals in generator too * doc/apibuild.py doc/libxml2-api.xml doc/* elfgcchack.h: some cleanups too and rebuilt Daniel | ||
| 8fcd2cac | 2005-07-03 14:42:56 | fixed bug #307503 misplaced #ifdef Daniel * xmlIO.c: fixed bug #307503 misplaced #ifdef Daniel | ||
| de0e498b | 2005-07-03 14:35:44 | expanded test found and fixed the leak exposed by Microsoft regtests * runsuite.c: expanded test * xmlregexp.c: found and fixed the leak exposed by Microsoft regtests Daniel | ||
| 3fe1e8a1 | 2005-07-02 21:39:06 | a bit of progresses on xstc Daniel * runsuite.c: a bit of progresses on xstc Daniel | ||
| e84f231e | 2005-07-02 07:31:28 | completed the simple checks for Relax-NG suites back to the same 11 errors * runsuite.c: completed the simple checks for Relax-NG suites back to the same 11 errors as in the Python runs. Daniel | ||
| f2e066ac | 2005-06-30 13:04:44 | complete, checking on other platforms is needed updated fix a bug raised * runtest.c: complete, checking on other platforms is needed * README: updated * debugXML.c: fix a bug raised by bill on IRC * relaxng.c: fix a leak in weird circumstances * runsuite.c Makefile.am: standalone test tool agaisnt the regression suites, work in progress Daniel | ||
| 3056404d | 2005-06-28 07:30:41 | adding URI tests Daniel * runtest.c: adding URI tests Daniel | ||
| 48dec9d3 | 2005-06-27 22:56:11 | adding xml:id Daniel * runtest.c: adding xml:id Daniel | ||
| 54a203c1 | 2005-06-27 22:29:56 | finishing XPath, adding XPointer Daniel * runtest.c: finishing XPath, adding XPointer Daniel | ||
| 970adf5d | 2005-06-27 16:40:10 | adding more coverage, XInclude and starting XPath Daniel * runtest.c: adding more coverage, XInclude and starting XPath Daniel | ||
| 4d9c948f | 2005-06-27 15:04:46 | Added allocation/deallocation functions for the DOM-wrapper context. * tree.c include/libxml/tree.h: Added allocation/deallocation functions for the DOM-wrapper context. | ||
| 017264fe | 2005-06-27 13:45:24 | Commented the new functions to be experimental. * tree.c: Commented the new functions to be experimental. | ||
| dbee0f19 | 2005-06-27 13:42:57 | working some weird error reporting problem for DTD validation. augmented * error.c valid.c: working some weird error reporting problem for DTD validation. * runtest.c: augmented with DTD validation tests * result/VC/OneID*: slight change in validation output. Daniel | ||
| fc319af5 | 2005-06-27 12:44:55 | added most HTML tests Daniel * runtest.c: added most HTML tests Daniel | ||
| 44555f06 | 2005-06-27 12:09:02 | Added initial tests for some new DOM-wrapper helping functions. * test/namespaces/reconcile/tests.xml test/namespaces/reconcile/tests-to-c.xsl: Added initial tests for some new DOM-wrapper helping functions. | ||
| cbddfe87 | 2005-06-27 12:03:41 | Cleanup. Removed, those are not needed anymore due to the new test suite. * xstc/xstc-to-python.xsl: Cleanup. * xstc/sun-test-def.xml xstc/nist-test-def.xml xstc/ms-test-def.xml: Removed, those are not needed anymore due to the new test suite. | ||
| 4a5a964c | 2005-06-27 10:40:55 | added SAXv2 regression tests apparently missing. added SAX1/SAX2 checks. * result/*.sax2 MAkefile.am: added SAXv2 regression tests apparently missing. * runtest.c: added SAX1/SAX2 checks. Daniel | ||
| bc0e3c6b | 2005-06-27 10:28:23 | Added xmlDOMWrapReconcileNamespaces(), xmlDOMWrapAdoptNode() and * tree.c include/libxml/tree.h: Added xmlDOMWrapReconcileNamespaces(), xmlDOMWrapAdoptNode() and xmlDOMWrapRemoveNode() to the API. These are functions intended to be used with DOM-wrappers. | ||
| c950d709 | 2005-06-27 09:15:06 | continue to increase the tests Daniel * runtest.c: continue to increase the tests Daniel | ||
| c111c153 | 2005-06-27 08:22:10 | continue to increase the tests Daniel * runtest.c: continue to increase the tests Daniel | ||
| fd110d29 | 2005-06-27 00:02:02 | continue to increase the tests Daniel * runtest.c: continue to increase the tests Daniel | ||
| 1b75c3bd | 2005-06-26 21:49:08 | avoid name glob in agruments as it matches the glob() routine. first steps * include/libxml/valid.h valid.c: avoid name glob in agruments as it matches the glob() routine. * runtest.c Makefile.am: first steps toward a C regression test framework. Daniel | ||
| 7d8b36bc | 2005-06-25 07:30:50 | fixed a problem with the detection of ss_family for ipV6, as reported on * configure.in: fixed a problem with the detection of ss_family for ipV6, as reported on the mailing list by Doug Orleans. | ||
| 21edf9b4 | 2005-06-21 08:46:25 | Added regression tests (from Dhyanesh). * test/schemas/empty-value* result/schemas/empty-value*: Added regression tests (from Dhyanesh). | ||
| 9c215eb3 | 2005-06-21 08:38:49 | Fixed NULL values to be validated as empty string values (reported by * xmlschemas.c: Fixed NULL values to be validated as empty string values (reported by Dhyanesh to the mailing list). Adjusted text concatenation of mixed content. | ||
| da6f4af3 | 2005-06-20 17:17:54 | applied patch from Rob Richards for removal of ID (and xml:id) applied * tree.c valid.c: applied patch from Rob Richards for removal of ID (and xml:id) * xmlreader.c: applied patch from James Wert implementing xmlTextReaderReadInnerXml and xmlTextReaderReadOuterXml Daniel | ||
| 84a56e31 | 2005-06-16 12:44:35 | Fixed SAX2 validation: grow of internal namespace list, appending of * xmlschemas.c: Fixed SAX2 validation: grow of internal namespace list, appending of element character content. * xstc/xstc.py: Added "--sax" option for SAX2 validation. | ||
| 7f6e0243 | 2005-06-15 13:36:10 | Added missing function descriptions. * xmlschemastypes.c: Added missing function descriptions. | ||
| 81562d2d | 2005-06-15 13:27:56 | if sax1 is used and input is a file use the old API xmlParseFile() * xmllint.c: if sax1 is used and input is a file use the old API xmlParseFile() * xmlschemas.c: cleanups * doc/* testapi.c elfgcchack.h: rebuilt to add python bindings for the new functions in Schemas. Daniel | ||
| c63fbbff | 2005-06-15 12:54:05 | Added xmlSchemaValidateFile() to the public API. This will use SAX2-driven * xmlschemas.c include/libxml/xmlschemas.h: Added xmlSchemaValidateFile() to the public API. This will use SAX2-driven validation. | ||
| ef1b6676 | 2005-06-15 09:15:11 | Added schema test results (Tom Browder, bug #306806). * result/schemas/bug306806_1_0 result/schemas/bug306806_1_0.err: Added schema test results (Tom Browder, bug #306806). |