mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-09 04:58:16 +03:00
Changed output for keyref-match errors; the target-node will be now
* xmlschemas.c include/libxml/xmlerror.h: Changed output for keyref-match errors; the target-node will be now reported rather than the scope-node of the keyref definition - allowing easier chasing of instance errors. This was reported by Guy Fabrice to the mailing list. Some initial parsing code for schema redefinitions. * result/schemas/bug303566_1_1.err result/schemas/bug312957_1_0.err: Adapted test results due to the keyref changes.
This commit is contained in:
parent
379a3b7dc5
commit
764b3d61c3
12
ChangeLog
12
ChangeLog
@ -1,3 +1,15 @@
|
|||||||
|
Fri Aug 12 14:12:56 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
|
||||||
|
|
||||||
|
* xmlschemas.c include/libxml/xmlerror.h:
|
||||||
|
Changed output for keyref-match errors; the target-node will
|
||||||
|
be now reported rather than the scope-node of the keyref
|
||||||
|
definition - allowing easier chasing of instance errors.
|
||||||
|
This was reported by Guy Fabrice to the mailing list.
|
||||||
|
Some initial parsing code for schema redefinitions.
|
||||||
|
* result/schemas/bug303566_1_1.err
|
||||||
|
result/schemas/bug312957_1_0.err: Adapted test results due
|
||||||
|
to the keyref changes.
|
||||||
|
|
||||||
Fri Aug 12 12:17:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
|
Fri Aug 12 12:17:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* valid.c: applied patch from Derek Poon fixing bug #310692
|
* valid.c: applied patch from Derek Poon fixing bug #310692
|
||||||
|
@ -760,6 +760,7 @@ typedef enum {
|
|||||||
XML_SCHEMAP_AU_PROPS_CORRECT_2, /* 3078 */
|
XML_SCHEMAP_AU_PROPS_CORRECT_2, /* 3078 */
|
||||||
XML_SCHEMAP_A_PROPS_CORRECT_2, /* 3079 */
|
XML_SCHEMAP_A_PROPS_CORRECT_2, /* 3079 */
|
||||||
XML_SCHEMAP_C_PROPS_CORRECT, /* 3080 */
|
XML_SCHEMAP_C_PROPS_CORRECT, /* 3080 */
|
||||||
|
XML_SCHEMAP_SRC_REDEFINE, /* 3081 */
|
||||||
XML_MODULE_OPEN = 4900, /* 4900 */
|
XML_MODULE_OPEN = 4900, /* 4900 */
|
||||||
XML_MODULE_CLOSE, /* 4901 */
|
XML_MODULE_CLOSE, /* 4901 */
|
||||||
XML_CHECK_FOUND_ELEMENT = 5000,
|
XML_CHECK_FOUND_ELEMENT = 5000,
|
||||||
|
@ -1 +1 @@
|
|||||||
./test/schemas/bug303566_1.xml:5: element Country: Schemas validity error : Element 'Country': No match found for key-sequence ['B'] of key reference 'PartRefCountryDummy'.
|
./test/schemas/bug303566_1.xml:9: Schemas validity error : Element 'Part': No match found for key-sequence ['B'] of key reference 'PartRefCountryDummy'.
|
||||||
|
@ -1 +1 @@
|
|||||||
./test/schemas/bug312957_0.xml:5: element family: Schemas validity error : Element 'family': No match found for key-sequence ['annie'] of key reference 'sibling_key_ref'.
|
./test/schemas/bug312957_0.xml:11: Schemas validity error : Element 'sister': No match found for key-sequence ['annie'] of key reference 'sibling_key_ref'.
|
||||||
|
1016
xmlschemas.c
1016
xmlschemas.c
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user