mirror of
https://github.com/GNOME/libxml2.git
synced 2025-02-11 18:09:31 +08:00
Combine with interleave on attributes worked without chnages, daniel
This commit is contained in:
parent
154877e554
commit
0fb0106547
1
result/relaxng/tutor9_5_1
Normal file
1
result/relaxng/tutor9_5_1
Normal file
@ -0,0 +1 @@
|
||||
./test/relaxng/tutor9_5_1.xml validates
|
8
result/relaxng/tutor9_5_1.err
Normal file
8
result/relaxng/tutor9_5_1.err
Normal file
@ -0,0 +1,8 @@
|
||||
xmlRelaxNGCheckCombine(): merging card.attlist defines: 0
|
||||
xmlRelaxNGComputeInterleaves(interleave0)
|
||||
2 child
|
||||
2 groups
|
||||
xmlRelaxNGValidateAttribute(name): 0
|
||||
xmlRelaxNGValidateAttribute(email): 0
|
||||
xmlRelaxNGValidateDefinition(): validated card : 0
|
||||
xmlRelaxNGValidateDefinition(): validated addressBook : 0
|
2
result/relaxng/tutor9_5_2
Normal file
2
result/relaxng/tutor9_5_2
Normal file
@ -0,0 +1,2 @@
|
||||
Extra content for element addressBook
|
||||
./test/relaxng/tutor9_5_2.xml validation generated an internal error
|
9
result/relaxng/tutor9_5_2.err
Normal file
9
result/relaxng/tutor9_5_2.err
Normal file
@ -0,0 +1,9 @@
|
||||
xmlRelaxNGCheckCombine(): merging card.attlist defines: 0
|
||||
xmlRelaxNGComputeInterleaves(interleave0)
|
||||
2 child
|
||||
2 groups
|
||||
xmlRelaxNGValidateAttribute(name): 0
|
||||
xmlRelaxNGValidateAttribute(email): -1
|
||||
xmlRelaxNGValidateDefinition(): validated card : -1
|
||||
error detected at relaxng.c:4341
|
||||
xmlRelaxNGValidateDefinition(): validated addressBook : -1
|
2
result/relaxng/tutor9_5_3
Normal file
2
result/relaxng/tutor9_5_3
Normal file
@ -0,0 +1,2 @@
|
||||
Extra content for element addressBook
|
||||
./test/relaxng/tutor9_5_3.xml validation generated an internal error
|
9
result/relaxng/tutor9_5_3.err
Normal file
9
result/relaxng/tutor9_5_3.err
Normal file
@ -0,0 +1,9 @@
|
||||
xmlRelaxNGCheckCombine(): merging card.attlist defines: 0
|
||||
xmlRelaxNGComputeInterleaves(interleave0)
|
||||
2 child
|
||||
2 groups
|
||||
xmlRelaxNGValidateAttribute(name): 0
|
||||
xmlRelaxNGValidateAttribute(email): 0
|
||||
xmlRelaxNGValidateDefinition(): validated card : -1
|
||||
error detected at relaxng.c:4341
|
||||
xmlRelaxNGValidateDefinition(): validated addressBook : -1
|
3
test/relaxng/tutor9_5_1.xml
Normal file
3
test/relaxng/tutor9_5_1.xml
Normal file
@ -0,0 +1,3 @@
|
||||
<addressBook>
|
||||
<card name="foo" email="bar"/>
|
||||
</addressBook>
|
3
test/relaxng/tutor9_5_2.xml
Normal file
3
test/relaxng/tutor9_5_2.xml
Normal file
@ -0,0 +1,3 @@
|
||||
<addressBook>
|
||||
<card name="foo"/>
|
||||
</addressBook>
|
3
test/relaxng/tutor9_5_3.xml
Normal file
3
test/relaxng/tutor9_5_3.xml
Normal file
@ -0,0 +1,3 @@
|
||||
<addressBook>
|
||||
<card name="foo" email="bar" error="extra"/>
|
||||
</addressBook>
|
Loading…
Reference in New Issue
Block a user