RSS Options
UmbracNoob
Posted: Wednesday, August 13, 2008 2:32:38 AM
Rank: Newbie

Joined: 7/29/2008
Posts: 10
Location: USA
Hi guys.

I have a parent page and I have used the umbraco RSS package to show the child nodes of the parnet node in a rss feeed. Whenever I add a new child node, the rss feed gets all of the children out of order. How can I make sure that the outputted RSS is in the same order as the child nodes are in the umbraco admin cp?
bootnumlock
Posted: Wednesday, August 13, 2008 6:20:05 AM

Rank: Fanatic

Joined: 10/9/2006
Posts: 418
if the rss uses xslt to render... i don't know if it is an xslt macro or not...
you can use this simple line right after the for-each statement...

<xsl:sort select="@sortOrder" data-type="number"/>

bootnumlock - aka bob baty-barr [http://www.baty-barr.com]
Level 1 Certified!
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.