XPath Examples
child::student
attribute::id
descendant::name
ancestor::hw1
self::teacher
/descendant::student/child::name
child::student[attribute::id="js"]
child::student[child::name]
John Punin
31 of 41