mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-25 06:03:34 +03:00
dbee0f1989
* 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
7 lines
326 B
Plaintext
7 lines
326 B
Plaintext
test/VC/dtds/doc.dtd:2: validity error : Element doc has too may ID attributes defined : val
|
|
<!ATTLIST doc val ID #IMPLIED>
|
|
^
|
|
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>
|
|
^
|