- From: Sean Kelly <kelly@ad1440.net>
- Date: Wed, 23 May 2001 15:37:42 -0700
- To: <www-lib@w3.org>
Hello again: I'm retrieving a text/xml document from a web server as the result of a POST. I'd like to pass that document as it comes in to the various Expat functions in libwww. I can't figure out a way to do that. HTPostFormAnchor writes the result to a temporary file. HTPostFormAnchorToChunk writes it to an in-memory buffer. Shouldn't it be possible to insert the XML parser in the stream pipeline for the result data? That is possible when doing a GET, but not a POST? Thanks yet again, --Sean
Received on Wednesday, 23 May 2001 18:35:48 UTC