PI being moved by XML Stream filter

Issue #145 resolved
Former user created an issue

Original [issue 145](https://code.google.com/p/okapi/issues/detail?id=145) created by @ysavourel on 2010-09-29T22:30:12.000Z:

In the attached file we have:

<entry id="v944944\_fr-fr" colname="col1"><ph id="v944945\_fr-fr" translate="no">4500<ph id="v944946\_fr-fr"><?xm-replace\_text Phrase?></ph>-30 </ph> </entry>

after processing it becomes:

<entry id="v944944\_fr-fr" colname="col1"><?xm-replace\_text Phrase?><ph id="v944945\_fr-fr" translate="no">4500<ph id="v944946\_fr-fr"></ph>-30 </ph></entry>

The <?xm-replace\_text Phrase?> get moved to the start of the entry content.

Note: it's Ok for M9, but would be nice to fix for M10.

Comments (4)

  1. Log in to comment