Closed GoogleCodeExporter closed 8 years ago
I'm going to guess that this happens because Jupiter stores data in XML. And
having
< and > signs causes a problem for the XML. The characters need to be
converted into
> and <.
Scheduling for the next release.
Original comment by jsakuda
on 3 Dec 2008 at 7:23
Jupiter correctly converts it to > and < for the first time (when it's added in
Individual Phase), but this information is lost somehow later.
Original comment by dstank...@gmail.com
on 4 Dec 2008 at 6:25
Issue 55 has been merged into this issue.
Original comment by jsakuda
on 18 Jan 2009 at 3:26
Codehaus StAX splits up the text when there are special characters even when it
is set to return text as one
block. Worked around this and issue should be fixed.
Original comment by jsakuda
on 18 Jan 2009 at 6:49
Original issue reported on code.google.com by
dstank...@gmail.com
on 3 Dec 2008 at 9:41