Re: Customizing http access

2009-12-16 Thread Henrik Sarvell
Good idea, the explicit linking, it shows me I'm actually getting the body, however somewhere later on I'm stalling. I keep forgetting that traceAll doesn't in fact trace everything ;-) My @pubsub function is not executing (and the hub reports failure), which it is when I access it through the

Re: Customizing http access

2009-12-16 Thread Henrik Sarvell
I think I was a bit quick in stating earlier that I got the whole body, the PHP dump again: ?xml version=3D1.0 encoding=3Dutf-8? feed xmlns=3Dhttp://www.w3.org/2005/Atom;titlehenrik's stream/titleidhttp://localhost:8081//atom/stream/henrik/idauthorna= mehenrik/name/author

Re: Customizing http access

2009-12-16 Thread Henrik Sarvell
I should really be more patient with myself before posting, I promise this will be the last one for today, anyway I tried the following: (when *Xml (setq *Xml (make (until (eof) (line T) (link @) And I now get this at