generated from sethub/template
[libxml2]Add libxml2 library
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
./test/VC/AttributeDefaultLegal:4: validity error : Attribute doc of At: invalid default value
|
||||
<!ATTLIST doc At NMTOKEN "$$$">
|
||||
^
|
||||
./test/VC/AttributeDefaultLegal:6: validity error : Attribute doc of bad: invalid default value
|
||||
<!ATTLIST doc bad IDREF "1abc_2">
|
||||
^
|
||||
./test/VC/AttributeDefaultLegal:8: validity error : Attribute doc of bad2: invalid default value
|
||||
<!ATTLIST doc bad2 IDREFS "abc:1 1abc_2">
|
||||
^
|
||||
./test/VC/AttributeDefaultLegal:11: element doc: validity error : No declaration for attribute val of element doc
|
||||
<doc val="v1"/>
|
||||
^
|
||||
@@ -0,0 +1,12 @@
|
||||
./test/VC/AttributeDefaultLegal:4: validity error : Attribute doc of At: invalid default value
|
||||
<!ATTLIST doc At NMTOKEN "$$$">
|
||||
^
|
||||
./test/VC/AttributeDefaultLegal:6: validity error : Attribute doc of bad: invalid default value
|
||||
<!ATTLIST doc bad IDREF "1abc_2">
|
||||
^
|
||||
./test/VC/AttributeDefaultLegal:8: validity error : Attribute doc of bad2: invalid default value
|
||||
<!ATTLIST doc bad2 IDREFS "abc:1 1abc_2">
|
||||
^
|
||||
./test/VC/AttributeDefaultLegal:11: element doc: validity error : No declaration for attribute val of element doc
|
||||
<doc val="v1"/>
|
||||
^
|
||||
@@ -0,0 +1,3 @@
|
||||
./test/VC/AttributeNmtokens:6: element test: validity error : Syntax of value for attribute attr1 of test is not valid
|
||||
<test attr1=" a	b "/>
|
||||
^
|
||||
@@ -0,0 +1,3 @@
|
||||
./test/VC/AttributeNmtokens:6: element test: validity error : Syntax of value for attribute attr1 of test is not valid
|
||||
<test attr1=" a	b "/>
|
||||
^
|
||||
@@ -0,0 +1,3 @@
|
||||
./test/VC/DuplicateType:3: validity error : Definition of a has duplicate references of c
|
||||
<!ELEMENT a (#PCDATA | b | c | d | c)*>
|
||||
^
|
||||
@@ -0,0 +1,3 @@
|
||||
./test/VC/DuplicateType:3: validity error : Definition of a has duplicate references of c
|
||||
<!ELEMENT a (#PCDATA | b | c | d | c)*>
|
||||
^
|
||||
@@ -0,0 +1,3 @@
|
||||
./test/VC/ElementValid:3: validity error : Validation failed: no DTD found !
|
||||
<doc/>
|
||||
^
|
||||
@@ -0,0 +1,3 @@
|
||||
./test/VC/ElementValid:3: validity error : Validation failed: no DTD found !
|
||||
<doc/>
|
||||
^
|
||||
@@ -0,0 +1,3 @@
|
||||
./test/VC/ElementValid2:4: element p: validity error : No declaration for element p
|
||||
<doc><p/></doc>
|
||||
^
|
||||
@@ -0,0 +1,6 @@
|
||||
./test/VC/ElementValid2:4: element p: validity error : No declaration for element p
|
||||
<doc><p/></doc>
|
||||
^
|
||||
./test/VC/ElementValid2:5: element p: validity error : No declaration for element p
|
||||
|
||||
^
|
||||
@@ -0,0 +1,3 @@
|
||||
./test/VC/ElementValid3:4: element doc: validity error : Element doc was declared EMPTY this one has content
|
||||
<doc>Oops, this element was declared EMPTY</doc>
|
||||
^
|
||||
@@ -0,0 +1,6 @@
|
||||
./test/VC/ElementValid3:4: element doc: validity error : Element doc was declared EMPTY this one has content
|
||||
<doc>Oops, this element was declared EMPTY</doc>
|
||||
^
|
||||
./test/VC/ElementValid3:5: element doc: validity error : Element doc was declared EMPTY this one has content
|
||||
|
||||
^
|
||||
@@ -0,0 +1,3 @@
|
||||
./test/VC/ElementValid4:7: element doc: validity error : Element c is not declared in doc list of possible children
|
||||
<doc> This <b>seems</b> Ok <a/> but this <c>was not declared</c></doc>
|
||||
^
|
||||
@@ -0,0 +1,6 @@
|
||||
./test/VC/ElementValid4:7: element doc: validity error : Element c is not declared in doc list of possible children
|
||||
<doc> This <b>seems</b> Ok <a/> but this <c>was not declared</c></doc>
|
||||
^
|
||||
./test/VC/ElementValid4:8: element doc: validity error : Element c is not declared in doc list of possible children
|
||||
|
||||
^
|
||||
@@ -0,0 +1,3 @@
|
||||
./test/VC/ElementValid5:7: element doc: validity error : Element doc content does not follow the DTD, expecting (a , b* , c+), got (a b c b)
|
||||
<doc><a/><b> but this</b><c>was not declared</c><b>seems</b></doc>
|
||||
^
|
||||
@@ -0,0 +1,9 @@
|
||||
./test/VC/ElementValid5:7: element doc: validity error : Element doc content does not follow the DTD, expecting (a , b* , c+), got (a b c b)
|
||||
<doc><a/><b> but this</b><c>was not declared</c><b>seems</b></doc>
|
||||
^
|
||||
./test/VC/ElementValid5:8: element doc: validity error : Element doc content does not follow the DTD, Misplaced b
|
||||
|
||||
^
|
||||
./test/VC/ElementValid5:8: element doc: validity error : Element doc content does not follow the DTD, Expecting more children
|
||||
|
||||
^
|
||||
@@ -0,0 +1,3 @@
|
||||
./test/VC/ElementValid6:7: element doc: validity error : Element doc content does not follow the DTD, expecting (a , b? , c+)?, got (a b)
|
||||
<doc><a/><b>lacks c</b></doc>
|
||||
^
|
||||
@@ -0,0 +1,6 @@
|
||||
./test/VC/ElementValid6:7: element doc: validity error : Element doc content does not follow the DTD, expecting (a , b? , c+)?, got (a b)
|
||||
<doc><a/><b>lacks c</b></doc>
|
||||
^
|
||||
./test/VC/ElementValid6:8: element doc: validity error : Element doc content does not follow the DTD, Expecting more children
|
||||
|
||||
^
|
||||
@@ -0,0 +1,3 @@
|
||||
./test/VC/ElementValid7:7: element doc: validity error : Element doc content does not follow the DTD, expecting ((a | b)* , c+ , a , b? , c , a?), got (a b a c c a)
|
||||
<doc><a/><b/><a/><c/><c/><a/></doc>
|
||||
^
|
||||
@@ -0,0 +1,6 @@
|
||||
./test/VC/ElementValid7:7: element doc: validity error : Element doc content does not follow the DTD, expecting ((a | b)* , c+ , a , b? , c , a?), got (a b a c c a)
|
||||
<doc><a/><b/><a/><c/><c/><a/></doc>
|
||||
^
|
||||
./test/VC/ElementValid7:8: element doc: validity error : Element doc content does not follow the DTD, Expecting more children
|
||||
|
||||
^
|
||||
@@ -0,0 +1,3 @@
|
||||
./test/VC/ElementValid8:7: validity error : Content model of doc is not deterministic: ((a , b) | (a , c))
|
||||
<doc><a/><c> doc is non-deterministic </c></doc>
|
||||
^
|
||||
@@ -0,0 +1,3 @@
|
||||
./test/VC/ElementValid8:7: validity error : Content model of doc is not deterministic: ((a , b) | (a , c))
|
||||
<doc><a/><c> doc is non-deterministic </c></doc>
|
||||
^
|
||||
@@ -0,0 +1,3 @@
|
||||
./test/VC/Enumeration:5: element doc: validity error : Value "v4" for attribute val of doc is not among the enumerated set
|
||||
<doc val="v4"></doc>
|
||||
^
|
||||
@@ -0,0 +1,3 @@
|
||||
./test/VC/Enumeration:5: element doc: validity error : Value "v4" for attribute val of doc is not among the enumerated set
|
||||
<doc val="v4"></doc>
|
||||
^
|
||||
@@ -0,0 +1,3 @@
|
||||
./test/VC/NS2:9: element doc: validity error : No declaration for attribute attr of element doc
|
||||
<ns:doc ns:attr="val" xmlns:ns="http://www.example.org/test/">
|
||||
^
|
||||
@@ -0,0 +1,3 @@
|
||||
./test/VC/NS2:9: element doc: validity error : No declaration for attribute attr of element doc
|
||||
<ns:doc ns:attr="val" xmlns:ns="http://www.example.org/test/">
|
||||
^
|
||||
@@ -0,0 +1,6 @@
|
||||
./test/VC/NS3:9: element foo: validity error : Value for attribute xmlns of foo is different from default "http://example.com/fooo"
|
||||
xmlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto"
|
||||
^
|
||||
./test/VC/NS3:9: element foo: validity error : Value for attribute xmlns of foo must be "http://example.com/fooo"
|
||||
xmlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto"
|
||||
^
|
||||
@@ -0,0 +1,6 @@
|
||||
./test/VC/NS3:9: element foo: validity error : Value for attribute xmlns of foo is different from default "http://example.com/fooo"
|
||||
xmlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto"
|
||||
^
|
||||
./test/VC/NS3:9: element foo: validity error : Value for attribute xmlns of foo must be "http://example.com/fooo"
|
||||
xmlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto"
|
||||
^
|
||||
@@ -0,0 +1,3 @@
|
||||
./test/VC/OneID:4: validity error : Element doc has 2 ID attribute defined in the internal subset : id
|
||||
<!ATTLIST doc id ID #IMPLIED>
|
||||
^
|
||||
@@ -0,0 +1,3 @@
|
||||
./test/VC/OneID:4: validity error : Element doc has 2 ID attribute defined in the internal subset : id
|
||||
<!ATTLIST doc id ID #IMPLIED>
|
||||
^
|
||||
@@ -0,0 +1,3 @@
|
||||
./test/VC/OneID2:3: validity error : Element doc has 2 ID attribute defined in the internal subset : id
|
||||
<!ATTLIST doc id ID #IMPLIED>
|
||||
^
|
||||
@@ -0,0 +1,3 @@
|
||||
./test/VC/OneID2:3: validity error : Element doc has 2 ID attribute defined in the internal subset : id
|
||||
<!ATTLIST doc id ID #IMPLIED>
|
||||
^
|
||||
@@ -0,0 +1,3 @@
|
||||
test/VC/dtds/doc.dtd:2: validity error : Element doc has 2 ID attribute defined in the external subset : val
|
||||
<!ATTLIST doc val ID #IMPLIED>
|
||||
^
|
||||
@@ -0,0 +1,3 @@
|
||||
test/VC/dtds/doc.dtd:2: validity error : Element doc has 2 ID attribute defined in the external subset : val
|
||||
<!ATTLIST doc val ID #IMPLIED>
|
||||
^
|
||||
@@ -0,0 +1,3 @@
|
||||
./test/VC/PENesting:1: parser error : StartTag: invalid element name
|
||||
<!ENTITY % pe1 "EMPTY> <!ELEMENT e2 EMPTY>">
|
||||
^
|
||||
@@ -0,0 +1,4 @@
|
||||
./test/VC/PENesting:1: parser error : StartTag: invalid element name
|
||||
<!ENTITY % pe1 "EMPTY> <!ELEMENT e2 EMPTY>">
|
||||
^
|
||||
./test/VC/PENesting : failed to parse
|
||||
@@ -0,0 +1,3 @@
|
||||
./test/VC/PENesting2:1: parser error : StartTag: invalid element name
|
||||
<!ENTITY % p1 "(A|B">
|
||||
^
|
||||
@@ -0,0 +1,4 @@
|
||||
./test/VC/PENesting2:1: parser error : StartTag: invalid element name
|
||||
<!ENTITY % p1 "(A|B">
|
||||
^
|
||||
./test/VC/PENesting2 : failed to parse
|
||||
@@ -0,0 +1,3 @@
|
||||
test/VC/dtds/a.dtd:1: validity error : Redefinition of element a
|
||||
<!ELEMENT a (#PCDATA | b | c)*>
|
||||
^
|
||||
@@ -0,0 +1,3 @@
|
||||
test/VC/dtds/a.dtd:1: validity error : Redefinition of element a
|
||||
<!ELEMENT a (#PCDATA | b | c)*>
|
||||
^
|
||||
@@ -0,0 +1,3 @@
|
||||
./test/VC/UniqueElementTypeDeclaration2:6: validity error : Redefinition of element a
|
||||
<!ELEMENT a (#PCDATA | b | c)*>
|
||||
^
|
||||
@@ -0,0 +1,3 @@
|
||||
./test/VC/UniqueElementTypeDeclaration2:6: validity error : Redefinition of element a
|
||||
<!ELEMENT a (#PCDATA | b | c)*>
|
||||
^
|
||||
Reference in New Issue
Block a user