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

Re: how to get an NCR in the output?

Subject: Re: how to get an NCR in the output?
From: Mike Brown <mike@xxxxxxxx>
Date: Sat, 4 Jan 2003 18:39:50 -0700 (MST)
ncr michael brown
Tobias Reif wrote:
> Hi
> 
> In the DocBook input, I have &#8593; (with spaces in case it doesn't go 
> through: & # 8593 ;). This should be an [arrow up].
> 
> I'm transforming the doc to XHTML. In the output, I get the upwards 
> arrow (as one char (â+'), not as NCR), which should be fine so far, but 
> the browsers (Mozilla etc) don't like it: They display garbled stuff 
> like â + '(spaces inserted).

Sounds like you got UTF-8 output but your browsers think it's iso-8859-1.

Either add
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
to the XHTML document, so the browser will interpret the bytes properly,
or change the encoding of the output:
<xsl:output method="xml" encoding="us-ascii"/>
will force numeric character references for all the non-ASCII characters.

Mike

-- 
  Mike J. Brown   |  http://skew.org/~mike/resume/
  Denver, CO, USA |  http://skew.org/xml/

 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.