From: Asynch M. <asy...@ho...> - 2004-09-07 05:47:22
|
Right... forgot about that kn_payload thing... I'll play with it sometime... I've updated the kn_apps/knownews sample app (minor formatting & added dates), but I can't get the local server working to test it out (python syntax errors - it looks like all the .py files have extra linefeeds) Could someone push changes to kn_apps/knownews and kn_apps/knowbuddy out to mod-pubsub.org? ----- Original Message ----- From: "Joyce Park" <tru...@ya...> To: "Mark Baker" <di...@ac...>; "Asynch Messaging" <asy...@ho...> Cc: <mod...@li...> Sent: Monday, September 06, 2004 8:29 PM Subject: Re: [Mod-pubsub-developer] Using XML and HTML in message content > Yah, I'm getting RSS just fine from Syndic8... although I believe I have to > escape the naughty bits. ;-) JP > > > --- Mark Baker <di...@ac...> wrote: > > > 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. > |