xml in personal sites
xml in personal sites
Out of context: Reply #8
- Started
- Last post
- 10 Responses
- neeko0
I use XML for the blogger/journal on my personal site. The entries are actually stored in an Acess database. then, a really simple CFML page generates an XML page which I parse with actionscript.
I started out editting the XML file manually, while being tutored in the ways of CFML... works fine too.
Good learning experience.