I've been perusing some articles here, and have played with XML only briefly, so I have a few questions.
1.) What's the MAIN purpose of XML? To me, it seems like a heterogenous data store to be parsed by XSL depending on individual needs and wants. The only problem with it being a data store, the parsers are quite slow compared to databases, and even so compared to a text file <albeit not as structured>
I've got some data that needs to be shared between Linux and Windows, so I'm naturally thinking of XML to accomplish this. What I'm confused about is the purpose. I can easily make a db connection and yank appropriate data off the database and format the data at will. I am concerned with speed here.
I've played around at XML 101, and have the Wrox Beginning XML, but I still haven't found a use for a real world, heavy traffic situation. The examples I've seen are really just for data sharing through the Internet. It HAS to be something more than just that.
Oh, BTW, Robbe -- I started looking through the articles for XML here, but you don't place them in categories? I would find it easier to go to XML Articles, Database Articles, .NET articles, etc, than having them listed all out -- and as usual, that's just my opinion, I could be wrong :)