1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00

added a dumb rule to able to compile tst.c when people submit a sample

* Makefile.am: added a dumb rule to able to compile tst.c
  when people submit a sample test program
* xmlschemas.c: applied small patch from Eric Haszlakiewicz
  to document xmlSchemasSetValidErrors() limitations, #141827
* error.c: Add information in generic and structured error
  setter functions that this need to be done per thread #144308
* xmlsave.c: fixed bug whith missing NOTATION(s) serialization
  bug #144162
* doc/xmllint.xml: typo fix #144840
Daniel
This commit is contained in:
Daniel Veillard
2004-08-14 11:15:13 +00:00
parent c0826a7709
commit da3b29a5c4
7 changed files with 280 additions and 216 deletions

View File

@ -13100,7 +13100,11 @@ xmlSchemaFreeValidCtxt(xmlSchemaValidCtxtPtr ctxt)
* @warn: the warning function
* @ctx: the functions context
*
* Set the error and warning callback informations
* Set the callback functions for errors and warning found while
* validating a document using the provided validation context.
* These function will be passed only a basic error string that doesn't
* include various useful things, such as line numbers.
* For a more useful API, see xmlSetStructuredErrorFunc().
*/
void
xmlSchemaSetValidErrors(xmlSchemaValidCtxtPtr ctxt,