Errata

Learning XSLT

Errata for Learning XSLT

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Printed Page 16
Paragraph 2 of Outputting Text section

In the example text.xml, there is no stylesheet reference, rendering the example non-functional. The text "Message:" will not be added to the output.

Chris Longmoon  Apr 18, 2011 
Printed Page 94
Table 4-3

../given
is said to be the abbreviated version of
parent::given

Instead, the unabbreviated version should be
parent::name/child::given

(Actually, the name of the parent node is not specified in the abbreviated "../given")

Anonymous  Oct 09, 2013 
Printed Page 166
Example 9-17: Fourth <section> node

The line
<item>Alexander Hamilton $10</item>

should read:
<item>Alexander Hamilton ($10)</item>

Reason: Consistency with the other <item> entries.

Anonymous  Oct 09, 2013