This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: AW: AW: Encoded question


Julian Reschke wrote:
> > Von: owner-xsl-list@mulberrytech.com
> > [mailto:owner-xsl-list@mulberrytech.com]Im Auftrag von Josef Vosyka
> > Gesendet: Montag, 6. November 2000 20:53
> > An: xerces-j-dev@xml.apache.org; xsl-list@mulberrytech.com
> > Betreff: Re: AW: Encoded question

For some reason I didn't see the original post on xsl-list.

> > > > 1) What do I have to do to render ™ as ™ (not as "~Y")?
> > > 
> > > I don't think that these characters are allowed characters.
> > 
> > ?? Why not, it is numerical representation instead of symbolic.
> > 
> > Is there really no way how to produce ™ escape sequence 
> > trough the XSL
> > transformation (with whatever source -- ™ -- in your XML)?
> 
> So which character is this meant to be?

I'm guessing he really wants ™ (trademark symbol) with
<xsl:output method="html" encoding="windows-1252"/>

He is probably assuming &#153; is character 153 in his favorite charset,
rather than in ISO/IEC 10646-1, where it is a control character that is
not allowed in a decoded XML document, not even by reference.

   - Mike
____________________________________________________________________
Mike J. Brown, software engineer at         My XML/XSL resources:
webb.net in Denver, Colorado, USA           http://www.skew.org/xml/


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]