You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Cédric Pronzato (JIRA)" <ji...@apache.org> on 2009/11/09 11:38:32 UTC

[jira] Created: (FELIX-1856) XML message for eventing not valid

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.