You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Richard Eckart de Castilho (Jira)" <de...@uima.apache.org> on 2020/03/24 07:12:00 UTC

[jira] [Created] (UIMA-6205) tab as a parameter values in a descriptor is reduced to empty string

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)