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

Re: xml to xslfo using xslt doesnt work?

by helen_166 :: Rate this Message:

Reply to Author | View in Thread

yes your right i changed

              <xsl:template match='Resume/StructuredXMLResume'>

and it worked thanks for your help!

Mukul Gandhi wrote:
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

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