Next in thread → Next in month →

AW: [xml-dev] suppression of the transformation of character entities in XSLT?

From
Sascha Pogacar (XPECT MEDIA) <>
To
xml-dev <>
Date
2003-05-23T17:41:36Z
ID
<>
Thread
AW: [xml-dev] suppression of the transformation of character entities in XSLT?
Thanks everybody!

Due to your fast and competent help I foud a fast solution for my
problem.

To keep it fast i let the xslt do its job and replaced the Characters ba
a regular expression in the client, so they are usable again within a
browser.
Not perfectly elegant, but works fast and stable.

best

Sascha Pogacar

XPECT MEDIA Communication GmbH
Kölnische Strasse 4
D-34117 Kassel

eMail mailto:
web http://www.xpect-media.de

phone...office. +49 (0)561 70 16 44 -0
phone...direct. +49 (0)561 70 16 44 -2
fax............ +49 (0)561 70 16 44 -9



> -----Ursprüngliche Nachricht-----
> Von: Michael Kay [mailto:] 
> Gesendet: Freitag, 23. Mai 2003 12:03
> An: Sascha Pogacar (XPECT MEDIA); 'xml-dev'
> Betreff: RE: [xml-dev] suppression of the transformation of 
> character entities in XSLT?
> 
> 
> > &#146; decimal supposes to be the right single quotation
> > mark, which comes up nicely, when you put it directly into an 
> > html <div>.
> 
> As I think Rick Jelliffe has explained, it might work in 
> HTML, but in XML, &#148; does not represent a right single 
> quotation mark, in fact it does not represent a displayable 
> character at all. In XML, numeric character references must 
> be Unicode code points.
> 
> Michael Kay
>
Next in thread → Next in month →