What would it take to get a full RSS feed for blog 4 umbraco? Looking at the xslt that generates the feed change the description to something. Just not sure what yet, I'm not sure of the syntax.
Also how does RSS work? I see in the xslt it will only return the last 10 posts, can you do all posts? Will readers keep track of what you read already?
Generally, you don't want to offer ALL of your items as over time and with many subscribers, that can generate much traffic. But if you really want to you can just remove the limitation of the 10 items of course.
The description looks to be the full description enclosed in a cdata tag, so you should get full posts..
Full Rss Feed?
What would it take to get a full RSS feed for blog 4 umbraco? Looking at the xslt that generates the feed change the description to something. Just not sure what yet, I'm not sure of the syntax.
Also how does RSS work? I see in the xslt it will only return the last 10 posts, can you do all posts? Will readers keep track of what you read already?
Thanks
Generally, you don't want to offer ALL of your items as over time and with many subscribers, that can generate much traffic. But if you really want to you can just remove the limitation of the 10 items of course.
The description looks to be the full description enclosed in a cdata tag, so you should get full posts..
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.