XPath Abbreviated Syntax Examples
student
*
text()
@id
student[2]
*/student
/course/student[2]/name
//student
../@id
student[name]
student[name="John Punin"]
student[id="js"]
student[hw1 or hw2]
John Punin
33 of 41