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.
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
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.
Could you paste the XSLT?
/Peter
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
Hey Josh, how did you solve this problem? I'm having the same issue.
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.