[
Lists Home |
Date Index |
Thread Index
]
- To: xml-dev@lists.xml.org
- Subject: RE: [xml-dev] How to deal with xpath's Comparison expression ?
- From: Florent Georges <darkman_spam@yahoo.fr>
- Date: Sat, 14 Jan 2006 13:37:20 +0100 (CET)
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.fr; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=UmymiM5wWugIqmob/dsoMu08az675SXJNgihUgVlFeZ0rYLvxeiUxnQjNcZPHRFA8wbb4HmerqXDi73M6GiDEph0p0Vo09i22GiLdSesHF/TqduzHN6OEldWKCh3UeImfKovRxcwMFDnK/FA+DvydMs4XurH8QWhrh6eqFUiEM4= ;
Michael Kay wrote:
> book[text()[normalize-space()='aaabbb']]
> book[text()[contains(.,'aaabbb')]]
> book[contains(.,'aaabbb')]
From the original problem description ("How can I find out the node
which contains the 'aaabbb' text"), I'd even say:
book/text()[contains(., 'aaabbb')]
This is *the* node that *contains* 'aaabbb'. But you're right, the
OP is more likely to need one of yours.
PS to the OP: XSL List, at mulberrytech.com, is a better place to
discuss about XPath.
--drkm
___________________________________________________________________________
Nouveau : téléphonez moins cher avec Yahoo! Messenger ! Découvez les tarifs exceptionnels pour appeler la France et l'international.
Téléchargez sur http://fr.messenger.yahoo.com
|