Invalid instantiation of 'xsl:apply-templates' in 'xsl:templates'
418935Jun 18 2005 — edited Jun 20 2005I am trying to transform the dynamically generated xml using the xsl Stylesheet.
I have a JSP Page which calls the routine to dynamically generate the XML file.
But during the transformation , it gives me an error
XSL-1047: (Error) Invalid instantiation of 'xsl:apply-templates' in 'xsl:template' context.
.
Please anyone help .
Thanks