What are the types of XML Parsers?

devquora
devquora

Posted On: Feb 22, 2018

 

The XML parsers are of two types i.e. Non-Validating and Validating. If it’s a validating parser, it will validate XML against DTD and if its non-validating, it will not validate XML against DTD.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Xml Interview Questions

    Define What is XML?

    XML (Extensible Markup Language), also known as document formatting language is used for creating web pages...

    Xml Interview Questions

    List some features of XML?

    XML or the Extensible Markup Language has some amazing features that are easy when it comes to implementation and learn..

    Xml Interview Questions

    Define the basic XML rules?

    There are certain rules that every XML developer has to follow such as: The root element is a must for XML The tags mus..