XPATH get the HREFS

Hi,
I want tu use @Tofusa solution in the JKISeason3-9.
I have of course change the website.
JKISeason3-9_tofusa WEB S.knwf (114.8 KB)

The problem comes probably from Wpath.
Does someone know how to deal with that .
Thanks
Br

You can get all hrefs from an arbitrary site that comes from get request / Content Retriever using this Xpath Query:

//a/@href

I opened the WF you attached and it appears that maybe in the example the yahoo website has changed as there are no a tags part of the XML anymore after the headers are extracted.

If you set up this URL in the workflow:
https://www.google.de/search?q=knime

Then connect it to an Xpath Node and set up the above query then you get this:

3 Likes

Not the way i wanted to folow but it s perfect
Many Thanks

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.