"Peter Saint-Andre" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
Andreas Monitzer wrote:

Additionally, RSS does not support namespaces, and so you can't embed it
directly in XMPP.

I think that could be fudged, but I'm not sure why we'd want to do that.


I just would have figured you start from one of the inner elements. Then, parsing the actual RSS doesn't need namespaces, no?

<message ...>
   <rss xmlns="...">
       <channel>
           ...
       </channel>
   </rss>
</message>

Jeff

Reply via email to