Closed raabf closed 6 years ago
The FMI has added a new strong tag to the text of the a tag:
strong
a
<a href="https://www.wilhelm-gastronomie.de/wpcontent/uploads/2018/04/Garching_Speiseplan_KW_19_2018.pdf"> <strong>Garching_Speiseplan_KW_19_2018</strong> </a>
As a result the xpath do not find the link any more. Well we could implement the new strong node, but it migtht will be removed again. So, instead i seach for Speiseplan in the href instead of the text, which works quite well.
Speiseplan
good idea!
The FMI has added a new
strong
tag to the text of thea
tag:As a result the xpath do not find the link any more. Well we could implement the new
strong
node, but it migtht will be removed again. So, instead i seach forSpeiseplan
in the href instead of the text, which works quite well.