mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-02-19 09:57:23 +03:00
* error.c include/libxml/xmlerror.h include/libxml/xpath.h include/libxml/xpathInternals.h xpath.c: cleaning up XPath error reporting that time. * threads.c: applied the two patches for TLS threads on Windows from Jesse Pelton * parser.c: tiny safety patch for xmlStrPrintf() make sure the return is always zero terminated. Should also help detecting passing wrong buffer size easilly. * result/VC/* result/valid/rss.xml.err result/valid/xlink.xml.err: updated the results to follow the errors string generated by last commit. Daniel
8 lines
398 B
Plaintext
8 lines
398 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:0: validity error : Element doc has too many ID attributes defined : id
|
|
./test/VC/OneID:4: validity error : Element doc has 2 ID attribute defined in the internal subset : id
|
|
<!ATTLIST doc id ID #IMPLIED>
|
|
^
|