I document chnages to my website in news.xml with the following format:
if need I can retrofit it with an link element (i current generate a link field via PHP form the existing data)Code:<!DOCTYPE news [ <!ELEMENT news (item*)> <!ELEMENT item (title,date,detail)> <!ELEMENT title (#PCDATA)> <!ELEMENT date (dow,year,month,day)> <!ELEMENT dow (#PCDATA)> <!ELEMENT year (#PCDATA)> <!ELEMENT month (#PCDATA)> <!ELEMENT day (#PCDATA)> <!ELEMENT detail (#PCDATA)> ]>
I would like to Add a RSS feed to the site But I don't want to have to update a second file ever time I make a site update
Is it possible to make a valid RSS feed the uses say xsl transform of the first 10 entries in news.xml?




Reply With Quote
