Extra 
 in target output with XMLStream Filter

Issue #421 resolved
Former user created an issue

Original issue 421 created by @ysavourel on 2014-10-24T20:54:31.000Z:

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 &comment 13.;.

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

instead:

<target><table style="font-family: arial;">
<tbody>
...</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.

Comments (1)

  1. Log in to comment