[Lxml-checkins] r52200 - in lxml/trunk: . src/lxml
scoder at codespeak.net
scoder at codespeak.net
Wed Mar 5 22:18:18 CET 2008
Author: scoder
Date: Wed Mar 5 22:18:17 2008
New Revision: 52200
Modified:
lxml/trunk/ (props changed)
lxml/trunk/src/lxml/xsltext.pxi
Log:
r3735 at delle: sbehnel | 2008-03-05 00:14:55 +0100
docstring
Modified: lxml/trunk/src/lxml/xsltext.pxi
==============================================================================
--- lxml/trunk/src/lxml/xsltext.pxi (original)
+++ lxml/trunk/src/lxml/xsltext.pxi Wed Mar 5 22:18:17 2008
@@ -7,11 +7,11 @@
"""execute(self, context, self_node, input_node, output_parent)
Execute this extension element.
- Subclasses may append elements to the `output_parent` element
- here, or set its text content. To this end, the `input_node`
- provides read-only access to the current node in the input
- document, and the `self_node` points to the extension element
- in the stylesheet.
+ Subclasses must override this method. They may append
+ elements to the `output_parent` element here, or set its text
+ content. To this end, the `input_node` provides read-only
+ access to the current node in the input document, and the
+ `self_node` points to the extension element in the stylesheet.
"""
pass
More information about the lxml-checkins
mailing list