Re: [XML-SIG] elementtree and namespace

2005-12-19 Thread Fredrik Lundh
Werner F. Bruhin wrote: > How can I define in a doc the following namespace? > > http://www.winexml.org/XMLSchema"; > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; > xsi:schemaLocation="http://www.winexml.org/XMLSchema wineXML.xsd"> > > > And what do I need to do that subsequent "Element

[XML-SIG] elementtree and namespace

2005-12-19 Thread Werner F. Bruhin
How can I define in a doc the following namespace? http://www.winexml.org/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://www.winexml.org/XMLSchema wineXML.xsd"> And what do I need to do that subsequent "Element" and "SubElement" additions use the na