[Tickets #10229] Re: XML_WBXML decodeToString(): xml prolog and dtd is missing, xmlns is wrong
bugs at horde.org
bugs at horde.org
Mon Jun 13 13:45:23 UTC 2011
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/10229
------------------------------------------------------------------------------
Ticket | 10229
Updated By | Jan Schneider <jan at horde.org>
Summary | XML_WBXML decodeToString(): xml prolog and dtd is
| missing, xmlns is wrong
Queue | Synchronization
Version | Git master
Type | Bug
-State | Unconfirmed
+State | Resolved
Priority | 2. Medium
Milestone |
Patch |
-Owners |
+Owners | Jan Schneider
------------------------------------------------------------------------------
Jan Schneider <jan at horde.org> (2011-06-13 13:45) wrote:
> The version from horde xml wbxml decoder returned a xml, where:
> 1) xml prolog: <?xml version="1.0"?> is missing
> 2) dtd: <!DOCTYPE DevInf PUBLIC "-//SYNCML//DTD DevInf 1.0//EN"
> "http://www.syncml.org/docs/syncml_devinf_v10_20001207.dtd"> is
> missing
Those are fine, it's explicitly allowed in the SyncML specs to leave them out.
> 3) the xmlns is wrong:
> lib-version: <DevInf xmlns="syncml:devinf">
> horde-version: <DevInf xmlns="syncml:devinf1.0">
Fixed.
More information about the bugs
mailing list