Errata


Print Print Icon

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



Version Location Description Submitted By
Printed Page 38
first line in first code fragment in "Outputting Processing Instructions"

<xsl:processing-instruction name="xml-stylesheet">href="new.css"
should be:
<xsl:processing-instruction name="xml-stylesheet">href="processing.css"

Anonymous 
Printed Page 67
7th line of program listing wg.xsl

'lu {font-size: 16pt}' should be 'ul {font-size: 16pt}'
Justification. The CSS Stylesheet uses HTML element selectors to style the resulting transformed document and there is no 'lu' tag in HTML.

Anonymous