1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-01-31 01:47:08 +03:00
libxml2/result/VC/OneID2
Daniel Veillard a10efa8aa6 - debugXML.c hash.c tree.h valid.c : some changes related to
the validation suport to improve speed with DocBook
- result/VC/OneID2 result/VC/OneID3 : this slightly changes
  the way validation errors get reported
Daniel
2001-04-18 13:09:01 +00:00

7 lines
310 B
Plaintext

./test/VC/OneID2:3: validity error: Element doc has too may ID attributes defined : id
<!ATTLIST doc id ID #IMPLIED>
^
./test/VC/OneID2:3: validity error: Element doc has 2 ID attribute defined in the internal subset : id
<!ATTLIST doc id ID #IMPLIED>
^