<SCRIPT LANGUAGE="JavaScript" FOR="window" EVENT="ONLOAD">
      Document = dsoBook.XMLDocument;
      title.innerText=
         Document.documentElement.childNodes(0).text;
      author.innerText=
         Document.documentElement.childNodes(2).text;
      binding.innerText=
         Document.documentElement.childNodes(3).text;
      pages.innerText=
         Document.documentElement.childNodes(4).text;
      price.innerText=
         Document.documentElement.childNodes(5).text;
   </SCRIPT>