Copied to clipboard

Flag this post as spam?

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


  • bigboy 16 posts 36 karma points
    Dec 23, 2011 @ 20:30
    bigboy
    0

    solution to those who gets error using umbBlogTagcloud.xslt

    For umbraco Version 4.7.1 starter kit blog tag cloud implementation.

    If you get "Error parsing XSLT file: \xslt\umbBlogTagcloud.xslt. " while implementing Tag Cloud using BlogTagcloud marco. Please consider the following solution:

    Go to developer -> xslt and open umbBlogTagcloud.xslt. Try to save it, if you have this errorSystem.OverflowException: Value was either too large or too small for an Int32. 

     

    Change
    <a href="{umbraco.library:NiceUrl($currentPage/ancestor-or-self::umbBlog/@id)}?filterby={.}">

    To
    <href="{umbraco.library:NiceUrl($currentPage/ancestor-or-self::*[@level=1]/umbBlog/@id)}?filterby={.}">

     

    You should be able to successfully save the xslt this time.

     

    Cheers,

Please Sign in or register to post replies

Write your reply to:

Draft