Copied to clipboard

Flag this post as spam?

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


  • Pete 213 posts 285 karma points
    Aug 13, 2012 @ 15:35
    Pete
    0

    XLST and tabsLib errors

    Has anyone got the fixes for the XLST errors, and the tabsLib error.

    E.g

    System.OverflowException: Value was either too large or too small for an Int32

    On Error parsing XSLT file: \xslt\BlogCategories.xslt etc

    and Cannot find a script or an extension object associated with namespace 'urn:tagsLib'.

    My xlstextensions.config looks like this:

    <?xml version="1.0" encoding="utf-8" ?>
    <XsltExtensions>
    <!--
    This file is used to register 3rt party xslt extensions (methods you can execute from xslt, like umbraco.library:NiceUrl)
    <ext assembly="assemblyName" type="assemblyName.namespace.type" alias="custom">
    <ext assembly="umbraco.editorControls" type="umbraco.editorControls.tags.library" alias="tagsLib">
    <ext assembly="Umlaut.Umb.Blog" type="Umlaut.Umb.Blog.BlogLibrary" alias="BlogLibrary">
    -->
    </XsltExtensions>

    I'm using the latest version from http://blog4umbraco.codeplex.com

    Pete

  • Pete 213 posts 285 karma points
    Aug 13, 2012 @ 15:49
    Pete
    0

    Sorry I meant to paste:

    <?xml version="1.0" encoding="utf-8" ?>
    <XsltExtensions>
    <ext assembly="umbraco.editorControls" type="umbraco.editorControls.tags.library" alias="tagsLib"></ext>
      <ext assembly="Umlaut.Umb.Blog" type="Umlaut.Umb.Blog.BlogLibrary" alias="BlogLibrary"></ext>
    </XsltExtensions>

  • 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