Successfully added
Software Development
by Rory
XPath Expression
The XPath expression selects nodes or a list of nodes based on attributes like ID, Name, Classname, etc., from an XML document.
//input[@name = 'value']
input= tag namename= attributevalue= value of attribute
Referenced in:
Comments