ObjFW  Check-in [21bd46e17a]

Overview
Comment:Fix namespace handling in OFXMLElement.

Although it was originally decided not to backport this to 0.5, the
decision was changed due to the fact that the initial assumption that
it might break existing code is only partially true: It will only break
code that already was broken, but it will fix all other code.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 0.5
Files: files | file ages | folders
SHA3-256: 21bd46e17a35d8f83b3e17cc416851fa551550dd6d398a712d93a2d105cf2f65
User & Date: js on 2011-05-14 20:00:48
Other Links: branch diff | manifest | tags
Context
2011-05-14
23:26
Correctly check the length in of_string_check_utf8. check-in: 1c2f416cb9 user: js tags: 0.5
20:00
Fix namespace handling in OFXMLElement. check-in: 21bd46e17a user: js tags: 0.5
19:50
Ignore whitespaces around the root element in -[initWithXMLString]. check-in: 46056b5fa1 user: js tags: 0.5
Changes