XSL Load issue

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi,
I am having a strange issue with <span style="color:#2b91af; font-size:small
<span style="color:#2b91af; font-size:small <span style="color:#2b91af; font-size:small XslCompiledTransform; The Issue is - I am trying to read an XML, say XML1 around 640 elements and take that value into another element of
XML2; this happens in XSL. This works perfectly fine for 640 elements. But when I try to add another element and try to include the value I am getting an error like - "An unhandled exception of type System.StackOverflowException occurred in mscorlib.dll".
<span style="color:#2b91af; font-size:small <span style="color:#2b91af; font-size:small <span style="color:#2b91af; font-size:small XslCompiledTransform xslt;
This happens at - <span style="font-size:small <span style="font-size:small xslt.Transform(xPathDocument, args, tw);<a>
But when I reduce the check of elements to say 640, it works fine; even 641 does not work. Any suggestion on what could be going wrong, is there a limitation set on the size of XSL etc., ?




<a> <a> <hr class="sig Rpaul

View the full article
 
Back
Top