Sagehill Enterprises
What is DocBook?
Home
Services
Publications
Contact Us
Errata for DocBook XSL: The Complete Guide
Fourth Edition

 

  • In Chapter 13, Print customizations, section titled "Styling print TOC entries" (page 208), the content of the <xsl:attribute name="font-weight"> should be wrapped in an xsl:choose statement.
  • In Chapter 13, Print customizations, section titled "Changing header or footer styles" (page 219), the Example 13.14 has a </xsl:choose> where it should have a</xsl:otherwise> near the end of the example.
  • In Chapter 23, Modular DocBook files, section titled "Using modified id values" (page 381), the third <xsl:when> statement in the example should contain:
    <xsl:value-of select="concat($object/@xml:id, $preceding.xid)"/>
  • In Chapter 30, Tables, section titled "Row background color" (page 486) , the <xsl:if> statement in the example is missing a closing double quote character. It should be:
     <xsl:if test="ancestor::table/@tabstyle = 'striped'">