U
utkarsh bidkar
Hi all,
I am trying to read and write an XMl thro HTML.
I am first loading the file in IE and then reading the XML and
updating HTML thro getmessage()
document.getElementById("to").innerHTML=
xmlDoc.getElementsByTagName("to")[0].childNodes[0].nodeValue ;
I am not sure how to write the XML through HTML.
alternately even if anyone can help me to update an xml with the given
string thro a C++ prog, that would be extremely helpful.
thanks in advance,
utkarsh.
I am trying to read and write an XMl thro HTML.
I am first loading the file in IE and then reading the XML and
updating HTML thro getmessage()
document.getElementById("to").innerHTML=
xmlDoc.getElementsByTagName("to")[0].childNodes[0].nodeValue ;
I am not sure how to write the XML through HTML.
alternately even if anyone can help me to update an xml with the given
string thro a C++ prog, that would be extremely helpful.
thanks in advance,
utkarsh.