Copied to clipboard

Flag this post as spam?

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


  • Janusz Stabik 15 posts 35 karma points
    Aug 03, 2010 @ 11:17
    Janusz Stabik
    0

    Action handler for XSLT transform

    Is it possible to create an action handler that is triggered when an XSLT transform is performed?  If so, how should this be done or is this a matter of modifying the source to tie in with the actual transformation process?

  • Matt Brailsford 4125 posts 22224 karma points MVP 9x c-trib
    Aug 03, 2010 @ 11:30
    Matt Brailsford
    0

    Hi Janusz,

    I'm don't think one exists (unless there is an undocumented event I'm not aware of).

    You can find a list of all events here:

    http://our.umbraco.org/wiki/reference/api-cheatsheet/using-applicationbase-to-register-events/overview-of-all-events

    Best I could suggest, if you are wanting to run some .NET code from XSLT is to create an XSLT Extension and register it in xsltExtensions.config. Then you can just call it from within your XSLT.

    Matt

  • 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