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: Marking revisionflag="deleted" elements in print?


>>>>> "Mauritz Jeanson" <mj@johanneberg.com>:

>> From: Steinar Bang
>> Is it possible to mark elements that have a revisionflag value of
>> "deleted" as deleted in print?

> Here is how you could do it for <para> elements in your FO customization
> file:

> <xsl:template match="para[@revisionflag='deleted']">
>   <fo:block text-decoration="line-through">
>     <xsl:apply-imports/>
>   </fo:block>
> </xsl:template>

Thanx!  Exactly what I was looking for.  Worked like a charm!



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