Changes between Version 1 and Version 2 of Ticket #16980, comment 9
- Timestamp:
- 03/29/2011 11:07:54 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16980, comment 9
v1 v2 1 Reproduced it with your struct. The issue is that the XML parser is just ignoring an empty value tag `<value> /<value>`. This is a bug, because an empty value tag should be treated as an empty string according to http://www.xmlrpc.com/spec . I've got a patch working and will post it after a bit of testing.1 Reproduced it with your struct. The issue is that the XML parser is just ignoring an empty value tag `<value></value>`. This is a bug, because an empty value tag should be treated as an empty string according to http://www.xmlrpc.com/spec . I've got a patch working and will post it after a bit of testing.