Anybody know anything about querying XML?
-
We're using a series of tables in Sequel Server. These tables are all translated into XML for use in our application (Internet Explorer based). Our application uses these XML documents as data islands and uses the Microsoft Parser to rerieve whatever data is needed. However, in a lot of cases, I essentially need to query these XML documents in the same way I would query a regular database. Anyone know anything about this?
-
We're using a series of tables in Sequel Server. These tables are all translated into XML for use in our application (Internet Explorer based). Our application uses these XML documents as data islands and uses the Microsoft Parser to rerieve whatever data is needed. However, in a lot of cases, I essentially need to query these XML documents in the same way I would query a regular database. Anyone know anything about this?
-
We're using a series of tables in Sequel Server. These tables are all translated into XML for use in our application (Internet Explorer based). Our application uses these XML documents as data islands and uses the Microsoft Parser to rerieve whatever data is needed. However, in a lot of cases, I essentially need to query these XML documents in the same way I would query a regular database. Anyone know anything about this?
Use XSL: http://msdn.microsoft.com/library/psdk/xmlsdk/xslp8tlx.htm Tomasz Sowinski -- http://www.shooltz.com.pl
-
Use XSL: http://msdn.microsoft.com/library/psdk/xmlsdk/xslp8tlx.htm Tomasz Sowinski -- http://www.shooltz.com.pl
look at XPath specifically