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>
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:
I'm using the latest version from http://blog4umbraco.codeplex.com
Pete
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>
is working on a reply...
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.