Subject: RE: imode entity problem for pictographic entities.. very annoying
From: "Julian Reschke" <julian.reschke@xxxxxx>
Date: Thu, 25 Jul 2002 17:31:25 +0200
|
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Lea Allison
> Sent: Thursday, July 25, 2002 3:53 PM
> To: XSL List (E-mail)
> Subject: 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'></xsl:text>">
>
> ]>
That's wrong in the first place. Just use "" whereever you need that
symbol.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|