Re: [xsl] Unicode and child element

Subject: Re: [xsl] Unicode and child element
From: Tony Graham <Tony.Graham@xxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 29 Aug 2008 12:49:07 +0100
On Fri, Aug 29 2008 11:36:52 +0100, davidc@xxxxxxxxx wrote:
>> Please notice: [#x002d] and I want it to be &#x002d; (I understand that it
>> is one a same thing 
>
...
> See replies going back to at least
> May of this year.

This answer you were given in April [1]:

<!ENTITY hyphen "&#x002D;">

is only a small step from what you said you did in April [2]:

<!ENTITY hyphen "[#x002d]" ><!--=hyphen -->

yet it would make the current replacements unnecessary.

Regards,


Tony Graham                         Tony.Graham@xxxxxxxxxxxxxxxxxxxxxx
Director                                  W3C XSL FO SG Invited Expert
Menteith Consulting Ltd
XML, XSL and XSLT consulting, programming and training
Registered Office: 13 Kelly's Bay Beach, Skerries, Co. Dublin, Ireland
Registered in Ireland - No. 428599   http://www.menteithconsulting.com
  --  --  --  --  --  --  --  --  --  --  --  --  --  --  --  --  --
xmlroff XSL Formatter                               http://xmlroff.org
xslide Emacs mode                  http://www.menteith.com/wiki/xslide
Unicode: A Primer                               urn:isbn:0-7645-4625-2


[1] http://www.biglist.com/lists/lists.mulberrytech.com/xsl-list/archives/200804/msg00438.html
[2] http://www.biglist.com/lists/lists.mulberrytech.com/xsl-list/archives/200804/msg00442.html

Current Thread