2
Reply

Does .NET Framework support SAX?

Mahesh Chand

Mahesh Chand

Jul 15, 2006
7.1k
0

    No ,instead,a new XmlReader/XmlWriter API is offered.like sax it is stream-based but it uses a 'pull' model rather than SAX's 'push' model.

    November 15, 2006
    0

    Yes, in addition to XDR and XSD schema validation, .NET continues to support the DTD to validate the XML documents. The System.Xml namespace contains a class named XmlValidatingReader that can be used to validate the XML documents.

    Ravi Kumar
    November 14, 2006
    0