summaryrefslogtreecommitdiff
path: root/src/lxml/ElementInclude.py
diff options
context:
space:
mode:
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