marcello62
Technical User
Hi there,
I have to convert about 20.000 big .XML files to .txt format. Therefore, for each file I use 5 .XSLT stylesheets to render 5 .txt files, which I want to get together using C# syntax. However, I have problems looping through all the .XML files, the program crashes. I noticed this before when I attempted to develop this program using the combination Delphi/MSXSL and Delphi/Saxon, so the problem is probably not related to C# as a platform. I had hoped, however, that C# would perform better than Delphi, unfortunately this is not so. Does anyone perhaps have an idea how to improve C#'s performance in using XslTransform commands on large batches of .XML files?
Any help will be greatly appreciated.
I have to convert about 20.000 big .XML files to .txt format. Therefore, for each file I use 5 .XSLT stylesheets to render 5 .txt files, which I want to get together using C# syntax. However, I have problems looping through all the .XML files, the program crashes. I noticed this before when I attempted to develop this program using the combination Delphi/MSXSL and Delphi/Saxon, so the problem is probably not related to C# as a platform. I had hoped, however, that C# would perform better than Delphi, unfortunately this is not so. Does anyone perhaps have an idea how to improve C#'s performance in using XslTransform commands on large batches of .XML files?
Any help will be greatly appreciated.