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] Marking paras in colored text



> No, my method applies only to
> para.  The method David Cramer posted for handling 
> text() would be better in your case.
> 

I've had some success with the following code. But I don't really understand what is happening. I'll have a look at David Cramers suggested fix.

<xsl:template match="legalnotice[@role='draft']/para">
<fo:wrapper color="red">
 <xsl:apply-imports/>
 </fo:wrapper>
</xsl:template>


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