|
RSS, ATOM, and xHTML are some nice implementations of XML that may justify it's use. Additionally backend b2b communications may come through in XML.
For myself, I rarely create XML files, but I frequently read them. XML files use up, IMO, way too much space for most of the programs I write and don't justify the extra structure especially given that PHP 4 sucks at working with XML (I've developed a number of ways around it out of necessity, but it still sucks.) Instead, I store stuff in the db or in configuration files which set PHP variables. This requires no additional time parsing and the data stored is the data needed, with not very much space wasted to structure (the whole point, afaik, of XML).
__________________
Jeremy Miller
Please login or register to view this content. Registration is FREE
|