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
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
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