* libxslt/xslt.c: applied documentation patch from Jason Viers
for xsltParseStylesheetDoc
Daniel
svn path=/trunk/; revision=1455
+Tue Feb 5 08:53:30 CET 2008 Daniel Veillard <daniel@veillard.com>
+
+ * libxslt/xslt.c: applied documentation patch from Jason Viers
+ for xsltParseStylesheetDoc
+
Tue Feb 5 08:36:53 CET 2008 Daniel Veillard <daniel@veillard.com>
* python/tests/pyxsltproc.py: applied a portability patch from
* xsltParseStylesheetDoc:
* @doc: and xmlDoc parsed XML
*
- * parse an XSLT stylesheet building the associated structures
+ * parse an XSLT stylesheet, building the associated structures. doc
+ * is kept as a reference within the returned stylesheet, so changes
+ * to doc after the parsing will be reflected when the stylesheet
+ * is applied, and the doc is automatically freed when the
+ * stylesheet is closed.
*
* Returns a new XSLT stylesheet structure.
*/