Re: [xsl] using tokenize() and referencing parent elements

Subject: Re: [xsl] using tokenize() and referencing parent elements
From: "Spencer Tickner" <spencertickner@xxxxxxxxx>
Date: Thu, 10 May 2007 10:39:11 -0700
Hi Guys,

Thanks for the help. Florent is right, this doesn't work for my case when:

<em>Municipal Act; Fish Protection Act</em>Bill 25;

as both "Municipal Act" and "Fish Protection Act" are not exactly the
same as the text() in the <em> node.. contains won't work either
because you have sequences of more than one item.



On 5/10/07, Florent Georges <darkman_spam@xxxxxxxx> wrote:
David Carlisle wrote:

> Oh, I think you just want
>       <xsl:when test=".=$me/em"

  Only if the EM elements correspond strictly to tokens.  For example
this would not work (or would, depending on the exact requirements):

... ; bla <em>bla</em> bla ; ...

It depends if the OP wants to match on "bla" or " bla bla bla ".

Regards,

--drkm






















___________________________________________________________________________ Dicouvrez une nouvelle fagon d'obtenir des riponses ` toutes vos questions
!
Profitez des connaissances, des opinions et des expiriences des internautes
sur Yahoo! Questions/Riponses
http://fr.answers.yahoo.com

Current Thread