achrefB3 / google-api-java-client

Automatically exported from code.google.com/p/google-api-java-client
0 stars 0 forks source link

AtomFeedParser dropping spaces #207

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is not an "official" google-api-java-client issue, but it may come up for 
others working to implement spreadsheet api.  The AtomFeedParser appears to be 
dropping spaces while parsing content from cells in a spreadsheet feed.  Cell 
content is read fine, only the spaces are removed.  This was found in the 
following sample project:

 https://github.com/joeledstrom/SpreadsheetTest

Original issue reported on code.google.com by patjacks...@gmail.com on 14 May 2011 at 4:40

GoogleCodeExporter commented 9 years ago
Thanks for the feedback.  You are right that spaces are dropped.  Unfortunately 
that is a consequence of using XML content.  So I am resolving "ByDesign" for 
lacking of being to do anything about it.  Let me know if you can think of a 
solution.

Original comment by yan...@google.com on 16 Aug 2011 at 2:26