Re: [xsl] ∈ is not ∈...?

Subject: Re: [xsl] ∈ is not ∈...?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 19 Oct 2006 18:24:01 +0100
> text()[string-to-codepoints(.)[1]=8712]
> is just a long way of writing
> text()[.='&#8712;']

or more accurately I should have said

text()[starts-with(.,='&#8712;')]

David

Current Thread