Copied to clipboard

Flag this post as spam?

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


  • wolulcmit 357 posts 693 karma points
    Nov 05, 2010 @ 18:01
    wolulcmit
    0

    New Juno Blog skinning stuff

    Does anyone know the best way to diagnose the following errors:

    Error parsing XSLT file: \xslt\RunwayBlogListPosts.xslt
    and
    Error parsing XSLT file: \xslt\RunwayBlogTagcloud.xslt

    it's fine on a fresh install, but I've installed on a less than fresh install (in order to show my skins off) but I can't get my blogposts or tags to kick into action :(

    is there a way to see some debug info for the xslt's which are bust?

    - Tim

  • wolulcmit 357 posts 693 karma points
    Nov 05, 2010 @ 18:10
    wolulcmit
    0

    Answering my own question I ran the xslt's in question the the xslt visualizer and get the following error:

    System.Xml.Xsl.XslTransformException: Cannot find a script or an extension object associated with namespace 'urn:tagsLib'.
    at System.Xml.Xsl.Runtime.XmlQueryContext.InvokeXsltLateBoundFunction(String name, String namespaceUri, IList`1[] args)
    at (XmlQueryRuntime
    {urn:schemas-microsoft-com:xslt-debug}runtime, XPathNavigator
    {urn:schemas-microsoft-com:xslt-debug}current, XPathNavigator post)
    at (XmlQueryRuntime
    {urn:schemas-microsoft-com:xslt-debug}runtime)
    at Root(XmlQueryRuntime
    {urn:schemas-microsoft-com:xslt-debug}runtime)
    at Execute(XmlQueryRuntime
    {urn:schemas-microsoft-com:xslt-debug}runtime)
    at System.Xml.Xsl.XmlILCommand.Execute(Object defaultDocument,
    XmlResolver dataSources, XsltArgumentList argumentList,
    XmlSequenceWriter results)
    at System.Xml.Xsl.XmlILCommand.Execute(Object defaultDocument,
    XmlResolver dataSources, XsltArgumentList argumentList, XmlWriter
    writer)
    at System.Xml.Xsl.XslCompiledTransform.Transform(IXPathNavigable
    input, XsltArgumentList arguments, XmlWriter results, XmlResolver
    documentResolver)
    at System.Xml.Xsl.XslCompiledTransform.Transform(IXPathNavigable
    input, XsltArgumentList arguments, TextWriter results)
    at umbraco.macro.GetXsltTransformResult(XmlDocument macroXML,
    XslCompiledTransform xslt, Dictionary`2 parameters) in
    d:\TeamCity\buildAgent\work\75c63e4d2422667e\umbraco\presentation\macro.cs:line
    744
    at
    umbraco.presentation.umbraco.developer.Xslt.xsltVisualize.visualizeDo_Click(Object
    sender, EventArgs e) in
    d:\TeamCity\buildAgent\work\75c63e4d2422667e\umbraco\presentation\umbraco\developer\Xslt\xsltVisualize.aspx.cs:line
    69

    something is wrong with my tagsLib? what to do to fix it?

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Nov 05, 2010 @ 19:17
    Jan Skovgaard
    0

    What version of Umbraco is your problematic installation running?

    /Jan

  • wolulcmit 357 posts 693 karma points
    Nov 05, 2010 @ 19:19
    wolulcmit
    0

    Didn't have the following in my config/xsltextensions.config

    <XsltExtensions>
    <ext assembly="umbraco.editorControls" type="umbraco.editorControls.tags.library" alias="tagsLib">
    </ext>
    <ext assembly="Runway.Blog" type="Runway.Blog.BlogLibrary" alias="BlogLibrary">
    </ext>
    <ext assembly="Umbraco.Forms.Core" type="Umbraco.Forms.Library" alias="umbraco.contour">
    </ext>
    </XsltExtensions>

    all good now

  • 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