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

RE: Microsoft.XMLDOM UTF-8 Encoding!

Subject: RE: Microsoft.XMLDOM UTF-8 Encoding!
From: "Julian Reschke" <julian.reschke@xxxxxx>
Date: Sat, 12 Jul 2003 08:57:41 +0200
microsoft.xmldom
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of [Tech]
> Sent: Saturday, July 12, 2003 1:03 AM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re:  Microsoft.XMLDOM UTF-8 Encoding!
>
>
> Exact,
>
> The first byte supose to tell the encoding.

The first bytes *may* tell the encoding.

> Like this UTF-16 => "Unicode byte-order mark [0xFF 0xFE] or [0xFE 0xFF]"
>
> But Microsoft (and lot more) say that XML file generate with ASP
> and XMLDOM
> are UTF-8 by default. (no byte was added to the file...)

It doesn't need to.

> So, How tell "Microsoft.XMLDOM" to save my XML file with a true UTF-8
> encoding?

To *save* a DOM in UTF-8, do what you're already doing (create the XML
declaration using MSXML's createProcessingInstruction() and save the file).

However the issue seems to be *serving* XML to a client. You'll need to show
us *that* ASP code to find the problem. It's almost certainly an unnecessary
round-trip of the XML serialization trough a string, such as

	response.write(dom.xml)

or

	response.write(dom1.transformNode(dom2))

which *will* break encoding information.

Julian

--
<green/>bytes GmbH -- http://www.greenbytes.de -- tel:+492512807760


 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.