Thilo Goetz (JIRA) wrote:
[ https://issues.apache.org/jira/browse/UIMA-239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472242 ]
Thilo Goetz commented on UIMA-239:
----------------------------------
This should really be fixed properly if at all possible. It's super annoying
when tooling removes your carefully placed XML comments. One would imagine
that the Eclipse classes we use for reading and writing the XML support this.
Would using the SAX LexicalHandler make this work? I guess we'd need a
way to store the comments in the data model
the parser constructs from the XML, and write it back out. Adam - I
think you looked into this once - is this the right approach,
or is there something better to consider?
-Marshall