[Radiant] HTML and XML service in a same page?

Kay Joo boyever at gmail.com
Tue Mar 4 02:00:07 CST 2008


For my blog, I'd like to support HTML and XML simultaneously.

If it's possible, I wanna write Archive page like this:

  <r:if_xml>
    <xml>...........
    </xml>
  </r:if_xml>
  <r:if_html>
     <html>....
     </html>
  </r:if_xml>
  <r:if_pdf>
    ~~~~
  </r:if_pdf>

Then, I'll access the page with these addresses : http://mysite.net/articles,
http://mysite.net/articles.xml, ....

It's possible for rails applications easily. However, I don't know if it's
possible on RADIANT CMS.

How can I do that? Otherwise, Is there a plan to support that kind of radius
tag?

Thank you in advance~.


More information about the Radiant mailing list