XML message for eventing not valid
----------------------------------
Key: FELIX-1856
URL: https://issues.apache.org/jira/browse/FELIX-1856
Project: Felix
Issue Type: Bug
Components: UPnP Subproject
Reporter: Cédric Pronzato
Priority: Minor
It seems that felix generate an xml message as the following:
<propertyset xmlns:e="urn:schemas-upnp-org:event-1-0">
<property> <Ble> cont </Ble> </property>
</propertyset>
A valid XML should be
<e:propertyset xmlns:e="urn:schemas-upnp-org:event-1-0">
<e:property> <Ble> cont </Ble> </e:property>
</e:propertyset>
or maybe?
<propertyset xmlns="urn:schemas-upnp-org:event-1-0">
<property> <Ble> cont </Ble> </property>
</propertyset>
Regards,
Cedric,
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.