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: Re: [docbook-apps] Antenna House XSLFormatter and internal links(xref)


Bob Stayton wrote:
> OK, I'm going to change the stylesheet to output an fo:inline instead of
> fo:wrapper for the anchor element.

Please note that fo:wrapper is also used in other places and may be not 
all of them can be simply changed to fo:block or fo:inline.

As I recall this problem is really not new. See code in fo/index.xsl:

<xsl:template match="indexterm" name="indexterm">
   <!-- Temporal workaround for bug in AXF -->
   <xsl:variable name="wrapper.name">
     <xsl:choose>
       <xsl:when test="$axf.extensions != 0">fo:block</xsl:when>
       <xsl:otherwise>fo:wrapper</xsl:otherwise>
     </xsl:choose>
   </xsl:variable>
   ...

Now it seems that it is quite unfair to call it AXF bug :-)

					Jirka

-- 
------------------------------------------------------------------
   Jirka Kosek     e-mail: jirka@kosek.cz     http://www.kosek.cz
------------------------------------------------------------------
   Profesionální školení a poradenství v oblasti technologií XML.
      Podívejte se na náš nově spuštěný web http://DocBook.cz
        Podrobný přehled školení http://xmlguru.cz/skoleni/
------------------------------------------------------------------

S/MIME Cryptographic Signature



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