[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: XT and xsl:output

Subject: Re: XT and xsl:output
From: James Clark <jjc@xxxxxxxxxx>
Date: Sat, 21 Aug 1999 00:09:25 +0700
xt java vm
If you don't specify the encoding attribute, XT defaults to using ASCII,
which turns out not to be implemented in all Java versions.  For the
Microsoft Java VM, you need MS Java VM 3177 or better.  You can get this
from:

 http://www.microsoft.com/java/download/32updates.htm

For Sun's Java implementation, you need JDK 1.1.6 or better. Also if
you're using US English JRE, you either need to switch to 1.2.2 or use
the Internationalized JRE.

> "Emery, Ric" wrote:
> 
> 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

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.