[XML-SIG] Re: XInclude

Fredrik Lundh fredrik at pythonware.com
Mon Apr 19 11:18:09 EDT 2004


hao xing wrote:

> Is there any support to XInclude in the latest PyXml package?

it's not PyXml, but the latest versions of ElementTree has basic
XInclude support:

    http://effbot.org/zone/element-xinclude.htm
    http://effbot.org/zone/element.htm

You might wish to check if you can use ElementTree in your project;
if not, feel free to use the ElementInclude module as a base for an
XInclude implementation for the standard DOM (the spec is short
and fairly simple, so that shouldn't be much work).

</F>






More information about the XML-SIG mailing list