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.
Class | FatalIncludeError |
Undocumented |
Class | LimitedRecursiveIncludeError |
Undocumented |
Function | default_loader |
Undocumented |
Function | include |
Undocumented |
Constant | DEFAULT_MAX_INCLUSION_DEPTH |
Undocumented |
Constant | XINCLUDE |
Undocumented |
Constant | XINCLUDE_FALLBACK |
Undocumented |
Constant | XINCLUDE_INCLUDE |
Undocumented |
Constant | XINCLUDE_ITER_TAG |
Undocumented |
Function | _include |
Undocumented |
Function | _lxml_default_loader |
Undocumented |
Function | _wrap_et_loader |
Undocumented |
Undocumented