Re: Help Parsing XML Namespaces with BeautifulSoup

2007-02-17 Thread Paul McGuire
On Feb 17, 6:55 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I'm trying to parse out some XML nodes with namespaces using > BeautifulSoup. I can't seem to get the syntax correct. It doesn't like > the colon in the tag name, and I'm not sure how to refer to that tag. > > I'm trying to get th

Help Parsing XML Namespaces with BeautifulSoup

2007-02-17 Thread [EMAIL PROTECTED]
I'm trying to parse out some XML nodes with namespaces using BeautifulSoup. I can't seem to get the syntax correct. It doesn't like the colon in the tag name, and I'm not sure how to refer to that tag. I'm trying to get the attributes of this tag: The only way I've been able to get it is by doi