Copied to clipboard

Flag this post as spam?

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


  • Ferdy Hoefakker 214 posts 248 karma points
    Oct 07, 2010 @ 12:00
    Ferdy Hoefakker
    0

    XSLT parsing error

    I am getting a strange error when using an XSLT I have used before.

    "System.Xml.Xsl.XslTransformException: Cannot find the script or external object that implements prefix 'urn:bmExt'"

    I have included the extension, and I doublechecked to see if the dll is in the bin and it is. I also checked if the permissions were set correctly.

    The Umbraco version we are using is 4.0.3

    Kind regards,

    -Ferdy

  • Magnus Eriksson 122 posts 362 karma points
    Oct 07, 2010 @ 12:28
    Magnus Eriksson
    0

    You've made your own Xslt extension? If so, you need to register it in the config\xsltExtensions.config

    <ext assembly="/bin/name-of-dll-without-dll-extension" type="Fully.Qualified.Name.Of.Type.Including.Namespace" alias="Prefix-to-use-in-xslt" />

    Regards,
    Magnus

  • Ferdy Hoefakker 214 posts 248 karma points
    Oct 07, 2010 @ 13:53
    Ferdy Hoefakker
    0

    Please kill me for my stupidity. How could I forget about that? ARGH!

    Thanks Magnus!

    -Ferdy

Please Sign in or register to post replies

Write your reply to:

Draft