Question
Question Four Provide an xml file that references the following Document Type Definition: (*You may use your own data). <?xml version="1.0"?> <!DOCTYPE student [ <IELEMENT student (name, ID, branch)> <!ELEMENT name (#PCDATA)> <IELEMENT ID (#PCDATA)> <!ELEMENT branch (#PCDATA)> ]