shashi2006
Programmer
hi,
ERROR: Cannot use result tree fragmentError in XPath expression,
Cannot use result tree fragment
DESCRIPTION:I get the above mentioned problem when i do transformation
using XSLT2.0 engine, but when i use MSXML processor it works.
But am facing problem when do transformation in mozilla or other browsers
which support only XSLT2.0 but not MSXML. At preset this works only in
MS InternetExplorer.
error occurs at this line:
<xsl:call-template name="rowput">
<xsl:with-param name="region" select="$rregion[$row='regions'] |
following-sibling::key[1] [$innerrow='regions'] | $region [$row!='regions']"/>
</xsl:call-template>
thankyou
ERROR: Cannot use result tree fragmentError in XPath expression,
Cannot use result tree fragment
DESCRIPTION:I get the above mentioned problem when i do transformation
using XSLT2.0 engine, but when i use MSXML processor it works.
But am facing problem when do transformation in mozilla or other browsers
which support only XSLT2.0 but not MSXML. At preset this works only in
MS InternetExplorer.
error occurs at this line:
<xsl:call-template name="rowput">
<xsl:with-param name="region" select="$rregion[$row='regions'] |
following-sibling::key[1] [$innerrow='regions'] | $region [$row!='regions']"/>
</xsl:call-template>
thankyou