Click to See Complete Forum and Search --> : Inline XML in HTML doc.


Lars_V_J
June 19th, 2001, 03:21 AM
Hi,

Is it possible to make inline or embedded xml in a html document?
It is my intention, to use some java to display the xml data (or rather some of it) in the right way.
I need this for a multilanguage help implemented in RoboHelp. That is why I don't want a seperate file with the xml data....

Best regards
Lars VJ

Michael Bechard
June 19th, 2001, 08:58 AM
You can create a data island in the HTML and give it an ID by which you can reference it in other parts of your HTML, in JScript, etc. However, bear in mind this is only possible with IE. Do a search on http://msdn.microsoft.com/library/default.asp for data islands and xml.