0

I'm about to write custom rules for my Java EE codebase, Can anyone help where to begin for writing xpath rules? Is there any complete tutorial available for this?

Arjan Tijms
  • 37,782
  • 12
  • 108
  • 140
Anandhakrishnan
  • 548
  • 2
  • 7
  • 21
  • If you need help with `XPATH` itself, I've found looking at the [tag:xpath] questions and answers here on SO to be very educational. – MattH Apr 20 '12 at 09:57

1 Answers1

1

w3schools has a pretty good tutorials/examples.

Developer
  • 231
  • 4
  • 19
JWiley
  • 3,129
  • 8
  • 41
  • 66
  • 1
    w3schools just terrible. it became better over the last 1 or 2 years, but is still full of wrong and outdated information. please don't recommend such a bad site. for more information, please take a look at http://www.w3fools.com/ – oezi Jul 10 '13 at 07:59
  • @oezi Thanks, I wasn't aware of that. Even so, the XPath examples there are still helpful and accurate, and where I learned several ways of performing the searches. – JWiley Jul 15 '13 at 14:00