Copied to clipboard

Flag this post as spam?

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


  • wtct 87 posts 130 karma points
    Sep 15, 2010 @ 12:03
    wtct
    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?

  • wtct 87 posts 130 karma points
    Sep 15, 2010 @ 12:12
  • Chriztian Steinmeier 2726 posts 8320 karma points MVP 4x 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  

  • wtct 87 posts 130 karma points
    Sep 15, 2010 @ 12:23
    wtct
    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 2726 posts 8320 karma points MVP 4x 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 

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies