Michael,
Thanks for reply.
I think that should be easy to enhance current basex HTTP support to other url types like here file:/// for local html files.
We will replace with url fetch with local file downloading.
Isn't it?
Erol Akarsu
On Thu, May 3, 2012 at 2:00 PM, Michael Seiferle ms@basex.org wrote:
Hi Erol, hi list,
I just re-read my last email: the "I don't think so"-part is a little misleading, I have not read your mail carefully enough I guess.
I was referring to your code example:
http:send-request(<http:request method='get' status-only='false'/>, ' file:///D:/tmp/b000187585.htm')
-> this is indeed impossible, yet: with Tagsoup on the classpath, HTML parsing is fully supported as pointed out in the wiki.
Sorry for the confusion, had a long day :-)
Kind regards Michael
Am 03.05.2012 um 19:42 schrieb Michael Seiferle:
I don't think so; unless you provide a web server running locally, as the HTTP module relies on the http protocol.