Marshall Schor created UIMA-3934:
------------------------------------
Summary: excess white-space in html version of cas viewer
Key: UIMA-3934
URL: https://issues.apache.org/jira/browse/UIMA-3934
Project: UIMA
Issue Type: Improvement
Components: Core Java Framework
Affects Versions: 2.6.0SDK
Reporter: Marshall Schor
Priority: Minor
I recently made use of the html viewer code in the AnnotationViewerDialog
class, using the html viewer alternative. It uses as input a version of the
CAS produced by CasToInlineXml (line 445). If the annotations involved are
nested, the result has extra line feeds and lots of extra white space
(corresponding to the indenting of the nested xml elements produced by the
CasToInlineXml).
The fix is (now) easy since we've recently added a flag to control the
indenting. Change this (and other uses as appropriate) to set the (new)
formattedOutput flag of CasToInlineXml to false.
--
This message was sent by Atlassian JIRA
(v6.2#6252)