Related resources for MSXML parser
  • Bulk Data Transactions using OpenXML9/29/2012 7:24:30 AM. OPENXML is a new function added to SQL Server 2000 that provides a rowset view over an XML document. Since a rowset is simply a set of rows that contain columns of data, OPENXML is the function that allows an XML document to be treated in the familiar relational database format. It allows for the passing of an XML document to a T-SQL stored procedure for updating the data.
  • XML Strengths and Weaknesses with DOM, ASP, and XSL9/29/2012 6:17:46 AM. In this article we're going to take a look at some of the terminology that comes with using XML and its related technologies, as well as how to create and transform XML documents with XSL using Microsoft's MSXML parser. To test the code samples shown in this article you should be running Windows NT/2000/XP with IIS installed. You should also have SQL server 2000 installed on the same machine.
  • XML Overview5/20/2012 6:41:52 AM. In this article I will explain XML and how to write an XML code.