summaryrefslogtreecommitdiff
path: root/src/lxml/ElementInclude.py
diff options
context:
space:
mode:
authorscoder <none@none>2008-02-13 21:49:12 +0100
committerscoder <none@none>2008-02-13 21:49:12 +0100
commitd6f6b398657103581b9f00afac922f7892a4a640 (patch)
tree95b638b01743c2df58ea28f91741d355454045e9 /src/lxml/ElementInclude.py
parent1b3d21a7b011ec885f0e1b08e0153daaab6be86b (diff)
downloadpython-lxml-d6f6b398657103581b9f00afac922f7892a4a640.tar.gz
[svn r3285] r3470@delle: sbehnel | 2008-02-13 20:12:19 +0100
loads of docstrings --HG-- branch : trunk
Diffstat (limited to 'src/lxml/ElementInclude.py')
-rw-r--r--src/lxml/ElementInclude.py11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/lxml/ElementInclude.py b/src/lxml/ElementInclude.py
index 725f56f0..d78114c1 100644
--- a/src/lxml/ElementInclude.py
+++ b/src/lxml/ElementInclude.py
@@ -41,9 +41,14 @@
# OF THIS SOFTWARE.
# --------------------------------------------------------------------
-##
-# Limited XInclude support for the ElementTree package.
-##
+"""
+Limited XInclude support for the ElementTree package.
+
+While lxml.etree has full support for XInclude (see
+`etree.ElementTree.xinclude()`), this module provides a simpler, pure
+Python, ElementTree compatible implementation that supports a simple
+form of custom URL resolvers.
+"""
import copy, etree
from urlparse import urljoin