Friday, July 21, 2006

What about XML Data Island for Netscape and FireFox browsers?

XML Island is IE specific, in fact IE 5.0 and after, specific. For Netscape and FireFox you could blend-in script support as shown in this file Finnigans.htm.
--------------------------
<html>
<head>
<title></title>
<script type="text/javascript">
//document.write("Test");
var xdoc=document.getElementById("xmlIsland)
document.write(getNoneTextNode(xmlIsland)
</script>
</head>
<body>
<xml id="xmlIsland">
<xtest>Finnigan's wake</xtest>
</xml>
</body>
</html>
-----------------------------
This should show up in Netscape and FireFox producing an out put which is simply.

Finnigan's Wake

No comments:

DMCA.com Protection Status