Hi Dave,
  Below is a code snippet for the issue:

<xsl:call-template name="d:diff">
<xsl:with-param name="nodes1" select="$first1/node()"/>
<xsl:with-param name="nodes2" select="$first2/node()"/>
</xsl:call-template>
 
In the above statements after loading 65K nodes the XSLT processor will be
become very slow.

Thanks in advance for your help.
Anirban
-- 
View this message in context: 
http://www.nabble.com/performance-issue-with-xalan-c-tp23869303p24034363.html
Sent from the Xalan - C - Users mailing list archive at Nabble.com.

Reply via email to