« Return to Thread: xml to xslfo using xslt doesnt work?

Re: xml to xslfo using xslt doesnt work?

by Mukul Gandhi :: Rate this Message:

Reply to Author | View in Thread


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

 « Return to Thread: xml to xslfo using xslt doesnt work?