I have an HTML page within which i need to store some xml. Below is the format
<HTML>
<XML>
<tag1>Val1</tag1>
<tag2>Val2</tag2>
</XML>
<script type= "javascript">
</script>
</HTML>
When I view this in IE, the xml is not displayed(node values) while the same is appearing in Firefox.
Any ideas on how to make it disappear in both browsers ?
Try the following CSS:
Storing XML within HTML does not sound like a good idea, I think.