replace special characters with XML entities when generating dictionaries
-------------------------------------------------------------------------

                 Key: UIMA-834
                 URL: https://issues.apache.org/jira/browse/UIMA-834
             Project: UIMA
          Issue Type: Bug
          Components: Sandbox-DictionaryAnnotator
            Reporter: Michael Baessler
            Assignee: Michael Baessler
             Fix For: 2.2.2S


Replace the following characters with XML entities when generating a dictionary

<       &lt; ("less than")
>       &gt; ("greater than")
&       &amp; ("ampersand")
"       &quot; ("quotation")
'       &apos; ("apostroph")

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to