Hi all,
I'm very new to xml... I have the following XML inside an html page:
<html>
<xml Id = msg>
<message>
<to> Visitors </to>
<from> Author </from>
<Subject> XML Code Islands</Subject>
<body> Test</body>
</message>
</xml>
</html>
All I want to do is display the data within the XML tags by using Javscript located within the SAME page. I've seen lots of scripts to read external XML files but this needs to read embedded data...Can anyone point me in the direction of some code that would do this?
-dle
I'm very new to xml... I have the following XML inside an html page:
<html>
<xml Id = msg>
<message>
<to> Visitors </to>
<from> Author </from>
<Subject> XML Code Islands</Subject>
<body> Test</body>
</message>
</xml>
</html>
All I want to do is display the data within the XML tags by using Javscript located within the SAME page. I've seen lots of scripts to read external XML files but this needs to read embedded data...Can anyone point me in the direction of some code that would do this?
-dle