|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Performance of System.Xml.Xsl.XslTransformHi 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> |
|||||||||||||||||||||||