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

Re: A FAQ question about non-Latin characters in XT output

Subject: Re: A FAQ question about non-Latin characters in XT output
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 12 Oct 1999 17:19:09 +0100 (BST)
x0107
> This is a multi-part message in MIME format.
please don't do that:-)

>  I'd like to get in my xml output:
>  i G I &#x0107;

Of course you _shouldn't_ want that. As the version with utf-8 encoded
output is completely equivalent to an XML application.

However, assuming that you will want that anyway, I think that the
way to get this in XSL would be to change the output encoding
from utf-8 to anything else which does not directly encode
position  &#x0107; then this slot will have to be output
as that (or the decimal equivalent)

so in otherwords you want
<xsl:output
  method="xml"
  encoding="iso-8859-1"
  />

However xt (the new release to match the new PR) says:

> The xml output method ignores the encoding, doctype-system, doctype-public,

so currently I don't think you can do this in xt (without a lot of pain)

David


 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.