Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 5f4b5999 | 2002-02-20 10:22:49 | preparing 2.4.16 updated and rebuilt the docs, rebuilt the API and web * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16 * doc/* python/libxml2class.txt: updated and rebuilt the docs, rebuilt the API and web site * xpath.c: fixed #71978 portability bugs Daniel | ||
| 8aff2472 | 2002-02-19 21:50:43 | oops broke automatic defaulting of namespaces attributes. Daniel * SAX.c: oops broke automatic defaulting of namespaces attributes. Daniel | ||
| 8dc16a64 | 2002-02-19 21:08:48 | had to change 2 internal parsing API when processing document content to * include/libxml/parserInternals.h parser.c: had to change 2 internal parsing API when processing document content to check the start and end of element content are defined in the same entity * valid.c include/libxml/valid.h: attribute normalization can generate a validity error added xmlValidCtxtNormalizeAttributeValue() with the context to report it. * SAX.c: fixed the last known bugs, crazy validation constraints when a document is standalone seems correctly handled. There is a couple of open issues left which need consideration especially PE93 on external unparsed entities and standalone status. Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s. The 2 tests left failing are actually in error. Cleanup done. Daniel | ||
| d6dc4cb3 | 2002-02-19 14:18:08 | implemented E59 spaces in CDATA does not match the nonterminal S Daniel * valid.c: implemented E59 spaces in CDATA does not match the nonterminal S Daniel | ||
| 878eab04 | 2002-02-19 13:46:09 | more validation test fixups added duration info for the tests Daniel * SAX.c parser.c valid.c: more validation test fixups * check-xml-test-suite.py: added duration info for the tests Daniel | ||
| d01fd3ed | 2002-02-18 22:27:47 | a couple of errors were reported but not saved back as such in the parsing * parser.c valid.c: a couple of errors were reported but not saved back as such in the parsing context. Down to 1% failure rate Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error Daniel | ||
| 4a7ae503 | 2002-02-18 19:18:17 | isExtender was missing a char % are acceptable in the internal subset if * xmlInternald.c: isExtender was missing a char * parser.c include/libxml/parser.h: % are acceptable in the internal subset if within a PUBLIC ID Daniel | ||
| 8ab0f58f | 2002-02-18 18:31:38 | more work on the conformance suite. Took the step to finally block * SAX.c parserInternals.c valid.c: more work on the conformance suite. Took the step to finally block documents with encoding errors. It's a fatal error per the spec, people should have fixed their documents by now. Daniel | ||
| 55253e21 | 2002-02-18 14:32:39 | fixed the test script after some discussion on the semantic of * check-xml-test-suite.py: fixed the test script after some discussion on the semantic of TYPE="error" * Makefile.am: added the script to the distrib Daniel | ||
| 2875770e | 2002-02-18 11:19:30 | fixed a couple of conformances issues deep into the validation code * SAX.c entities.c: fixed a couple of conformances issues deep into the validation code (standalone and undeclared Notations) Daniel |