System.Xml.XmlValidatingReader Class
Information   Base Types   Related Resources

Represents a reader that provides DTD, XML-Data Reduced (XDR) schema, and XML Schema definition language (XSD) schema validation.

  • Namespace: System.Xml
  • First seen in: .NET v1.0.3705
  • Last seen in: .NET v1.1.4322
  • Last changed in: .NET v1.1.4322
  • Assembly: System.XML.dll

  • System.Xml.XmlReader
  • View this type on MSDN
  • View this type on WinFX 247
    Articles (20)Discussions (213)MembersRotorChanges
    Articles

    Page: 1
    C#: A Message Queuing Service Application
    MSDN
    This article outlines a Windows service solution designed to process several message queues, focusing on the application of the Microsoft .NET Framework and C#.
    Common .NET Libraries for Developers
    MSDN
    Identifies and defines many of common namespaces that you will use when developing .NET applications, and provides examples of the most common classes and methods in those namespaces.
    Cool Tool for XSLT
    C#Today
    XSLT, or “Extensible Style Language: Transformations”, is a way of transforming XML files from one format to another. XSLT has been in the limelight for a while now, as it has been a popular technology for Web site builders for changing XML data into HTML. XSLT can be a little complicated to understand. In this article, Matthew Reynolds will show you how to build a tool that can help you learn about XSLT and also use XSLT in your applications. In this first part, we’ll look at how to build a simple XML editor control and use that control in our application. In the second part, we’ll look in more detail at XSLT and see a few of the basic building blocks that are helpful in day-to-day use.
    Dr. GUI.NET #7
    MSDN
    In this article Dr GUI discusses how file and console I/O is achieved in .NET. The article includes a detailed discussion on streams.
    Entities and the XmlValidatingReader
    XML for ASP.NET
    Entities are reusable pieces of information that have many similarities to "classic" ASP Include files in that they allow information to be defined in one place and then reused throughout an XML document. In this article you will see how to work with entities by using the XmlValidatingReader.
    Extreme XML: Secrets of the System.Xml.Schema Namespace
    MSDN
    Dare Obasanjo provides examples of lesser-known class functionality in System.Xml.Schema namespaces.
    FIX: Performance degradation occurs when you use multiple instances of the XmlValidatingReader class
    http://www.kbalertz.com/
    (822956) - When you create multiple instances of the XmlValidatingReader class in an application, performance degradation of the application may occur.
    HOW TO: Load and Save XML by Using DOM in .NET Framework with Visual C# .NET
    http://www.kbalertz.com/
    (317662) - Use this step-by-step guide to learn how to programmatically load and save Extensible Markup Language (XML) documents by using the System.Xml.XmlDocument class. This class is compliant with the World Wide Web Consortium Document Object Model (DOM)...
    HOW TO: Validate an XML Document by Using Multiple Schemas in Visual C# .NET
    Microsoft Support
    (318505) - This step-by-step article describes how to use the XmlValidatingReader object to validate an Extensible Markup Language (XML) file with multiple XML Schema Definition Language (XSD) schemas. The code sample uses the XmlSchemaCollection object to cache...
    HOW TO: Validate an XML Document by Using Multiple Schemas in Visual C# .NET
    http://www.kbalertz.com/
    (318505) - This step-by-step article describes how to use the XmlValidatingReader object to validate an Extensible Markup Language (XML) file with multiple XML Schema Definition Language (XSD) schemas. The code sample uses the XmlSchemaCollection object to cache...
    INFO: Roadmap for Programming XML with the Pull-Model Parser in the .NET Framework
    http://www.kbalertz.com/
    (313816) - This article provides a roadmap for programming XML with the pull-model parser of the .NET Framework. To help with learning a Microsoft product or technology, roadmap articles provide links to useful information, including online documentation,...
    Moving to .NET and Web Services
    MSDN
    As you may have guessed from looking at the top of this page, the House of COM column that appeared in the May 2001 issue was my last column on COM (I have already started the bidding war on eBay for that soon-to-be-collector's edition). Dedicated readers may have noticed that I haven't been using the column to write about COM per se for some time. Rather, for the past three years, my work has been shifting to encompass other software integration/component technologies, such as the Common Language Runtime (CLR), ISAPI, XML, SOAP, and Web Services.
    Reading and Writing XML Documents
    C# Corner
    In this article you will see how to read and write XML documents in Microsoft .NET using C# language. First I will discuss XML .NET Framework Library namespace and classes in brief. Then we will read and write XML documents. At the end of this article, I will show you how to take advantage of ADO.NET and XML .NET model to read and write XML documents from relational databases and vice versa.
    Towards a Declarative SAX Framework : Part 1 - A Simple SAX-to-C#-Mapping
    The Code Project
    This article demonstrates a simple but flexible way to read XML content without DOM
    What's New in System.Xml for Visual Studio 2005 and the .NET Framework 2.0 Release
    MSDN
    Enhance XML support in your applications with the XML APIs in System.Xml and the .NET Framework 2.0.
    Working with XML as an Object Model
    C#Today
    In this article, Salim Naim explores XML, and how we can work with it as an object model. He shows that XML is truly a core technology layer in .NET, while manipulating and working with XML documents with .NET is a natural method built into the .NET Framework, and not an after thought. He covers various techniques, including how to make use of the core functionality provided by the Base Class Libraries in the .NET Framework classes relevant to XML, and also looks at the two abstract base classed XMLReader and XMLWriter, which the XML classes are built upon.
    World Weather Update on your Mobile
    C# Corner
    In this article, I would like to discuss about “Weather Update” on your mobile phone. When we get up in the early morning , everyone curious to know about the weather . I hope that it would be very useful to everyone to make a plan for a day.
    XML Programming using VB.NET: Part 1
    C# Corner
    In this article we will explore XML classes and namespaces of .NET Framework Class Library and how to use them in VB.NET to read, write and navigate XML documents.
    XML Schema Validator
    C# Corner
    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.
    XMLHelper REDUX and IE WebBrowser Control
    Egg Head Cafe
    "Xmlhelper" basically is a class that attempts to encapsulate some of the most common methods used in working with XML and to provide an additional layer of abstraction, making these tasks easier. I downloaded XMLHelper and saw that Rob had really put quite a bit into it. However, I needed to do things like XSL transforms and Schema validation and none of that stuff was in there. Rather than roll my own, I decided it would be better to extend Rob's excellent foundation, add to it, and then make it available to others to do the same.
    Ad
    MBR BootFX
    Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
     
     Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
    Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com