Multiple choice general knowledge science & technology

Kind of Parsers are

  1. well-formed

  2. well-documented

  3. non-validating and validating

  4. none of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The claimed answer C (non-validating and validating) is correct. XML parsers are classified into two main types: non-validating parsers (check only for well-formedness) and validating parsers (check both well-formedness and adherence to a DTD or schema). Options A, B, and D are incorrect as they don't represent actual parser classifications.