> 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> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
