Mahesh Chand
Does .NET Framework support SAX?
By Mahesh Chand in Web Development on Jul 15 2006
  • Nov, 2006 15

    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.

    • 0
  • Ravi Kumar
    Nov, 2006 14

    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.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS