RE: URL Factory vs Source Handler

2002-04-25 Thread Carsten Ziegeler
> -Original Message- > From: TREGAN Fabien [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 25, 2002 4:43 PM > To: '[EMAIL PROTECTED]' > Subject: RE: URL Factory vs Source Handler > > > > >TREGAN Fabien wrote: > > >> ok, so ho

RE: URL Factory vs Source Handler

2002-04-25 Thread TREGAN Fabien
>TREGAN Fabien wrote: >> ok, so how do I choose between URL Factory and Source Handler ? >The source resolving of Cocoon was donated to avalon excalibur and was >there redefined for general purpose. Currently we are in the process >of installing the avalon excalibur source resolving. This will

RE: URL Factory vs Source Handler

2002-04-25 Thread Carsten Ziegeler
TREGAN Fabien wrote: > > Hi, > > From cocoon.xconf : > > > > > > ok, so how do I choose between URL Factory and Source Handler ? > Is the only > difference that SourceS are dom/sax compliants when resources can be > anything ? > The URL Factory was the first implementation of source resolvi

Re: URL Factory vs Source Handler

2002-04-25 Thread Berin Loritsch
TREGAN Fabien wrote: > Hi, > >>From cocoon.xconf : > > > > > > ok, so how do I choose between URL Factory and Source Handler ? Is the only > difference that SourceS are dom/sax compliants when resources can be > anything ? Use the SourceHandler. Cocoon has donated the Source resolving

URL Factory vs Source Handler

2002-04-25 Thread TREGAN Fabien
Hi, >From cocoon.xconf : ok, so how do I choose between URL Factory and Source Handler ? Is the only difference that SourceS are dom/sax compliants when resources can be anything ? Is it only possible to use a Source via SourceFactory registered with its protocol in the SourceHandler or