What are the parsers supported in XML?

Options
- non validating and validating
- well documented
- well formed
- none of the above


CORRECT ANSWER : non validating and validating

Discussion Board
Non validating and validating parsers

A non-validating parser only checks for structure problems with the XML code. Validating XML parsers looks for validation rules which are established in a DTD or schema.

Sapna 02-20-2017 01:15 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement