Copied to clipboard

Flag this post as spam?

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


  • Amir Khan 1282 posts 2739 karma points
    Feb 16, 2012 @ 15:57
    Amir Khan
    0

    Cannot find a script or an extension object associated with namespace 'urn:cultiv.restcontour'.

    Hi, I'm getting the following error when trying to save an XSLT, I've added the appropriate lines to the restExtensions.config. Any idea what might be wrong?

    Cannot find a script or an extension object associated with namespace 'urn:cultiv.restcontour'.


    Thanks!

    Amir

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Feb 16, 2012 @ 23:47
    Jan Skovgaard
    0

    Hi Amir

    Must admit that I have not been using this package myself but I have a suspicion that you need to add the namespace in your XSLT file in the <xsl:styleseet> element, like xmlns:msxml="urn:schemas-microsoft-com:xslt" and others have been. So try doing this...

    xmlns:cultiv.restcontour="urn:cultiv.retcontour"

    remember to exclude the prefix by adding it to the exclude-result-prefixes attribute like "umbraco.library" has been.

    Also be aware that the prefix I've provided above "cultiv.restcontour" could be different. I suppose you're perhaps using a prefix to an extension in the xslt which could be starting with "Cultiv"...in that case you should probably use that as the prefix.

    Hope I'm not making an air ball with this answer :)

    /Jan

Please Sign in or register to post replies

Write your reply to:

Draft