View Single Post
Old Oct 7th, 2005, 9:41 PM   #7
Dameon
Troll
 
Dameon's Avatar
 
Join Date: Apr 2005
Location: Texas
Posts: 732
Rep Power: 4 Dameon is on a distinguished road
Yes, take a look at what an XSLT stylesheet can do. You can make a stylesheet to translate an RSS feed into a nicely formated HTML page. You can write a short serverside script to return database results in XML and display them accordingly. It seperates the data and presentation (Or Model and View, in the MVC concept), which often times is done with some sort of clunky template system or having the script directly return html.
__________________
MD5(sig) = bcef75433db02e9ad9bf81d6f7c5c270
Dameon is offline   Reply With Quote