xsl-list
[Top] [All Lists]

Re: [xsl] Decimal and Hexa Decimal Entity Mapping

2010-03-19 04:41:08
On 19/03/2010 05:10, Ramkumar wrote:
Hi, List

I need complete list of decimal and hexadecimal entities for xslt character
mapping. Where I can get complete list? Please suggest?

I got decimal to character entity mapping list from
"http://www.w3.org/2003/entities/2007/entitynamesmap.xsl";.

Regards,
Ramkumar,




The decimal and hex character references are not entity references at all, so the question is mis-phrased. (Almost) all characters between hex 1 and hex 10FFF may be used in XML (especially xml 1.1) so the list is just a list of integers between 1 and 1114111 For the exact lists 9omitting the control codes and surrogate pair codes that are not allowed in XML) see the char productions in the XML spec.

David

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. ________________________________________________________________________

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

<Prev in Thread] Current Thread [Next in Thread>