Re: Replace databases by xml
Posted: Tue Dec 26, 2023 9:03 am
Hi,
I would use XML to encode mostly the structure of documents, I would not use the XML format to store large lists of records and then query them using XSLT or XQuery. Or I may se XML as an export format from a database table or SQL query if I want to apply a stylesheet over it and obtain the content in some other structural form.
Regards,
Radu
I would use XML to encode mostly the structure of documents, I would not use the XML format to store large lists of records and then query them using XSLT or XQuery. Or I may se XML as an export format from a database table or SQL query if I want to apply a stylesheet over it and obtain the content in some other structural form.
Regards,
Radu