生命之价
---程序员
从今天起我将陆续的贴TestKing有关70-582的一些试题,并且就自己所能来做个Demo进行学习,希望与大家一起学习!并且有好的例子可以贴出来共享!

如果有版权问题的话,请有关人士通知在下,谢谢!


Question: 1
You create a Web application to process XML documents. The Web application receives XML document files from
several sources, reads them, and stores them in a Microsoft SQL Server database. The Web application parses all
incoming data files to ensure that they conform to an XML schema. You need to find all validation errors in the XML document. What should you do?
A. Load the XML data by using an instance of the XmlDocument class and specify a location for the 
      application schema.
B. Configure the ValidationEventHandler in the XmlReaderSettings of the XmlReader object.
C. Read the XML file into a DataSet object and set the EnforceConstraints property to True.
D. Read the XML file into a DataSet object. Handle the DataSet.MergeFailed event to parse the 
      data that does not conform to the XML schema.

posted on 2007-04-06 18:22  Freeman Shen  阅读(312)  评论(0编辑  收藏  举报