Valid XML
To create a valid XML, first create a well formed XML data
- Include the DOCTYPE definition
<!DOCTYPE Sports SYSTEM "sports.dtd">
Sports - Name of the document
sports.dtd - DTD file (It can either refer to URI or defined within the file itself)
SYSTEM - DTD residing on local system (use PUBLIC while referring to public DTD)