Copied to clipboard

Flag this post as spam?

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


  • Dan Evans 629 posts 1016 karma points
    Jul 14, 2014 @ 13:18
    Dan Evans
    0

    XSLT Extensions no longer working in 7.1.4 (was working in 7.0.3)

    My XSLT extensions were working in 7.0.3 and used the [umbraco.XsltExtension("plan9.XSLTHelpers")] attribute. Since upgrade to 7.1.4 this error message is appearing:

    System.Xml.Xsl.XslTransformException: Cannot find a script or an extension object associated with namespace 'urn:plan9.XSLTHelpers'.

     

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Jul 14, 2014 @ 13:39
    Jan Skovgaard
    0

    Hi Dan

    Are you referencing / registering them in the xsltExtension.config file? If so that has changed so all you need to do is add them extension as an attribute in your code somewhere.

    There is some more information about it in this post http://our.umbraco.org/forum/developers/xslt/46533-no-more-xsltExtensionsconfig-in-Umb-7?p=0

    A couple of months ago I had to use an XSLT extension but was not sure about how to add the attribute so I had a peak at the code Lee is using for his XSLT redux package here https://github.com/leekelleher/umbraco-7-exslt-redux

    Hope this helps.

    /Jan

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Jul 14, 2014 @ 13:40
    Jan Skovgaard
    0

    Hi Dan

    Argh, sorry - missed the "...and used the [umbraco.XsltExtension("plan9.XSLTHelpers")] attribute..." part of your initial post.

    Nevermind me.

    /Jan

  • Dan Evans 629 posts 1016 karma points
    Jul 14, 2014 @ 13:46
    Dan Evans
    0

    According to this the problem was identified and fixed but seems to have reappeared:

     

    http://issues.umbraco.org/issue/U4-3425#

Please Sign in or register to post replies

Write your reply to:

Draft