Is there any framework for querying XML SQL Syntax, I seriously tire of iterating through node lists.
XQuery and XPath... XQuery is more what you are looking for if a SQL structure is desirable.
You could try LINQ to XML, but it's not language agnostic.
.Net Framework provides LINQ to do this or you can use the .Net System.Data namespace to load data from XML files.
You can even create queries that have joins among the tables, etc.
For example, System.Data.DataTable provides a ReadXml()
method.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With