all groups > c# > november 2007 >
You're in the

c#

group:

XSL Question


Re: XSL Question Marc Gravell
11/16/2007 2:00:59 PM
c#:
Not if you use XslCompiledTransform and keep hold of the instance

Re: XSL Question Marc Gravell
11/16/2007 4:36:09 PM
Have you looked at msdn? XslCompiledTransform is thread-safe re-
usable. If you want to re-use it, simply call Transform (or whatever)
at a later time.

XSL Question Analizer1
11/16/2007 8:12:18 PM
When the XSL is loaded and run
Is it compiled and ran each time

tks




Re: XSL Question Analizer1
11/16/2007 11:20:32 PM
If i Keep the instance of the XslCompiledTransform
where can I find a Example of Reuse of the Compiled
XslcompiledTransform

tks

[quoted text, click to view]

Re: XSL Question Analizer1
11/17/2007 1:51:24 AM
I will read more about it...
thank you very much


[quoted text, click to view]

AddThis Social Bookmark Button