applied documentation patch from Jason Viers for xsltParseStylesheetDoc
authorDaniel Veillard <veillard@src.gnome.org>
Tue, 5 Feb 2008 07:54:32 +0000 (07:54 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Tue, 5 Feb 2008 07:54:32 +0000 (07:54 +0000)
* libxslt/xslt.c: applied documentation patch from Jason Viers
  for xsltParseStylesheetDoc
Daniel

svn path=/trunk/; revision=1455

ChangeLog
libxslt/xslt.c

index a1b5fee..9474988 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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 
index 5f9db80..27bcc10 100644 (file)
@@ -6589,7 +6589,11 @@ xsltParseStylesheetImportedDoc(xmlDocPtr doc,
  * 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.
  */