Related resources for XmlTextReader
  • Easily Find Tags and Values in a Large Xml Document Using XmlTextReader in C#9/1/2023 4:09:34 AM. Parsing large XML documents efficiently can be a challenge due to memory constraints. This approach utilizes the XmlTextReader class in C# to extract specific tags and their corresponding values from
  • Reading XML Files12/19/2013 3:08:27 PM. In this article, I will show you how to use the XmlTextReader class to read an XML document and write data to the console.
  • XML Schema Validator in VB.NET11/10/2012 1:31:57 AM. The XML Schema Validator checks if a given XML document is well formed and has a valid schema model. If it finds the document is not a valid XML schema, it generates the error telling the problem in the schema.
  • Viewing and Writing XML Data using ADO.NET DataSets9/29/2012 6:41:52 AM. Based on a real world project this article shows how to handle XML data in .NET using C# DataSets and DataViews.
  • XML Parser in C#9/29/2012 6:32:02 AM. This project gives you a head start to write XML parser in C#.
  • Using Map in a Pocket PC Application1/31/2006 12:01:28 AM. GPS enabled applications are a good example of using a Pocket PC to locate a Pocket PC user. This attached application is a location based Pocket PC application developed using .NET compact framework.
  • Format DateTime Values in XML Extracted From DataSet 1/4/2006 7:18:51 AM. In this article we'll see how to specify the format of DateTime values extracted from the ADO.NET DataSet and to verify we will write formatted contents in xml file.