Richard Eckart de Castilho created UIMA-6205:
------------------------------------------------
Summary: tab as a parameter values in a descriptor is reduced to
empty string
Key: UIMA-6205
URL: https://issues.apache.org/jira/browse/UIMA-6205
Project: UIMA
Issue Type: Bug
Components: UIMA
Reporter: Richard Eckart de Castilho
Assignee: Richard Eckart de Castilho
If an XML descriptor contains a tab as a parameter value, that value seems to
be reduced to an empty string when the descriptor is parsed again.
{code}
<nameValuePair>
<name>delimiter</name>
<value>
<string> </string>
</value>
</nameValuePair>
{code }
--
This message was sent by Atlassian Jira
(v8.3.4#803005)