Corrections to Chapter 21 of The XML Bible, Pushing Web Sites with CDF

pp. 795, 796: In Listing 21-11, the URLs for the realtime pictures of the Sun have changed. With the new URLs the example should read:

<?xml version="1.0"?>
<CHANNEL HREF="http://dstwww.sunspot.noao.edu/sunpic.html">
  <TITLE>
    Hydrogen Alpha Image of the Sun Desktop Component
  </TITLE>
  <ABSTRACT>
   This desktop component shows a picture of the Sun 
   as it appears this very minute from the top of 
   Sacramento Peak in New Mexico. The picture is taken 
   in a single color at the wavelength of the Hydrogen 
   alpha light (6563 Angstroms) using a monochrome 
   camera which produces a greyscale image in
   which the red light of Hydrogen alpha appears white.
  </ABSTRACT>

  <ITEM 
    HREF="http://dstwww.sunspot.noao.edu/gifs/video/sunnow.gif">
    <TITLE>Hydrogen Alpha Image of the Sun</TITLE>

    <SCHEDULE TIMEZONE="-0700">
      <INTERVALTIME MIN="1"/>
      <EARLIESTTIME HOUR="6"/>
      <LATESTTIME HOUR="19"/>
    </SCHEDULE>

    <USAGE VALUE="DesktopComponent">
      <WIDTH VALUE="640"/>
      <HEIGHT VALUE="480"/>
      <CANRESIZE VALUE="Yes"/>
      <OPENAS VALUE="Image"/>
    </USAGE>
  </ITEM>
</CHANNEL>
p. 798: The first code fragment on the page is malformed. It should read:

<ITEM HREF="welcome.wav">   <USAGE=VALUE="NONE"/> </ITEM>
<ITEM HREF="spacemusic.au"> <USAGE VALUE="NONE"/> </ITEM>

[ Cafe con Leche | Order from amazon.com | The XML Bible Home Page | Table of Contents | Updated Chapters | Examples | Errata from other Chapters ]

Copyright 1999, 2000 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified October 7, 2000