[REBOL] data storage: object! vs. XML
From: norsepower::uswest::net at: 23-Oct-2000 0:13
I'm working on a news site management system and I can either save the data in text files as object! expressions or as XML. Which would be the better choice? I'm pretty new to this and I'm not quite sure what advantages I gain by saving the data as XML (esp. RSS grammar) since the XML must be parsed into objects anyway. Thanks. -Ryan