Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Wojciech Tengler 96 posts 199 karma points
    Sep 15, 2010 @ 12:03
    Wojciech Tengler
    0

    XSLT Extensions vs. performance of XSLT Transformation

    I think something over: If it is possible to increase the prefromance of XSLT Transformation by removing unnecesery XSLT extenssion?

    How you know when we create XSLT file each default XSLT extensions are included automatically but most of them are often unneccesery.

    What do tou think about it?

  • Wojciech Tengler 96 posts 199 karma points
    Sep 15, 2010 @ 12:12
  • Chriztian Steinmeier 2800 posts 8790 karma points MVP 8x admin c-trib
    Sep 15, 2010 @ 12:20
    Chriztian Steinmeier
    0

    There should be no overhead whatsoever in just including the namespace declarations for the various extensions (other than the actual bytes the characters use).

    It's only when your stylesheet actually use an extension that the compiler will have to jump the necessary hoops for passing data to and from the extension(s).

    /Chriztian  

  • Wojciech Tengler 96 posts 199 karma points
    Sep 15, 2010 @ 12:23
    Wojciech Tengler
    0

    >>It's only when your stylesheet actually use an extension that the compiler will have to jump the necessary hoops for passing data to and from the extension(s).

    I hope it works like this :)

  • Chriztian Steinmeier 2800 posts 8790 karma points MVP 8x admin c-trib
    Sep 15, 2010 @ 12:50
    Chriztian Steinmeier
    0

    That said, I probably should mention that I usually only include the ones I'm using, because I like things nice and clean :-)

    I also like to shorten the prefixes, e.g., I use umb:NiceUrl() instead of umbraco.library:NiceUrl() etc.

    /Chriztian 

Please Sign in or register to post replies

Write your reply to:

Draft