×

Loading...
Ad by
  • 推荐 OXIO 加拿大高速网络,最低月费仅$40. 使用推荐码 RCR37MB 可获得一个月的免费服务
Ad by
  • 推荐 OXIO 加拿大高速网络,最低月费仅$40. 使用推荐码 RCR37MB 可获得一个月的免费服务

How to display xml data island inside html page?

I am learning xml and get sample code from a book.

However, I can not display the simple xml data island inside
a simple html page as described by the book. Please advise me
what I am doing wrong. I am using Windows XP Professional sp1 with
IE6 on the same machine (installed msxml3.dll)
****************************************************************

<HTML>
<HEAD>
<meta name=vs_targetSchema content="http://schemas.microsoft.com/intellisense/ie5">
<TITLE>xxxx</TITLE>
</HEAD>
<BODY>
<xml id="dsoInventory">
<?xml version="1.0"?>
<BOOK Category="fiction" Display="Emphasize">
<TITLE>The Advantures of Huckleberry finn</TITLE>
<AUTHOR>Mark Twain</AUTHOR>
</BOOK>
</xml>
</BODY>
</HTML>
Report