Changes between Initial Version and Version 1 of Ticket #16980, comment 9
- Timestamp:
- 03/29/2011 09:39:05 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16980, comment 9
initial v1 1 Reproduced it with your struct. The issue is that Wordpressis 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.