For question 1 and 2 you are given the XML file assignment6.xml in the attachment
Question 1-(6 points) You are asked to create a program that uses LINQ to XML to display the contents of the above XML document. You may use the Elements methods, and other common traversal methods.
You are not required to write a working LINQ and/or C#, VB program. If you are not familiar with them, you can write an essay to explain how it works instead.
Question 2-(6 points) Now write a java program that uses SAX parser to print the contents of the above XML document. The java program you write should use the SAX event handling functions.
You are not required to write a working java program. If you are not familiar with Java, you can write an essay to explain how it works instead.