Tom Hughes wrote: > Basically, even if sending a streaming response from rails was > possible (which I'm not sure it is - it's certainly hard)
You can do it using render :text=>proc, as amf_controller does. But I suspect this would be non-trivial to work into the existing XML API. cheers Richard -- View this message in context: http://old.nabble.com/Structured-error-messages-from-API-tp26730115p26747645.html Sent from the OpenStreetMap - Dev mailing list archive at Nabble.com. _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

