Source and SourceFactory are Avalon Excalibur interfaces. There are several examples in Cocoon. Look in src/java/org/apache/cocoon/components/source/impl. BlobSource and BlobSourceFactory are in src/blocks/databases/java/org/apache/cocoon/components/source/impl.
Ralph > -----Original Message----- > From: Jorg Heymans [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 07, 2004 3:32 AM > To: [EMAIL PROTECTED] > Subject: Re: XSL template from database > > > Hi, > > Can you elaborate a bit on what you mean by creating a > source? Is this > an avalon component? I've seen this word popup every now and > then, just > curious :) > > Christian Haul wrote: > > > Jorg Heymans wrote: > > > >> You could make a custom transformer that reads the > stylesheet from the > > > > > > This is not necessary. One could use the cocoon: protocol when > > specifying the source for the stylesheet. Next, a pipeline for the > > stylesheet is needed that consists only of the database > reader et voil�. > > > > And if you don't like the extra pipeline, consider creating > a source for > > relational databases. > > > > Chris. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
