I am using uBlogsy for my site's blog and want to be able to use the
built in RSS feed to display latest articles on the home page and
various other product pages. It's perfect for me because it allows me to
use categories, authors and tags to display related posts on the
various pages.
However when I place the FeedViewer macro on the page I get the
aforementioned parsing error. It works perfect when I use outside RSS
feeds from other sites. It also works perfectly when I pass the feed
through FeedBurner first. FeedBurner does not allow me to use the
category and tags query string though so that is not a solution.
Error parsing XSLT file: \xslt\umbfeedViewer.xslt
I am using uBlogsy for my site's blog and want to be able to use the built in RSS feed to display latest articles on the home page and various other product pages. It's perfect for me because it allows me to use categories, authors and tags to display related posts on the various pages.
However when I place the FeedViewer macro on the page I get the aforementioned parsing error. It works perfect when I use outside RSS feeds from other sites. It also works perfectly when I pass the feed through FeedBurner first. FeedBurner does not allow me to use the category and tags query string though so that is not a solution.
Any ideas would be very much appreciated.
I'm not sure about the feedviewer macro. You should try removing parts of it until it doesnt crash, then start re-adding lines.
If you absolutley need to use feedburner but it doesnt accept query strings, then you can do it with url rewriting.
you can rewrite
/posts/category/mycategory
to
/posts/?category=mycategory
is working on a reply...