Problem
Write an XML file student having the information about Student's id, name, std, gender,marks and address. Use the xml file created by you in the previous assignment using DOM and parse it using SAX and DOM parsers and display the content of the XML.
Provide the solution for the above given question step-by-step including how to create a xml file in eclipse.