RE: [xsl] iXSLT: XSL transformations and symbolic entities

Subject: RE: [xsl] iXSLT: XSL transformations and symbolic entities
From: "Christopher R. Maden" <crism@xxxxxxxxx>
Date: Sun, 18 Mar 2001 02:29:03 -0800
At 09:31 17-03-2001, David Santamauro wrote:
not sure if anyone has answered but:

: <xsl:output method="xml" encoding="ISO-8859-1" indent="yes"

ISO-8859-1 does not include the upper 128 characters (in a single byte
encoding system). You need to specify an encoding that supports those
characters.

ISO 8859-1 is an 8-bit encoding covering 256 characters which are identical to characters 0-255 of Unicode.


In any case, the original poster's question had to deal with numeric character references being converted into named general entity references; this happens because iXSLT is converting his content into HTML (where these entity references are correct), even though he requested XML output.

-Chris
--
Christopher R. Maden, XML Consultant
DTDs/schemas - conversion - ebooks - publishing - Web - B2B - training
<URL: http://crism.maden.org/consulting/ >
PGP Fingerprint: BBA6 4085 DED0 E176 D6D4  5DFC AC52 F825 AFEC 58DA


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread