Do you think you've discovered an error in this book?
Please check the list of errata below to see if we've already addressed the error. If not,
please submit the error via our
Errata Form.
We will attempt to verify your error; if you're right, we will post a correction below.
| Chapter | Page | Details | Date | Print Run |
|
37 |
Error in Code Last para 2nd line:
<tag>
should be:
<Tag>
<anotherTag>
should be:
<AnotherTag>
|
12/27/05 |
|
|
38 |
Error in Code 2nd para, 2nd and 3rd lines, 3rd para, 1st line:
<tag>
should be:
<Tag>
in a total of 4 places.
|
12/27/05 |
|
|
49 |
Missing space in 3rd paragraph In the sentence: "...along with giving the parsers afew...", a space is missing between "a" and "few". |
1/19/05 |
|
|
98 |
Typo in System Identifiers At the end of first line, there's a typo: "file accessible by your 0system." |
1/19/05 |
|
|
108 |
Typo in 5th line Line says, "...cardinality indicator must appear at the end of the mode." It should end with "model" instead of "mode". |
1/19/05 |
|
|
111 |
Typo 1st Line of Code in Instruction 8 1st code line:
<!ELEMENT discoverer (name, date)>
Should be:
<!ELEMENT discoverer (name, year)>
|
3/7/05 |
|
|
111 |
Typo 3rd Line of Code in Instruction 8 3rd code line:
<!ELEMENT date (#PCDATA) >
Should be:
<!ELEMENT year (#PCDATA) >
|
3/7/05 |
|
|
113 |
Typo on Final Line of Page </parody> should be
</weapon>
|
3/7/05 |
|
|
120 |
Last line Last line says: "For example in external images are unparsed entities;" The word "in" shouldn't be there. |
1/19/05 |
|
|
120 |
Error in text the last word on page is repeated as first word on next page |
6/25/06 |
|
|
132 |
Error in Code second shaded code section, first line:
in two instances, spaces separate "&" from "quot,"
there should not be a space, so:
& quot
should be:
"
|
7/26/06 |
|
|
179 |
Typo in Shaded Code Block 24th line of shaded code block:
<name>Osm& #x00F3;lska</name>
should be
<name>Osmó;lska</name>
|
3/7/05 |
|
|
180 |
Error in Code Second code listing, 2nd line:
<group ref="target:DinosaurGroup">
SHOULD have "target" replaced with "dino" to look as follows:
<group ref="dino:DinosaurGroup">
|
12/27/05 |
|
|
188 |
Typo in 3rd Text Paragraph "How it Works", 3rd text paragraph:
The sentence: "In our second attribute declaration, we defined the name
attribute." Should read:
"In our second attribute declaration, we defined the source
attribute."
|
3/7/05 |
|
|
197 |
Typo The "or" at the bottom of the page should read "and."
(The same for the "or" at the top of page 198.)
|
3/7/05 |
|
|
208 |
Text Error Step 1 paragraph, 2nd line:
dinosaur12.xsd
should be:
dinosaurs12.xsd
|
12/27/05 |
|
|
815 |
Error in Code Blocks shaded code block at top of page, 3rd line:
period (Triassic } Jurassic } Cretaceous)
should be:
period (Triassic | Jurassic | Cretaceous)
5th line:
feathers (yes } no)
should be
feathers (yes | no)
|
10/14/05 |
|
|
825 |
Error in Code Block 1st shaded code block, line 3:
dinosaurs = element dinosaurs { (carnivore } herbivore)* }
should be
dinosaurs = element dinosaurs { (carnivore | herbivore)* }
|
10/14/05 |
|
|
825 |
Error in Code Block 1st shaded code block under "solution 2"
any = element * { attribute * {text} } any } text }*
should be
any = element * { attribute * {text} | any | text }*
|
10/14/05 |
|
|
826 |
Error in Code Block first shaded code block, last line:
any = element * { attribute * {text} } any } text }*
should be
any = element * { attribute * {text} | any | text }*
|
10/14/05 |
|
|
826 |
Error in Code Block 2nd shaded code block, line 3:
dinosaurs = element dinosaurs { (carnivore } herbivore)* }
should be
dinosaurs = element dinosaurs { (carnivore | herbivore)* }
|
10/14/05 |
|
|
838 |
Error in Code Block 5th shaded code block, 1st line:
<xsl:template match="rss:title } atom:title } title">
should be
<xsl:template match="rss:title | atom:title | title">
|
10/14/05 |
|
|
839 |
Error in Code Block first shaded code block first line:
<xsl:template match="rss:item } text()" />
should be
<xsl:template match="rss:item | text()" />
|
10/14/05 |
|
|
839 |
Error in Code Block 2nd shaded code block 3rd line:
Title: BBC News } News Front Page } World Edition
should be
Title: BBC News | News Front Page | World Edition
|
10/14/05 |
|