Y
yawnmoth
If I wanted to select all 'form' tags with an attribute of 'name'
being set to a specific value, I'd do this:
//form[@name=whatever]
What if, however, I wanted to select all 'form' tags with either an
attribute of 'name' or an attribute of 'id' being set to a specific
value?
being set to a specific value, I'd do this:
//form[@name=whatever]
What if, however, I wanted to select all 'form' tags with either an
attribute of 'name' or an attribute of 'id' being set to a specific
value?