Entity text expands after entity reference

Issue #395 new
Former user created an issue

Original issue 395 created by @ysavourel on 2014-03-05T18:50:02.000Z:

In the XML Filter, the entities references are by default treated as inline codes.
But the underlaying XML parser send two events: a ENTITY_REFERENCE followed by a text node which has the expanded value of the entity (AND any text after the entity reference).

The XMLFilterTest.testDeclaredEntities() should warn us if the behavior changes.
Note that the behavior may be different depending on the platform...

We have currently no work around for this issue.

Comments (4)

  1. Former user Account Deleted

    Comment 1. originally posted by @ysavourel on 2014-03-12T19:25:38.000Z:

    I just hit this in one of our production projects. I guess its karma :-) I'll look at this and try to squash it.

  2. Former user Account Deleted

    Comment 2. originally posted by @ysavourel on 2014-03-12T19:39:21.000Z:

    sorry wrong ticket :-)

  3. Log in to comment