On 18/10/2007, bgoetzmann <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> This is a simple question: I thought that read a HTML/XML document from an
> URL could be do in that way:
>
> from("http://www.odelia-technologies.com/";).to...
>
> but it doesn't work!
>
> How can one do this?
>
> Thank you.

Would

from("http://www.odelia-technologies.com/index.html";).to...

help?

We currently don't do a spider like

  wget -r http://www.odelia-technologies.com/

would; so you'd have to HTTP GET the exact URL you need for the HTML page.

-- 
James
-------
http://macstrac.blogspot.com/

Open Source SOA
http://open.iona.com

Reply via email to