Home All Groups Group Topic Archive Search About

Performance of System.Xml.Xsl.XslTransform

Author
17 Nov 2004 9:11 AM
Paja via .NET 247
Hi all,
I have problem with the %subj%. I need to convert XML to HTML using XSL transformation.
Current vbcode

Dim xslTransformer As Xml.Xsl.XslTransform = New Xml.Xsl.XslTransform
xslTransformer.Load(stylePath)
xslTransformer.Transform(sourceFile, outFile)

When processing a bigger file (15 megs), it's unbelievable slow. I read some topics that I should use MSXML2 instead of System.Xml, but I wasn't able to find any example of usage. Can you help?

Thanks

Paja

-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)

<Id>JxcJk0dkKk+x7zsfIolomw==</Id>

Author
17 Nov 2004 11:01 AM
Oleg Tkachenko [MVP]
Paja via .NET 247 wrote:

> I have problem with the %subj%. I need to convert XML to HTML using XSL transformation.

You have posted that question in October already and got some answers,
why do you post it again?

--
Oleg Tkachenko [XML MVP]
http://blog.tkachenko.com

AddThis Social Bookmark Button