From d6f6b398657103581b9f00afac922f7892a4a640 Mon Sep 17 00:00:00 2001 From: scoder Date: Wed, 13 Feb 2008 21:49:12 +0100 Subject: [svn r3285] r3470@delle: sbehnel | 2008-02-13 20:12:19 +0100 loads of docstrings --HG-- branch : trunk --- src/lxml/ElementInclude.py | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'src/lxml/ElementInclude.py') 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 -- cgit v1.2.1