xsl-list
[Top] [All Lists]

Re: [xsl] Check the last character (XSLT V 2.0)

2008-06-17 01:27:51

I am using a customer DTD, in which all the entity definitions are expanded
to their corresponding Unicode values as above. 

No. If it was expanded to unicode (which is the usual thing) then the
definition would be a single character, in the case of ? you could
just define it to be "?" or equivalently "?" for example. You are
defining it to be a sequence of 9 characters [#x0003F] which is
inefficient and inconvenient and just weird. As has been pointed out to
you before there are several places where you can get more normal
definitions for these entities, eg http://www.w3.org/2003/entities.

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>