OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: hypenation


Re:

<xsl:choose>

    <xsl:when test="starts-with($master-reference, 'index') or

                    starts-with($master-reference, 'titlepage') or

                    starts-with($master-reference, 'lot') or 

                    starts-with($master-reference, 'front')">

      <xsl:attribute name="hyphenate">false</xsl:attribute>

    </xsl:when>

    <xsl:otherwise>

      <xsl:attribute name="hyphenate">

        <xsl:value-of select="$hyphenate"/>

      </xsl:attribute>

    </xsl:otherwise>

  </xsl:choose>


Thank you for the solution. I modified the pagesetup.xsl file in Oxygen and it works great now. I should get your book in the mail today, Bob.

Attachment: smime.p7s
Description: S/MIME cryptographic signature



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]