Im a newbie in XML and i have some questions
- Can XML be used in stead of normal database (store data in a tuple and column) in website?
- XML is built to share information easier (from my understanding) such as can share cross platform and in different language used so Is it secure to store secure data in XML?
thank you so much
If you are using .NET, System.Data.Dataset has good importing and exporting from xml. And then there’s linq to xml which is just great 🙂