Can we able to parse single node(having only one tag) xml file using Java
Example:
<Node
    e1 =" 1  "
    e2 = "asd " 
 /> 
<Node2
     e1= "2"
     e2 = " asdf"
 />
by using schema file or without using ? I am able to parse if it contains root tag Any help would be appreciated