diff --git a/reference/libxml/functions/libxml-use-internal-errors.xml b/reference/libxml/functions/libxml-use-internal-errors.xml index 21aa845c87..201e43a214 100755 --- a/reference/libxml/functions/libxml-use-internal-errors.xml +++ b/reference/libxml/functions/libxml-use-internal-errors.xml @@ -1,5 +1,5 @@ - + libxml_use_internal_errors @@ -10,13 +10,15 @@ &reftitle.description; - voidlibxml_use_internal_errors - booleanuse_errors + boollibxml_use_internal_errors + booluse_errors - - &warn.undocumented.func; - + + libxml_use_internal_errors allows you to disable + standard libxml errors and enable user error handling. + + &reftitle.parameters; @@ -25,66 +27,71 @@ use_errors - Its description + Whether to enable user error handling. Defaults to &false;. + &reftitle.returnvalues; - What the function returns, first on success, then on failure. See - also the &return.success; entity + This function returns the previous value of + use_errors. - - - - -