New VaeML Tag: <v:rss> - May 20, 2009

We are proud to announce the immediate availability of a new VaeML tag: <v:rss>.  Previously, customers looking to build RSS feeds of their site's content have had to roll their own.  Of course, this was made quite easy by Vae's fantastic XML integration, but we knew we could do better.  So we did.

Now, all that's required to create an RSS feed of any of your data is to create a file called rss.xml and put this tag in it:

<v:rss title="My Site" description="My blog feed." path="posts" title_field="title" description_field="content" />

You may specify an additional parameter to order the entries in your feed, and you may include multiple collections within the path.

We are using the <v:rss> tag to power this very blog, and it has already been rolled out on other sites as well. For more information, please see the documentation page at http://docs.vaeplatform.com/v_rss.