Forum Moderators: open
The database file looks similar to this...
date¦:¦author¦:¦email¦:¦time¦:¦title¦:¦content
I'm thinking the time and date could be combined to create <pubDate>
title would become <title>
content would become <description>
and title with hyphens and .html would become <link>
I have no idea as of yet how to go about doing this, don't even know if it's possible. My thought is I could have a Cron job checking the flat file database regularly and updating information to a writable .XML file
Any scripts out there capable of doing this? If not, any suggestions on what steps to take to make this happen?