GNOME Bugzilla – Bug 325287
Patch: documentation for xsltSaveResultToString
Last modified: 2006-01-04 13:51:18 UTC
The documentation for xsltSaveResultToString is currently the same as for xsltSaveResultToFilename. diff -u -d -w -r1.92 xsltutils.c --- xsltutils.c 14 Sep 2005 12:35:35 -0000 1.92 +++ xsltutils.c 30 Dec 2005 09:47:53 -0000 @@ -1544,9 +1544,9 @@ * @style: the stylesheet * * Save the result @result obtained by applying the @style stylesheet - * to a file or @URL + * to a new allocated string. * - * Returns the number of byte written or -1 in case of failure. + * Returns 0 in case of success and -1 in case of error */ int xsltSaveResultToString(xmlChar **doc_txt_ptr, int * doc_txt_len,
Applied, will commit later. Thanks ! Daniel