mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-04-16 14:50:09 +03:00
* 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
310 B
Plaintext
7 lines
310 B
Plaintext
./test/VC/OneID:4: validity error : Element doc has too may ID attributes defined : id
|
|
<!ATTLIST doc id ID #IMPLIED>
|
|
^
|
|
./test/VC/OneID:4: validity error : Element doc has 2 ID attribute defined in the internal subset : id
|
|
<!ATTLIST doc id ID #IMPLIED>
|
|
^
|