On Thu, 7 Feb 2002, DZIEMBOWSKI,KINGA (HP-NewJersey,ex2) wrote:

> Vadim,
>
> The proposal contains set of interfaces and abstractions. The extensions
> build on top of it can choose the appropriate implementation. In this
> example the xml document is processed by StreamGenerator, then by the
> transformer implementing Dispatcher interface. This transformer is
> extracting specific part of the incoming document ( scripted as a param in
> the sitemap )converting it to DOM. Then it dynamically selects the adapter
> and delegates the further processing to it. The result of the Adapter
> operation is returned to Transformer/Dispatcher and is injected (streamed)
> into the flow of SAX event (processed document). Then xml serializer is
> doing the rest.

So why do you need to extend the sitemap with the Adaptor concept. I
seems to me you use them like ordinary Avalon Components. Couldn't they
be places into cocoon.xconf instead of the sitemap.xmap?

Giacomo


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to