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>
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>