<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>Hi,</DIV>
<DIV> </DIV>
<DIV>I'm getting some XML tags with white spaces from a web service and when I try to get them with the getElements ByTagName I'm not able to do so. I'm getting an empty list. What I'm doing is:</DIV>
<DIV> </DIV>
<DIV>#XML_response is an xml string</DIV>
<DIV>xml_msg = xml.dom.minidom.parseString(XML_response)</DIV>
<DIV> </DIV>
<DIV>nodes = xml_msg.getElementsByTagName("tag ten")  #tag name is "tag ten" with a whitespace</DIV>
<DIV> </DIV>
<DIV>It all works fine with tags like tag_seven but NOT for tag names with a white space. I've tried some escape chars but it doesnt seems to work. </DIV>
<DIV> </DIV>
<DIV>Does anybody has the escape char sequence I should be using or a work around for this? Thanks in advanced for your replies. </DIV></td></tr></table><br>