Copied to clipboard

Flag this post as spam?

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


  • Josh 9 posts 29 karma points
    Jul 16, 2010 @ 17:14
    Josh
    0

    How to use the macros - Parent Level??

    Hey Everyone,

    I am having trouble using the blog macros at a parent level. Below, I have a home page with a child blog.

    HOME
    > BLOG

    On the homepage, I want to have a tagcloud. When I insert the macro, and try to view the home page it says:

    "Error parsing XSLT file: \xslt\BlogTagcloud.xslt "

    I've looked at modifying "BlogTagcloud.xslt" any number of ways, but cannot come up with the solution. Any hints?

    -Josh

  • Sebastiaan Janssen 4899 posts 14655 karma points MVP admin hq
    Jul 17, 2010 @ 10:25
    Sebastiaan Janssen
    0

    What I usually do when first trying to debug an XSLT file is looking at the trace, add ?umbDebugShowTrace=true to the url and see what errors are in the trace. If that doesn't result in anything, you could always debug them in Visual Studio.

    Other than that, a quick way of finding out which lines in the XSLT are at fault is removing them all and adding just pieces. Once you find the problematic line(s), you might be able to figure out what's going on. If not, post them and we can have a look.

  • Peter Holmsgaard 69 posts 106 karma points
    Jul 17, 2010 @ 12:03
    Peter Holmsgaard
    0

    Could you paste the XSLT?

    /Peter

  • Josh 9 posts 29 karma points
    Jul 17, 2010 @ 16:12
    Josh
    0

    I got it.

    Just new to debugging XSLT that's all.

    Had to brush up on my XPath Axes

    http://www.w3schools.com/xpath/xpath_axes.asp

  • Javier Barrera 34 posts 85 karma points
    Sep 13, 2010 @ 23:44
    Javier Barrera
    0

    Hey Josh, how did you solve this problem? I'm having the same issue.

  • 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