Re: [XML-SIG] Questions about lxml/ElementTree

2007-06-13 Thread Dave Kuhlman
Fredrik Lundh pythonware.com> writes: > > Dave Kuhlman wrote: > > > 1. When I get the tag for a node (element) using node.tag, I see > >something like this:: > > > >{http://.com/ns/} > > > >The stuff inside curly brackets is the namespace. I don't need > >that

Re: [XML-SIG] Questions about lxml/ElementTree

2007-06-09 Thread Fredrik Lundh
Dave Kuhlman wrote: > 1. When I get the tag for a node (element) using node.tag, I see >something like this:: > >{http://.com/ns/} > >The stuff inside curly brackets is the namespace. I don't need >that, so I use a regular expression to strip it off. > >My q

[XML-SIG] Questions about lxml/ElementTree

2007-06-07 Thread Dave Kuhlman
I'm using lxml and ElementTree. I like them. I do have a couple of questions: 1. When I get the tag for a node (element) using node.tag, I see something like this:: {http://.com/ns/} The stuff inside curly brackets is the namespace. I don't need that, so I use a re