![]() |
![]() | ![]() | ![]() | Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries [Thread Prev] >Thread Next - Re: .NET XslTransform.Transform unusably slow in debugger .NET XslTransform.Transform unusably slow in debuggerTo: NULL Date: 3/1/2004 11:09:00 PM When calling XslTransform.Transform in the debugger, it will often take 60
seconds or longer to return. Running the same process when not in debug
mode it returns in a few milliseconds... this problem is making it almost
imposible to get anything done. Does anyone have an idea as to what the
cause or solution might be.
Here is a code snippet from my app:
private XmlNode XslTransform(string Translator, XmlDocument InputXml)
{
XmlReader OutputReader =
((XslTransform)TranslatorTable[Translator]).Transform(InputXml,null,new
XmlUrlResolver());
XmlDocument OutputXml = new XmlDocument();
OutputXml.Load(OutputReader);
return( OutputXml.DocumentElement);
}
| ![]() | ![]() | ![]() |
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | |||||
|
