- From: Rick Jelliffe <rjelliffe@a...>
- To: Uche Ogbuji <uche@o...>
- Date: Mon, 3 Nov 2014 15:13:53 +1100
Do you want to repair the file? Perhaps this could work:
Make an xslt2 null transform.
Make a template for the description element.
In that template do a text substitution on data content to replace " &" with some unlikely single character, eg 䀀 convert to a sequence of codepoints with string-to-codepoints(), and put that into a variable.
Iterate over each codepoint in the variable, outputting it as a character, and when you find 0x4000; output it in xsl:text with disable-output-escaping to true.
On 30/10/2014 11:28 PM, "Uche Ogbuji" < uche@o...> wrote:
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
|