- May 3, 2005
- 173
- 0
- 0
Im having a hard time wrapping my mind around XML. I understand that its a pretty universal language that can be used to sort any kind of data you can imagine. But why would I choose to use XML over something thats database driven (MySQL, PostgreSQL)?
What is the benefit to storing data in custom tags vs storing data in a database table? XML documents seem static, is that really the case or can you make content management apps that update your XML files automatically?
I started reading a few books (very basic) on XML because I wanted to learn something new, I just can't see the real benefit to using XML files over a MySQL database. Are there any experienced XML programmers that could shed some light on the full potential of XML ? Thanks.
What is the benefit to storing data in custom tags vs storing data in a database table? XML documents seem static, is that really the case or can you make content management apps that update your XML files automatically?
I started reading a few books (very basic) on XML because I wanted to learn something new, I just can't see the real benefit to using XML files over a MySQL database. Are there any experienced XML programmers that could shed some light on the full potential of XML ? Thanks.