xml parser - write into XML

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.
 
M

Martin Honnen

utkarsh said:
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.

It is not clear what you want to achieve. Show us the relevant input XML
and tell us exactly what you want to display in that HTML element ided
as 'to'.
 
G

git

This looks like an ideal use for the technology normally used for AJAX.

I am working on describing exactly this sort of stuff at
www.nerds-central.com

First off have a look at:
http://nerds-central.blogspot.com/2007/01/creating-xml-viewer-with-jscript-exsead.html

But I also have code that does 100% the sort of thing you are talking
about in an xml-rpc jscript library that we at TPN use all the time for
xml-rpc/ajax. I will try and find time to write it up soon.

Also - please feel free to join the emailgroup
http://tech.groups.yahoo.com/group/nerds-central/

I am trying to get it started up and running nicely for support of people
doing exactly this sort of thing.

Cheers

AJ
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top