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

output encoding="iso-8859-1"

Subject: output encoding="iso-8859-1"
From: Daniel Florian <DFlorian@xxxxxxxxxxxxx>
Date: Sat, 2 Jun 2001 00:34:55 -0400
iso 8859 1 output encoding
Hi All,

Another encoding question.  My apologies, but the other threads didn't help
me.  I am transforming this xml: ( The special characters are an a with an
accent and then the degree sign )

<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="Untitled2.xsl"?>
<start>
á °
</start>

with this xsl:
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:fo="http://www.w3.org/1999/XSL/Format">
<xsl:output method="html" encoding="iso-8859-1"/>
<xsl:template match="start">
        <xsl:value-of select=".">
        </xsl:value-of>
</xsl:template>
</xsl:stylesheet>

and I get:
&#6192;

What character reference is the &#6192?  This is supposed to be ISO-8859-1
isn't it?  Then how come I can't seem to find the character code for 6192
decimal?  And also, what happened to the 2 distinct characters from the
source xml?

Any help is much appreciated,
Thanks,
Dan
__________________________________________________________
Daniel Florian
Technical Architect
F o r t   P o i n t   P a r t n e r s   I n c .

Builders of Internet Solutions that Sell Harder
162 5th Ave., 8th Floor, New York NY  10010
tel   (917) 210-9477
cell  (917) 940-9780    dflorian@xxxxxxxxxxxxx
fax   (917) 210-9499    http://www.fortpoint.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.