Silly question on Parsing XML

I am having a bit of trouble parsing some xml data using a DOM parser. The problem is my XML feed the node names go like this <yy:zz>. And I cannot get the parser to recognize the node with the “:” in it. Is there a way to get it to recognize this node?