Identify the syntax errors in the XML specification shown below (i.e, the errors that keep the specification from being well-formed): <?xml version="1.0"?> <student> <name> <fname>Joe</fname> <lname>Camel </name> <grade>A</grade> </student> <student category=staff> <name>Jim Xavier <grade>B</GRADE> </name> </student> solutions