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:
Post a Comment