This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: iXSLT: XSL transformations and symbolic entities


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]