xsl-list
[Top] [All Lists]

Re: [xsl] CDATA with different encoding

2009-08-26 04:17:28
2009/8/26 Bartolomeo Nicolotti <bnicolotti(_at_)siapcn(_dot_)it>:
Hi,

I've searched the archives with CDATA and Encoding but nothing resulted
so here's my post, maybe trivial, really sorry...

We're receiving xml from a supplier encoded in ISO-8859-1 as specified
also by the direvtive:

<?xml version="1.0" encoding="ISO-8859-1" ?>

but the tags body are encoded in UTF-8.

This would cause the parser to fail:

http://www.w3schools.com/xmL/xml_encoding.asp

So the supplier has surrounded the tag bodies with CDATA.

<tag>[CDATA[ ...utf-8 ... ]]</tag>

:)

This question doesn't directly involve XSLT so you would be better off
asking it on xml-dev.  (The short answer is to get your supplier to
supply XML that isn't rejected by an XML parser.)


-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>