[
https://issues.apache.org/jira/browse/UIMA-6205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Richard Eckart de Castilho updated UIMA-6205:
---------------------------------------------
Description:
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}
was:
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 }
> 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
> Priority: Major
>
> 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)