A parser accepts well-formed XML before any schema check. Common errors: unclosed tags, duplicate attributes, invalid characters, or multiple roots.
Use the playground validator — red messages point to parser errors.
Challenge
Fix the broken tag
- Start from a document with a mismatched closing tag.
- Correct it until validation passes.
Done when: Validation panel shows green well-formed message.