plang:xpath

This is an old revision of the document!


XPath Notes and Tips and Tricks

  • Syntax
//nodeset definition/[ not(@attribute_name <logical check>)]
  • Examples

//accesspoint//*[ not(@class)] would be all points under the Accesspoint node and all elements that didn't have an attribute called class

//accesspoint//*[not(@class='hidden']) would be all points under the Accesspoint node and all elements that didn't have an attribute called class with a value of hidden

  • plang/xpath.1194866811.txt.gz
  • Last modified: 01/06/13 @ 20:54:34
  • (external edit)