NEWBIE question: HTML Generator

2008-04-16 Thread Heather Rankin
Hi, Wondering if anyone can help me... I'm brand new to Cocoon and am trying to execute this simple pipeline: map:match pattern=myPipeline map:generate src=http://www.geekculture.com/mt2/archives/2008/04/forum_tidbits_f_390 .html type=html / map:serialize type=xml/ /map:match

RE: NEWBIE question: HTML Generator

2008-04-16 Thread Jeroen Reijn
-Original Message- From: Heather Rankin [mailto:[EMAIL PROTECTED] Sent: Wed 4/16/2008 11:59 AM To: users@cocoon.apache.org Subject: NEWBIE question: HTML Generator Hi, Wondering if anyone can help me... I'm brand new to Cocoon and am trying to execute this simple pipeline: map:match pattern

RE: NEWBIE question: HTML Generator

2008-04-16 Thread Heather Rankin
2008 12:00 To: users@cocoon.apache.org; users@cocoon.apache.org Subject: RE: NEWBIE question: HTML Generator Hi Heather, Well I don't think you are doing something wrong, except that cocoon might not be able to connect to the web. Could it be that your browser has a proxy configured for internet

Re: NEWBIE question: HTML Generator

2008-04-16 Thread Joerg Heinicke
On 16.04.2008 07:48, Heather Rankin wrote: Browser's configured to use an HTTP Proxy. Can I configure anything on the cocoon end to deal with this? You can configure the JVM to use a proxy by setting system properties: http://java.sun.com/j2se/1.5.0/docs/guide/net/proxies.html Joerg

RE: NEWBIE question: HTML Generator

2008-04-16 Thread Jeroen Reijn
PROTECTED] Sent: Wed 4/16/2008 1:48 PM To: users@cocoon.apache.org Subject: RE: NEWBIE question: HTML Generator Thanks Jeroen. Yes, that's it. Browser's configured to use an HTTP Proxy. Can I configure anything on the cocoon end to deal with this? I had a look around and wasn't able to find anything

RE: NEWBIE question: HTML Generator

2008-04-16 Thread Heather Rankin
:[EMAIL PROTECTED] Sent: Wed 4/16/2008 1:48 PM To: users@cocoon.apache.org Subject: RE: NEWBIE question: HTML Generator Thanks Jeroen. Yes, that's it. Browser's configured to use an HTTP Proxy. Can I configure anything on the cocoon end to deal with this? I had a look around and wasn't able