hi all, I want to convert a DOM_Node to a DOM_Element and assign it to a DOM_Element...how can I do that ?
DOM_NodeList messageNodes = accountElement.getElementsByTagName(MESSAGE_TAG);
for(int i=0; i<messageNodes.getLength();++i)
{
DOM_Element messageElement = messageNodes.item(i);
}
how do I type cast it or is there any funtion for that conversion??? any ideas greatly appreacited.. thanx in advance.. venki
______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com