xsl-list
[Top] [All Lists]

Re: [xsl] Recognising Unicode in a CSV to XML transform

2008-05-26 03:38:31
2008/5/26 Marney Cotterill <marney(_at_)crackerbrandware(_dot_)com>:
My problem is when I feed the transform a CSV with any characters that sit
outside the Basic Latin set, I get the "Cannot locate :" messege found in
the <xsl:otherwise> statement.

Is it possible to somehow integrate the following into the regex of the
initial analyze string so these characters do not break the transform?

Hi,

The unparsed-text() and unparsed-text-available() functions take a
second argument for the encoding:

http://www.w3.org/TR/xslt20/#function-unparsed-text


cheers
-- 
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>
--~--