inline code data of TMX filter should not take outer code

Issue #49 resolved
Former user created an issue

Original [issue 49](https://code.google.com/p/okapi/issues/detail?id=49) created by @ysavourel on 2009-04-06T19:30:33.000Z:

In the TMX filter we currently get the whole TMX code as the data of an inline code. This should be separated into outer data and data: For example, in:

"<ph x="1">\#!{enteredACInfusionRate}</ph>"

only "\#!{enteredACInfusionRate}" should be the data of the inline code, and the "<ph x="1">" and "</ph>" is the outer data of the code.

Comments (2)

  1. Log in to comment