Closed GoogleCodeExporter closed 9 years ago
currently, the code aggressively cleans field names to make them "xml safe".
the '-' is safe to use in xml, so i can probably fix that. you might have
other problems, though, i don't know what all characters are legal for a db Key.
Original comment by jahlborn@gmail.com
on 6 Aug 2011 at 12:06
the '-' should now be allowed in property names.
Original comment by jahlborn@gmail.com
on 6 Aug 2011 at 12:19
thanks a lot.
the doc's state "A string-encoded key is an opaque value using characters safe
for including in URLs".
Though i've to admit that i am not familiar with the allowed xml charset.
I would have guessed everything should be allowed using proper escaping?
I'm currently using the json output and input - i may have to do some more
testing there..
again, thanks for the quick fix (just a side question: is it included in the
normal download package?).
cheers, gordon
Original comment by fe...@eligned.com
on 6 Aug 2011 at 5:35
the fix is currently in trunk and will be in the 1.0.6 release.
xml _content_ allows just about any character with the proper escaping. xml
_element names_ have a much more restricted character set. for instance, you
couldn't use a ':' because that is the xml namespace separator or '<' and '>'
because those are the part of the xml syntax.
Original comment by jahlborn@gmail.com
on 7 Aug 2011 at 3:48
Original comment by jahlborn@gmail.com
on 6 Jun 2012 at 1:08
Original issue reported on code.google.com by
fe...@eligned.com
on 6 Aug 2011 at 10:32