×

Loading...
Ad by
  • 予人玫瑰,手有余香:加拿大新天地工作移民诚聘求职顾问&行业导师!
Ad by
  • 予人玫瑰,手有余香:加拿大新天地工作移民诚聘求职顾问&行业导师!

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