You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-dev@ws.apache.org by "Jochen Wiedmann (JIRA)" <xm...@ws.apache.org> on 2006/05/09 23:14:04 UTC

[jira] Geschlossen: (XMLRPC-44) Handling whitespace in XML-RPC call arguments

     [ http://issues.apache.org/jira/browse/XMLRPC-44?page=all ]
     
Jochen Wiedmann closed XMLRPC-44:
---------------------------------

    Resolution: Won't Fix
     Assign To:     (was: rpc-dev mailing list)

Version 1 is no longer supported. It is unknown, whether the problem still applies to version 2. If it does: It doesn't seem to make sense to introduce a very incompatible change at this point of the maintenance. It is recommended to use another XML parser than MinML. Version 3 uses another XML parser anyways.


> Handling whitespace in XML-RPC  call arguments
> ----------------------------------------------
>
>          Key: XMLRPC-44
>          URL: http://issues.apache.org/jira/browse/XMLRPC-44
>      Project: XML-RPC
>         Type: Bug

>   Components: Source
>     Versions: 1.1
>  Environment: Operating System: All
> Platform: PC
>     Reporter: Simon Miles

>
> I've got an application that performs an XML-RPC call that contains an argument 
> that is an array of strings. I encountered a problem when a string in the array 
> is set to all spaces, when the actual method call is invoked the string is 
> empty. It no longer contains the spaces. 
> I did a little debugging and found that the removal of the spaces occured 
> within the default XML parser, MinML. 
> Using a test program and running MinML outside of XML-RPC I found that the 
> parser was not emiting characters if an element contained only spaces. Running 
> my simple test file through other parsers (xerces and Piccolo), these programs 
> did emit the spaces. 
> Example file contained
> <t1>    </t1>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira