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

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -