computerline1z / okapi

Automatically exported from code.google.com/p/okapi
0 stars 0 forks source link

Extra 
 in target output with XMLStream Filter #421

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In some cases, when using the HTML filter as a sub-filter on PCDATA elements 
that are marked as xml:space='preserve' the lines of the output, inside the 
element have an extra 
.

<target>&lt;table style="font-family: arial;"&gt;&#13;
&lt;tbody&gt;&#13;
...</target>

instead:

<target>&lt;table style="font-family: arial;"&gt;
&lt;tbody&gt;
...</target>

This occurs when doing, for example, a RTF T-Kit, or a Text Re-Writing (even 
without any modifications). I have not been able to reproduce it in a test unit 
so far.

Original issue reported on code.google.com by yves.sav...@gmail.com on 24 Oct 2014 at 8:54

Attachments: