aboutsummaryrefslogtreecommitdiffstats
path: root/result/VC
Commit message (Collapse)AuthorAgeFilesLines
* Adding streaming validation to runtest checksDaniel Veillard2012-10-2522-0/+107
|
* working some weird error reporting problem for DTD validation. augmentedDaniel Veillard2005-06-273-3/+0
| | | | | | | | * 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
* applied patch from Malcolm Tredinnick fixing errata E20 concerningDaniel Veillard2004-09-261-0/+3
| | | | | | | | * valid.c TODO: applied patch from Malcolm Tredinnick fixing errata E20 concerning NMTOKENS and co. validation #153722 * result/VC/AttributeNmtokens test/VC/AttributeNmtokens test/VCM/AttributeNmtokens.xml: also added tests from Malcolm Daniel
* tried to fix the problems reported in bug #126735 fixed again some problemDaniel Veillard2003-12-081-1/+1
| | | | | | | | | | * python/libxml.py: tried to fix the problems reported in bug #126735 * xpath.c SAX2.c error.c parser.c valid.c include/libxml/xmlerror.h: fixed again some problem trying to use the structured error handlers, c.f. bug #126735 * result/VC/ElementValid: tiny change due to the fix Daniel
* fixed uninitialized new field. fixed a typo updating all messages DanielDaniel Veillard2003-10-101-1/+1
| | | | | | | * SAX2.c: fixed uninitialized new field. * result/VC/OneID2 result/relaxng/*.err: fixed a typo updating all messages Daniel
* cleaning up XPath error reporting that time. applied the two patches forDaniel Veillard2003-10-0713-15/+15
| | | | | | | | | | | | | | | * error.c include/libxml/xmlerror.h include/libxml/xpath.h include/libxml/xpathInternals.h xpath.c: cleaning up XPath error reporting that time. * threads.c: applied the two patches for TLS threads on Windows from Jesse Pelton * parser.c: tiny safety patch for xmlStrPrintf() make sure the return is always zero terminated. Should also help detecting passing wrong buffer size easilly. * result/VC/* result/valid/rss.xml.err result/valid/xlink.xml.err: updated the results to follow the errors string generated by last commit. Daniel
* more cleanup in make tests more work in the transition to the new errorDaniel Veillard2003-10-0317-28/+28
| | | | | | | | | * Makefile.am: more cleanup in make tests * error.c valid.c parser.c include/libxml/xmlerror.h: more work in the transition to the new error reporting strategy. * python/tests/reader2.py result/VC/* result/valid/*: few changes in the strings generated by the validation output Daniel
* changed 'make tests' to use a concise output, scrolling to see where thingDaniel Veillard2003-10-022-4/+4
| | | | | | | | | | | | | | | | | | | * Makefile.am: changed 'make tests' to use a concise output, scrolling to see where thing broke wasn't pleasant * configure.in: some beta4 preparation, but not ready yet * error.c globals.c include/libxml/globals.h include/libxml/xmlerror.h: new error handling code, last error informations are stored in the parsing context or a global variable, new APIs to handle the xmlErrorPtr type. * parser.c parserInternals.c valid.c : started migrating to the new error handling code, it's a royal pain. * include/libxml/parser.h include/libxml/parserInternals.h: moved the definition of xmlNewParserCtxt() * parser.c: small potential buffer access problem in push code provided by Justin Fletcher * result/*.sax result/VC/PENesting* result/namespaces/* result/valid/*.err: some error messages were sligthly changed. Daniel
* factoring of more error handling code, serious size reduction and moreDaniel Veillard2003-09-142-2/+2
| | | | | | | | | | | | | | * parser.c include/libxml/xmlerror.h: factoring of more error handling code, serious size reduction and more lisibility of the resulting code. * parserInternals.c parser.c include/libxml/parserInternals.h include/libxml/parser.h: changing the way VC:Proper Group/PE Nesting checks are done, use a counter for entities. Entities where freed and reallocated at the same address failing the check. * tree.c: avoid a warning * result/valid/* result/VC/*: this slightly changes some validation error messages. Daniel
* Updated testfiles for error.c fixWilliam M. Brack2003-05-1412-19/+19
|
* fixing bug #108976 get the ID/REFs to reference the ID in the documentDaniel Veillard2003-03-231-1/+1
| | | | | | | | | | | | | | | * parser.c: fixing bug #108976 get the ID/REFs to reference the ID in the document content and not in the entity copy * SAX.c include/libxml/parser.h: more checking of the ID/REF stuff, better solution for #107208 * xmlregexp.c: removed a direct printf, dohhh * xmlreader.c: fixed a bug on streaming validation of empty elements in entities * result/VC/ElementValid8 test/VCM/v20.xml result/valid/xhtml1.xhtml: cleanup of the validation tests * test/valid/id* test/valid/dtds/destfoo.ent result/valid/id*: added more ID/IDREF tests to the suite Daniel
* fixed bug #92518 validation error were not covering namespaceDaniel Veillard2002-09-261-0/+6
| | | | | | | | | * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation error were not covering namespace declarations. * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid, it was missing the attribute declaration for the namespace * result/VC/NS3: the fix now report breakages in that test Daniel
* adding a new API for Christian Glahn: xmlParseBalancedChunkMemoryRecoverDaniel Veillard2002-08-027-10/+10
| | | | | | | | | | * parser.c include/libxml/parser.h: adding a new API for Christian Glahn: xmlParseBalancedChunkMemoryRecover * valid.c: patch from Rick Jones for some grammar cleanup in validation messages * result/VC/* result/valid/*: this slightly change some of the regression tests outputs Daniel
* fixing a comment fixing some troubles with validity check on namespacesDaniel Veillard2002-02-131-0/+3
| | | | | | | * include/libxml/entities.h: fixing a comment * valid.c: fixing some troubles with validity check on namespaces * result/VC/NS3 test/VC/NS3: added a specific regression test Daniel
* fix #68882, cleanup the XInclude copying of node, merge back IDs in theDaniel Veillard2002-02-101-1/+1
| | | | | | | | | * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude copying of node, merge back IDs in the target document. * result/XInclude/docids.xml test/XInclude/docs/docids.xml test/XInclude/ents/ids.xml: test case * result/VC/ElementValid4: output changed due to a typo fix Daniel
* Fixed a few other problems raised by Charlie Bozeman. fixed the outputDaniel Veillard2001-12-313-3/+3
| | | | | | | | * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h include/libxml/xmlerror.h include/libxml/xpathInternals.h: Fixed a few other problems raised by Charlie Bozeman. * result/VC/ElementValid[5-7]: fixed the output Daniel
* - valid.c: warn when indeterminist content model is detectedDaniel Veillard2001-05-071-0/+3
| | | | | | | - result/VC/ElementValid8: this adds a message - Makefile.am: add --novalid for VCM tests - parserInternals.c: added a call to Init memory Daniel
* - debugXML.c hash.c tree.h valid.c : some changes related toDaniel Veillard2001-04-182-4/+7
| | | | | | | the validation suport to improve speed with DocBook - result/VC/OneID2 result/VC/OneID3 : this slightly changes the way validation errors get reported Daniel
* - error.c: applied the context output patch of the errorDaniel Veillard2001-03-273-5/+5
| | | | | | handling submitted by Chuck Griffith - error/VC/*: this slightly change some error logs Daniel
* Rewrite/cleanup/tests of URI normalization:Daniel Veillard2001-02-022-2/+2
| | | | | | | | | | - uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith - test/URI/smith.uri result/URI/smith.uri Makefile.am: added the new tests for URI normalization - testURI.c: fixed stoopid bugs - result/VC/OneID3 result/VC/UniqueElementTypeDeclaration: the URI in the error messages are now properly normalized Daniel
* Jumbo patch, resync of W3C/Gnome CVS trees:Daniel Veillard2000-09-102-2/+2
| | | | | | | | | | | | | | | - uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished the cleanup of the computation of URI references when seeking external entities. The URI reference string and the resulting URI are both stored now. - parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c: large s(n)printf checks and cleanup from Denis Barbier <barbier@imacs.polytechnique.fr> - xmlversion.h.in tree.h: couple of SGML declarations for a possible docbook module. - result/VC/ : a couple of test output changed due to the change of the entities URI Daniel
* Minor fix and add to testsuite, DanielDaniel Veillard2000-08-191-0/+0
|
* Added a bunch of testsuite realted files missing, Daniel.Daniel Veillard2000-07-142-0/+3
|
* This is the 2.0.0-beta, lots and lots and lots of changesDaniel Veillard2000-03-144-4/+10
| | | | | | Have a look at http://xmlsoft.org/upgrade.html Daniel
* Fixed probles in some HTML tag autoclose, XML output bug on mixed-contentDaniel Veillard1999-10-111-2/+2
| | | | and fixed the related output for tests, Daniel.
* Release 1.6, lot of fixes, more validation, code cleanup, added namespaceDaniel Veillard1999-08-291-3/+3
| | | | on attributes, Daniel.
* Added and updated all the results for 1.5.0, DanielDaniel Veillard1999-08-1016-0/+66
|
* Rebuit doc finished closing a few bugs, Daniel.Daniel Veillard1999-08-101-1/+1
|
* Added and updated all the results for 1.5.0, DanielDaniel Veillard1999-08-101-0/+3