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

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

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


Subject: Re: [docbook] customizing a "process.image" template in graphics.xsl


If you want the border on the fo:external-graphic, then you will have to 
copy and customize that big template.  The process.image template really 
needs to be modularized to make it easier to customize.

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net


----- Original Message ----- 
From: "Roman Banks" <technical_wr@yahoo.com>
To: <docbook@lists.oasis-open.org>
Sent: Wednesday, October 31, 2007 7:08 AM
Subject: [docbook] customizing a "process.image" template in graphics.xsl


> Hi guys,
>
> Is it possible to modify the template above without
> physically copying it to a customization layer?
>
> I just want to add the following to the
> "process.image" template:
>
> <fo:external-graphic>
>    <xsl:if test="ancestor::figure[@role='bordered']">
>    <xsl:attribute
> name="border-color">black</xsl:attribute>
>    <xsl:attribute
> name="border-style">solid</xsl:attribute>
>    </xsl:if>
> ...
>
> The process.image template is huge, and I don't wanna
> stuff my XSL with hundreds of code lines. Is there any
> more aesthetic way to do that?
>
> I read Mr. Stayton's book but it does not provide a
> clear example for such a case.
>
> Best regards,
> Roman
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docbook-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: docbook-help@lists.oasis-open.org
>
>
> 




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