diff options
-rw-r--r-- | src/lxml/ElementInclude.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lxml/ElementInclude.py b/src/lxml/ElementInclude.py index dc1a3763..8badf8b4 100644 --- a/src/lxml/ElementInclude.py +++ b/src/lxml/ElementInclude.py @@ -131,6 +131,8 @@ def _wrap_et_loader(loader): # @param loader Optional resource loader. If omitted, it defaults # to {@link default_loader}. If given, it should be a callable # that implements the same interface as <b>default_loader</b>. +# @param base_url The base URL of the original file, to resolve +# relative include file references. # @throws FatalIncludeError If the function fails to include a given # resource, or if the tree contains malformed XInclude elements. # @throws IOError If the function fails to load a given resource. |