summaryrefslogtreecommitdiff
path: root/src/lxml/ElementInclude.py
Commit message (Collapse)AuthorAgeFilesLines
* [svn r2494] open any URL by default in ElementInclude, small optimisationscoder2007-06-211-8/+17
| | | | | --HG-- branch : trunk
* [svn r2492] ElementInclude didn't honour base URL of source documentscoder2007-06-211-6/+9
| | | | | | --HG-- branch : trunk rename : src/lxml/tests/test_xinclude.xml => src/lxml/tests/include/test_xinclude.xml
* [svn r2158] use relative imports for (lxml.)etreescoder2007-02-251-2/+1
| | | | | --HG-- branch : trunk
* [svn r2086] small fix to actually check if xi:fallback tag is misplaced ↵scoder2006-12-041-3/+5
| | | | | | | before complaining --HG-- branch : trunk
* [svn r2085] integrated a modified ElementInclude.py: reuse the parser of the ↵scoder2006-12-021-0/+196
original document, recursive includes, based on Element.getiterator() --HG-- branch : trunk