Re: xml to xslfo using xslt doesnt work?

On 2/23/07, helen_166 <helen_166@hotmail.com> 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

Received on Saturday, 24 February 2007 05:27:52 UTC