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


> From: owner-xsl-list@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Lea Allison
> Sent: Friday, July 26, 2002 10:04 AM
> To: 'xsl-list@lists.mulberrytech.com'
> Subject: RE: [xsl] imode entity problem for pictographic entities.. very
> annoying
>
>
> no, dont ask me the details, but its more of a brand name. The
> IMODE phones
> can browse the internet like normal bvrowsers but of course with inherant
> limitations. The output the it recorgnises is iHTML, which is what I am
> trying to transform my XML doc into.
>
> When I use  in the XSLT, by the time it reached the phone, it has
> already been converted into a question mark character '?'. As it is the

In this case I'd try to find out when the character was lost. What happens
if you access the same page with a test tool on a desktop machine, such as
"wget"?

The likely explanation is that your XSLT transformation isn't sent properly.
For instance, because the

- HTTP content-type header has the wrong encoding
- the HTML meta tag has the wrong encoding
- the transformation result is written to a byte stream without taking care
of Unicode issue

> iHTML browser on the phone that would convert the entity  into a
> small picture icon, a question mark of course doesnt get converted and
> displays as a question mark.


 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]