1 | XML Documents can be created by two ways |
2 | An external file, namely a DTD (Document Type Definition) is created for initializing the tags to be used inside the XML Document. |
3 | The tags to be used in the XML file can be declared inside the XML Document itself at the beginning by use of a <s:/schema> tag. |