summaryrefslogtreecommitdiff
path: root/result/schemas/choice_0_4.err
Commit message (Collapse)AuthorAgeFilesLines
* runtest: Skip element name in schema error messagesNick Wellnhofer2023-04-301-1/+1
| | | | | This makes sure that memory and streaming tests will report the same messages.
* Exposed targetNamespace for simple/complex types, model groups, attributeKasimier T. Buchcik2005-01-131-1/+1
| | | | | | | | | | | | * include/libxml/schemasInternals.h xmlschemas.c: Exposed targetNamespace for simple/complex types, model groups, attribute groups and notations (reported by Michael Hewarth to the mailing list). Added targetNamespace to xmlSchemaType, xmlSchemaAttributeGroup and xmlSchemaNotation. Tiny cosmetic change to the content model error report output. * result//all_*.err result//any3_0_0.err result//choice_*.err result//list0_0_1.err result//list0_1_1.err: Adapted output of regression tests.
* Integrated xmlRegExecErrInfo and xmlRegExecNextValues from xmlregexp.c toKasimier T. Buchcik2005-01-131-1/+1
| | | | | | | * xmlschemas.c: Integrated xmlRegExecErrInfo and xmlRegExecNextValues from xmlregexp.c to report expected elements on content model errors. * all_*.err any3_0_0.err choice_*.err list0_0_1.err list0_1_1.err: Adapted output of regression tests.
* tiny enhancement for content model error reports (#157190, #143948).Kasimier T. Buchcik2004-11-171-1/+1
| | | | | | | | | | | | | * xmlschemas.c: tiny enhancement for content model error reports (#157190, #143948). Removed abbreviations: CT, ST and WC (#157190, reported by Frans Englich). Initial: no report of local components. * result/schemas/all* result/schemas/any3_0_0.err result/schemas/choice* result/schemas/cos-st-restricts-1-2-err_0_0.err result/schemas/derivation-ok-extension-err_0_0.err result/schemas/derivation-ok-extension_0_0.err result/schemas/derivation-ok-restriction-2-1-1_0_0.err result/schemas/derivation-ok-restriction-4-1-err_0_0.err result/schemas/deter0_0_0.err result/schemas/extension1_0_2.err result/schemas/facet-unionST-err1_0_0.err result/schemas/hexbinary_0_1.err result/schemas/list* result/schemas/restriction-attr1_0_0.err result/schemas/vdv-first4_0_1.err result/schemas/vdv-first4_0_2.err: Adapted output.
* Added missing test file. Substituted the obsolete xmlSchemaValidError(s)Kasimier T. Buchcik2004-08-251-1/+1
| | | | | | | | | | | | | | * 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.
* applied Schemas patches from Kasimier Buchcik lot of new tests for thingsDaniel Veillard2004-08-101-1/+1
| | | | | | | | | | | * configure.in xmlregexp.c xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h include/libxml/xmlerror.h include/libxml/xmlschemastypes.h: applied Schemas patches from Kasimier Buchcik * test/ result/ bug141333* annot-err* any[1-4]* bug145246* element-err* element-minmax-err* include1* restrict-CT-attr-ref*: lot of new tests for things fixed by the patch Daniel
* a bit of cleanup updated with the new result strings DanielDaniel Veillard2003-10-101-1/+1
| | | | | | * error.c xmlschemas.c: a bit of cleanup * result/schemas/*.err: updated with the new result strings Daniel
* fixed some problems in the handling of errors, and attributes addressed byDaniel Veillard2003-05-111-5/+0
| | | | | | | | * xmlschemas.c: fixed some problems in the handling of errors, and attributes addressed by references. * test/schemas/* result/schemas/*: dropped the verbosity level and added a couple of new tests Daniel
* fixed the data callback on transition functionality which was broken whenDaniel Veillard2002-09-241-15/+0
| | | | | | | | | | | | | * xmlregexp.c: fixed the data callback on transition functionality which was broken when using the compact form * result/schemas/*: updated the results, less verbose, all tests pass like before * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of annoying warnings * xpath.c: try to provide better error report when possible Daniel
* applied a patch from Peter Jacobi to solve a problem when compiling withDaniel Veillard2002-06-181-1/+1
| | | | | | | | * hash.c: applied a patch from Peter Jacobi to solve a problem when compiling with the Watcom C on Win32 * result/schemas/*.err: the change of hashing algo generated permutations in the output Daniel
* more Schemas work added more tests coming from the spec. DanielDaniel Veillard2002-04-181-2/+0
| | | | | | | * Makefile.am xmlschemas.c: more Schemas work * test/schemas/* result/schemas/*: added more tests coming from the spec. Daniel
* a bit of work on Schemas try to make it more useful changed the SchemasDaniel Veillard2002-04-171-0/+23
* xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h: a bit of work on Schemas * testSchemas.c: try to make it more useful * test/schemas/* result/schemas/* Makefile.am: changed the Schemas regression test procedure, started adding a few samples Daniel