xsl-list
[Top] [All Lists]

Re: Different output encoding from same XSL

2005-12-27 05:35:49
Hi Bijo,

The redirect extension does not allow setting different output format parameters, if you look into the source code there is a comment about that:
http://cvs.apache.org/viewcvs.cgi/xml-xalan/java/src/org/apache/xalan/lib/Redirect.java?view=markup
    // This should be worked on so that the output format can be
    // defined by a first child of the redirect element.
    OutputProperties format = transformer.getOutputFormat();

I would recommend using XSLT 2.0 where you can use the result-document/@encoding to specify the encoding for each document that you write. Also Saxon 6 has an extension saxon:output that allows you to specify the encoding.

Best Regards,
George
---------------------------------------------------------------------
George Cristian Bina
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com


Bijo Alex Thomas wrote:
Hi,

I am using Xalan 2.5.2 and XSLT 1.0.

I use the xalan:write extension to generate multiple HTML as well as Text
outputs using a single XSL whose encoding is UTF-8. I need my HTML outputs
to have US-ASCII encoding and Text outputs to have UTF-8 encoding. Can
anybody give me directions on how to do it?

Regards,
Bijo

_________________________________
Bijo Alex Thomas
DSRC, 6, Smith Road, Chennai - 2
Mail: bijoalex(_at_)dsrc(_dot_)co(_dot_)in
Website: http://dsrc.com



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>