XPATH - Ignore 1 page element, grab the rest -


I do not understand this due to the square bracket problem. I have an HTML page that is full of the H3 tag with hrefs that I have to catch, but there is a class on it that I do not want. Example:

I want all H3 s hrefs but this does not:

  & lt; H3 class = "Leave_this" & gt; & Lt; A href = "test" & gt; Leave me alone! & Lt; / A & gt;  

I'm using this to catch all hrefs :

  // h3 / a / @ href < / Code> 

Tried some differences but no luck.

Deleted Confusing Examples, Apology


Comments

Popular posts from this blog

c++ - Cmake produces file extensions in static library archives -

c# - Roxy file manager in MVC doesn't accept session path -

c# - Check if a NumericUpDown has no value -