Hi,
while trying to transform an xsl file with a xml im getting the error Unexpected child
in my xsl the error is coming in the line where i declare xsl:template match=:
<xsl:template match="f">
<xsl:variable name="FPath">
What could be the reason
while trying to transform an xsl file with a xml im getting the error Unexpected child
in my xsl the error is coming in the line where i declare xsl:template match=:
<xsl:template match="f">
<xsl:variable name="FPath">
What could be the reason
Comment