libxslt r1455 - in trunk: . libxslt



Author: veillard
Date: Tue Feb  5 07:54:32 2008
New Revision: 1455
URL: http://svn.gnome.org/viewvc/libxslt?rev=1455&view=rev

Log:
* libxslt/xslt.c: applied documentation patch from Jason Viers
  for xsltParseStylesheetDoc
Daniel


Modified:
   trunk/ChangeLog
   trunk/libxslt/xslt.c

Modified: trunk/libxslt/xslt.c
==============================================================================
--- trunk/libxslt/xslt.c	(original)
+++ trunk/libxslt/xslt.c	Tue Feb  5 07:54:32 2008
@@ -6589,7 +6589,11 @@
  * 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.
  */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]