From: Mark B. <di...@ac...> - 2004-09-07 03:16:37
|
On Sun, Sep 05, 2004 at 12:44:58AM -0700, Asynch Messaging wrote: > I'm trying to send a list of links to a mod-pubsub client application - the > knownews app. > It appears that the server is stripping out data that appears to be HTML (or > at least anchors). > Is this true? > > I'd also like to send XML via mod-pubsub (like an Atom entry or feed) - is > this possible, or does the server only accept content-type of > application/www-form-urlencoded ? Both! You know that kn_payload can carry anything, right? The urlencoded structure is used as you would a SOAP envelope. The "content-type" parameter should also be used. I didn't have any trouble using XML in the playing around I did with it a while ago, though I'm not using it in my work. Mark. -- Mark Baker. Ottawa, Ontario, CANADA. http://www.markbaker.ca |