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