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: > <yweather:forec ast day="Sun" date="18 Feb 2007" low="39" high="55" text="Partly Cloudy/Wind" code="24"> > The only way I've been able to get it is

