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] [Updated] (UIMA-6205) tab as a parameter values in a descriptor is reduced to empty string

     [ 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)