[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #37283] Invalid result of parsing XML-based plist
From: |
Vitaliy |
Subject: |
[bug #37283] Invalid result of parsing XML-based plist |
Date: |
Thu, 06 Sep 2012 09:58:34 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1 |
URL:
<http://savannah.gnu.org/bugs/?37283>
Summary: Invalid result of parsing XML-based plist
Project: GNUstep
Submitted by: vmyrik
Submitted on: Thu 06 Sep 2012 09:58:33 AM GMT
Category: Base/Foundation
Severity: 3 - Normal
Item Group: Bug
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
I have an XML-based plist and inside it there is a dictionary that contains a
white-space as a key, among the other things. When I try to load this plist
using [[NSDictionary alloc] initWithContentsOfFile:] I get an empty string for
this key instead of white space.
Data looks like:
<dict>
...
<key> </key>
<string>space.tiff<string>
...
</dict>
P.S. I'm non-native speaker, so please accept my apologies for any errors that
may found here.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?37283>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bug #37283] Invalid result of parsing XML-based plist,
Vitaliy <=