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] xlink


Markus Redeker wrote:

> there seems to be a bug in the fo/graphics.xsl file of the 1.71.1
> stylesheets. In the "textdata" template occur the lines:
> 
>     <xsl:otherwise>
>       <a xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad"
>          href="{$filename}"/>
>     </xsl:otherwise>
> 
> The <a> tag is obviously wrong, and fop doesn't accept it. It must
> probably be a <fo:something>, but which one?
> 
> There are also <a> tags in "inlinegraphics" and "imagedata".

This is not bug. This output means that you are using XSLT processor
which doesn't support extensions (or you have turned off extensions)
necessary for resolving inclusion of external files. Try to set
use.extensions parameter to 1.

				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/
------------------------------------------------------------------
                   Nejbližší termíny školení:
** XML pro vývojáře 19.-22.3.2007 ** XML schémata 16.-18.4.2007 **
        ** XSL-FO 15.-16.5.2007 ** DocBook 26.-28.6.2007 **
------------------------------------------------------------------
  http://xmlguru.cz    Blog mostly about XML for English readers
------------------------------------------------------------------

OpenPGP digital signature



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