Re: lxml namespaces problem

2007-01-08 Thread Stefan Behnel
Maxim Sloyko wrote: > I have a little problem with XML namespaces. > In my application I have two XML processors, that process the same > document, one after the other. The first one looks for nodes in 'ns1' > namespace, and substitutes them, according to some algorithm. After > this processor is

lxml namespaces problem

2007-01-07 Thread Maxim Sloyko
Hi All! I have a little problem with XML namespaces. In my application I have two XML processors, that process the same document, one after the other. The first one looks for nodes in 'ns1' namespace, and substitutes them, according to some algorithm. After this processor is finished, it is guara