un probleme avec une requête Xpath
Bonjour
voici le noeud qui pose problème dans mon fichier
Code:
1 2 3 4 5 6 7 8 9 10
| <rss>
<channel>
<item>
<title>ESPAGNE : Standard & Poor's confirme la note "AA-" de Madrid</title>
<link></link>
<description>
</description>
</item>
</channel>
</rss> |
voici la requête qui ne passe pas et je ne comprend pas trop pourquoi?
Code:
rss/channel/item/title[contains(text(),'ESPAGNE') and contains(text(),':') and contains(text(),'Standard') and contains(text(),'confirme') and contains(text(),'la') and contains(text(),'note') and contains(text(),'de') and contains(text(),'Madrid')]\ancestor::item
Merci