Hi,

> <xsl:template match="ROOT/FIREMEMO">
>       <xsl:apply-templates/>
> </xsl:template>

This doesn't match anything. Anyhow, I'm still don't understand what the
problem is. In you stylesheet you don't seem to have anything that would
actually apply the templates SEC1 and SEC2 elements, so you should add
those. Also, when you have <xsl:apply-templates/>, you're also
processing the whitespace--you don't need it in you FO files, so don't
copy it.

Santtu

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to