Effective Xml Part 3: Didnt you say XslCompiledTransform was fast?
Posted by: XmlTeams WebLog,
on 27 Sep 2011 |
View original | Bookmarked: 0 time(s)
XslCompiledTransform is fast. Really? Yeah, XslCompiledTransform is fast if used correctly. Indeed, depending on how you use XslCompiledTransform API your transformations can be really fast or not-that-fast (to say the least). The key to understanding where this difference comes from is to understan what XslCompiledTransform.Load() method actually does. The name of the method indicates that it is just used to load Xslt stylesheets. In reality the method does much more than this. It not only...