On 2/23/07, helen_166 <
helen_166@...> wrote:
> <xsl:template match='/' mode='ffp'>
>
> </xsl:template>
If the contents of your root node (/) template is blank, then XSLT is
really doing nothing (it'll generate nothing). Which I think is not a
useful output.
You need to put some XSLT instructions in the root node template.
--
Regards,
Mukul Gandhi