|
Subject: RE: [xsl] Is XML to CHTML Transformation possible ? From: "Jarno Elovirta" <jarno@xxxxxxxxxxxxxx> Date: Wed, 28 Feb 2001 16:49:02 +0200 |
Hip hei!
> Using XSLT, can the WAP Phone access the page and receive the
> page in WML (
> converted by XSLT ) ?
Yes, just use
<xsl:output method="xml"
doctype-system="http://www.wapforum.org/DTD/wml_1.1.xml"
doctype-public="-//WAPFORUM//DTD WML 1.1//EN" />
and escape $ when you don't want to use it as a WML variable delimiter.
> And, Is it possible for XSLT to convert XML to CHTML for say an
> I-Mode phone
> ?
Yes, use
<xsl:output method="html"
encoding="Shift_JIS"
doctype-public="-//W3C//DTD Compact HTML 1.0 Draft//EN" />
I'm not sure if the I-mode icons in the [#xF89F-#xF9AF] range can be output
as characters or do need to be character entity references, but other than
that, there shouldn't be problems.
Cheers,
Jarno
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Is XML to CHTML Transform, cutlass | Thread | RE: [xsl] Is XML to CHTML Transform, Brian O'Neill |
| [xsl] Re: FXPath - A comment on EXS, David Rosenborg | Date | RE: [xsl] Latest version of MSXML?, Andrew Welch |
| Month |