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

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -