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>