XML

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

User avatar
Jenk
DevNet Master
Posts: 3587
Joined: Mon Sep 19, 2005 6:24 am
Location: London

Post by Jenk »

XML, in the simplest terms possible, is just a format for data, just like CSV, INI files, 'Properties' files etc.

There just happens to be a few extra features in XML that make XML slightly more rewarding to use (as a developer) than a CSV/INI/Property file.
Post Reply