Corrections to Chapter 3 of The XML Bible, Your First XML Document

p. 54-55: The other possible tags read better in a single column like this:

Here are some other possible tags:

<MOLECULE>
<INTEGRAL>
<PERSON>
<SALARY>
<author>
<email>
<planet>
<sign>
<Bill>
<plus/>
<Hillary>
<plus/>
<Gennifer>
<plus/>
<Paula>
<plus/>
<Monica>
<equals/>
<divorce>

p. 56: The caption for Listing 3-5 says "greeting.xsl". It should be "greeting.css".

p.56: In Listing 3-6 the type attribute of of the xml-stylesheet processing instruction should have the value text/css instead of text/css2. That is, it should look like this

<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type="text/css" href="greeting.css"?>
<GREETING>
Hello XML!
</GREETING>

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

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