xsl-list
[Top] [All Lists]

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

2006-10-19 22:34:43
hi michael, david

What does

<xsl:value-of select="string-to-codepoints(Body)"/>

give you?

it gives 8714! and not 8712 like it should be upon w3c mathml characters page. i checked our dtd and we're including isotech.ent (ISO General Technical Entities V0.3) and that is saying

  <!ENTITY isin      "&#x220A;"> <!--  -->

and this is decimal 8714 (hex 220A) not 8712 (hex 2208) like in http://www.w3.org/TR/MathML2/bycodes.html that is saying

  U02208, ELEMENT OF, isin, isinv, Element, in

so that is a difference. we can correct that in our character map (or isotech.ent) of course but it's still a difference between oasis isotech.ent and w3c mathml characters page.

thank very much for the help
provided

frank

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