Embedding XML in HTML

greenhunter

New Member
How would one go about embedding XML in a HTML page?I was thinking using CDDATA would be the best approach but I get errors in the HTML document when the page loads.\[code\]<script><![CDATA[ ... ]]></script>\[/code\]I'm needing to embed a XML document for fetching later with JavaScript. I need to do this since when the user opens it, they might not have internet access.
 
Back
Top