[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
RE: XT and xsl:output
Subject: RE: XT and xsl:output
From: MATHIEU Olivier <Olivier.MATHIEU@xxxxxx>
Date: Fri, 20 Aug 1999 16:57:51 +0200
|
The bug appears only with the Win32 executable XT (xt.exe)
Indeed, there's no pbm with the xt.jar distribution.
(type java -Dcom.jclark.xml.sax.parser=com.jclark.xml.sax.Driver
com.jclark.xsl.sax.Driver file.xml file.xsl HTMLoutput.html
NB : your CLASSPATH must register xt.jar and a SAX-compliant xml parser)
bye
olive
> ----------
> De : Emery, Ric[SMTP:ric.emery@xxxxxxx]
> Répondre à : xsl-list@xxxxxxxxxxxxxxxx
> Date : jeudi 19 août 1999 22:08
> A : xsl-list@xxxxxxxxxxxxxxxx
> Objet : XT and xsl:output
>
> The encoding attribute seems to be required as part of <xsl:output
> method="html" /> when using XT. When using the following style sheet
> (on very vanilla XML)
>
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0">
>
> <xsl:output method="html"/>
>
> <xsl:template match="/">
> <html>
> <body>
> hello
> </body>
> </html>
> </xsl:template>
>
> </xsl:stylesheet>
>
> I receive the following error
>
> java.io.UnsupportedEncodingException
>
> If I replace
> <xsl:output method="html"/>
> with
> <xsl:output method="html" encoding="utf-8"/>
> the transform works fine.
>
> The XSL spec does not seem to indicate encoding as required. Is this a
> bug in XT or is the encoding attribute required?
>
> Thanks
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- XT and xsl:output
- Emery, Ric - Thu, 19 Aug 1999 13:08:51 -0700
- <Possible follow-ups>
- MATHIEU Olivier - Fri, 20 Aug 1999 16:57:51 +0200 <=
|
|