Next in thread → Next in month →

Re: Marking revisionflag="deleted" elements in print?

From
Steinar Bang <>
Date
2006-05-11T09:18:03+00:00
ID
Thread
Re: Marking revisionflag="deleted" elements in print?
>>>>> "Mauritz Jeanson" <>:

>> 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!
Next in thread → Next in month →