Subject: RE: East-Asian Output encoding with XSLT?
From: "Christian Wittern" <wittern@xxxxxxxxxxxxxxxxx>
Date: Mon, 26 Jun 2000 17:50:28 +0800
|
Raffaele,
Thank you for these hints. The Japanese site you mentioned does not
transcode, since input and output are both Japanese EUC. The site at
Academia Sinica has a lot of relevant resources, but does not answer this
specific question. So I am still at a loss which XSLT processors support the
output encoding statement for other encodings. I am trying to avoid to wrap
the stylesheet with a unicode transcoder, since the original intent of the
output encoding seems to be exactly what I need.
All the best,
Christian
> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxx]On Behalf Of Raffaele Sena
> Sent: Monday, June 26, 2000 12:39 PM
> To: xsl-list@xxxxxxxxxxxxxxxx
> Subject: Re: East-Asian Output encoding with XSLT?
>
>
> >
> > Dear Listmembers,
> >
> > I am trying to use XSLT to publish resources for different East-Asian
> > countries. I would like to produce local encodings in Big5 and
> GBK, possible
> > also Shift JIS. I tried XT and SAXON so far, but they did not
> seem to act as
> > desired upon the statement that defined the output encoding.
> > Any ideas how to solve this? Are there XSLT processors that do
> have these
> > output options? Is there a way to get this into the major players?
> >
> > Any help appreciated,
> >
> > Christian
> >
> I found this reference on the Oasis site:
>
> http://www.oasis-open.org/cover/chineseXMLNow.html
>
> Unfortunately the main web site that is mentioned there
> (Chinese XML Now)
> doesn't work, but I hope there are other info that may be useful.
>
> If nothing else work, my best be would be to write the original
> documents/XML data
> in Unicode and convert the output of the XSLT processor into the local
> encoding
> (either by postprocessing the output files or by writing an
> output filter
> for
> the XSLT processor you are using).
>
> Hope this help,
>
> Raffaele
>
> -----------------------------------------------------
> raff@xxxxxxxxxxxx (::) http://www.aromatic.org/~raff/
> http://www.aromatic.org/
>
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|