xsl-list
[Top] [All Lists]

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

2007-05-10 10:39:48
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(_at_)yahoo(_dot_)fr> 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






















___________________________________________________________________________
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions !
Profitez des connaissances, des opinions et des expériences des internautes sur 
Yahoo! Questions/Réponses
http://fr.answers.yahoo.com

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--