XML : eXtensible Markup Language :: Introduction to XML Parser
| What is Parser? |
An XML document is considered as well formed:
- If a minimum set of requirements are satisfied by the document
- A fatal error occurs if any of the requirements for well-formed-ness is not met by the document.
- A valid XML document is a well-formed XML document conforming to the rules of a Document Type Definition (DTD).

| Types of Parser |

| Handling Error if not Parsed |

Recent Comments