xsl-list
[Top] [All Lists]

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

2006-10-19 10:24:19

text()[string-to-codepoints(.)[1]=8712]
is just a long way of writing
text()[.='∈']

or more accurately I should have said

text()[starts-with(.,='∈')]

David

--~------------------------------------------------------------------
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>
--~--