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

Re: XML transformation output to be in NON UTF-16 on M

Subject: Re: XML transformation output to be in NON UTF-16 on MSXML 3.0.
From: Jeni Tennison <jeni@xxxxxxxxxxxxxxxx>
Date: Wed, 24 Jul 2002 08:54:48 +0100
Re:  XML transformation output to be in NON UTF-16 on M
Hi Rupesh,

> yes. that is the only statment of hope: the output property. And the
> only way is by giving it the custom output. Meaning, we need to get
> an object which can serve as an acceptor of the output. So here goes
> the tests for such an object: (x-sjis is an alias for SHIFT-JIS)

You have to set the output property to the object before you do the
transformation. Try:

  xslProc.output = xmlSink;
  xslProc.transform();

and then looking at xmlSink. It will be populated with the results of
the transformation, and you can then save it out in the correct
encoding (hopefully!).

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/


 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.