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]
Other format: [Raw text]

RE: imode entity problem for pictographic entities.. very annoying


Hi

if I use  dirctly I get an unknow entity error, or it replaces
"" with "?". It supposed to be an pictographic icon of a mobile
phone.

Of course XSLT/XML recorgnises all the other 'regular' entity refs (&#120)
etc, but not these addional ones for the imode phones. Any ideas where I can
add some reference to the additional entities, or some way to let this exact
string "" to the browser itself???

Thanks

Lea

-----Original Message-----
From: Julian Reschke [mailto:julian.reschke@gmx.de]
Sent: Thursday 25 July 2002 17:31
To: xsl-list@lists.mulberrytech.com
Subject: RE: [xsl] imode entity problem for pictographic entities.. very
annoying


> From: owner-xsl-list@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Lea Allison
> Sent: Thursday, July 25, 2002 3:53 PM
> To: XSL List (E-mail)
> Subject: [xsl] imode entity problem for pictographic entities.. very
> annoying
>
>
> Hello
>
> I seem to have gotten stuck on my XSLT document.
>
> I am transforming an XML doc into an iHTML document for a mobile
> phone. The
> phones support character entity values such as 웠 etc, but I cannot

Every XML based application does...

> get my XSLT doc to leave it alone. Actually I think its the transformation
> done by javax.xml.transform.Transformer class???
>
> I've tried:
>
> <!DOCTYPE stylesheet [
>
> <!ENTITY phone "<xsl:text
> disable-output-escaping='yes'>&#59087;</xsl:text>">
>
> ]>

That's wrong in the first place. Just use "&#59087;" whereever you need that
symbol.



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

 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]