<div dir="ltr">Hi,<br><br>When publishing an item to a pubsub node, does the item has to be an xml element like<br><br><item id='bnd81g37d61f49fgn581'><br>    <entry xmlns='<a href="http://www.w3.org/2005/Atom">http://www.w3.org/2005/Atom</a>'><br>
        <title>something</title><br>        <link><a href="http://example.com/1">http://example.com/1</a></link><br>    </entry><br></item><br><br>or can a user just publish cdata like <br>
<br><item id='avatar_url'><br>    <a href="http://example.com/myavatar.jpeg">http://example.com/myavatar.jpeg</a><br></item><br><br>The second form make the database representation of the data much cleaner when appropriate.<br>
In a web admin for example, it is much easier to see the data.<br><br>I understand the importance of the namespace for clients that should handle different kinds of nodes<br>but for a dedicate client it might suit well.<br>
<br>In a RDBMS the item payload is probably saved as the xml as string.<br>One could have a field for the payload tag, payload namespace and payload body.<br><br>What is the best practice?<br><br>Thanks<br></div>