xsl-list
[Top] [All Lists]

Re: [xsl] XSL-T should naturally loop? not grabbing all the children node-sets..

2008-04-22 09:40:26
On 22/04/2008, Abel Braaksma <abel(_dot_)online(_at_)xs4all(_dot_)nl> wrote:
 Dan Acuff wrote:

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



 Unless there's a compelling reason to do so, it is generally best to stick
to one of the Unicode encodings, UTF-8 for example, it will save you a lot
of encoding problems later.

US-ASCII is the encoding of choice when you are having problems - all
processes downstream will handle single byte ascii but quite often
struggle with multi-byte UTF-8.  As long as the content is re-parsed
before a human gets to see it then US-ASCII should probably be the
default.

â is the clue that somewhere in the pipe isn't talking utf-8...


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