Subject: Re: How to clean an xml files from non-utf-8 chars?
From: Mark Thomas <mark@ o s n c >
Date: Fri, 19 Sep 2008 22:02:24 +0900
References: 315124315137315270315315315383
How is the XML file created? If you know in advance which parts of the
XML come from the database, wrap those sections in CDATA blocks and
your XML will remain valid.