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

RE: how to change xml ENCODING dynamicly

Subject: RE: how to change xml ENCODING dynamicly
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Wed, 27 Mar 2002 09:21:43 -0000
xml encoding gb2312
> I use a xsl  and html to let users change the xml's
> data. and then I need submit to a jsp file. but,when I saved, the xml
> is lost something! It lost's  encoding info.... just like this:
>
> <?xml version="1.0"?>

It hasn't lost anything. The output file is encoded using the default output
encoding, UTF-8, and because this is the default, it doesn't need to specify
the encoding in the XML declaration. Any program that reads this XML is
guaranteed to be able to understand UTF-8, which isn't the case for your
original gb2312 encoding.

If you want the output to be in gb2312 (whatever that is), then you can
specify <xsl:output encoding="gb2312"/>, though the XSLT processor is not
guaranteed to support it.

If you want the output to be in the same encoding as the input, there's no
way of specifying this, because the XSLT processor doesn't know what the
input encoding was - only the XML parser knows that.

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread
  • Re:, (continued)
    • Oleg Tkachenko - Thu, 21 Mar 2002 05:55:45 -0500 (EST)
    • dragon - Fri, 22 Mar 2002 02:58:00 -0500 (EST)
      • dragon - Wed, 27 Mar 2002 01:46:41 -0500 (EST)
        • cutlass - Wed, 27 Mar 2002 03:28:59 -0500 (EST)
        • Michael Kay - Wed, 27 Mar 2002 04:16:45 -0500 (EST) <=
    • Mike Brown - Fri, 22 Mar 2002 03:23:09 -0500 (EST)

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.