You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by mi...@telia.fi on 2001/01/22 12:07:06 UTC

[C2] Including external XML

We store a lot of XML content on different webservers.

There are different ways to include external xml to be transformed in cocoon 2.

What would you prefere to use from the point of performance, and managebility.
Also we think about using authentication/auditing when accessing content.

How does the caching work, when including external sources?

Is it possible to use authentication when defining a source generator in the
sitemap? Or is it the best to use auth taglib within xsp?

Thanks for any answer

Mika



Re: [C2] Including external XML

Posted by Berin Loritsch <bl...@apache.org>.
Ulrich Mayring wrote:

> Berin Loritsch wrote:
> 
> 
>>> Is it possible to use authentication when defining a source generator in the
> 
>>> 
> 
>>> sitemap? Or is it the best to use auth taglib within xsp?
> 
>> 
>> I don't think the auth: taglib has been ported to C2 yet.
> 
> 
> 
> Not really, but it doesn't manipulate the DOM directly, so it should
> 
> work, right?

Hopefully.  We could always try it--but right now, I have never used it...
Could someone who has experience with it make the port (& commit it)?


Re: [C2] Including external XML

Posted by Ulrich Mayring <ul...@denic.de>.
Berin Loritsch wrote:
> 
> > Is it possible to use authentication when defining a source generator in the
> >
> > sitemap? Or is it the best to use auth taglib within xsp?
> 
> I don't think the auth: taglib has been ported to C2 yet.

Not really, but it doesn't manipulate the DOM directly, so it should
work, right?

Ulrich

-- 
Ulrich Mayring
DENIC eG, Systementwicklung

Re: [C2] Including external XML

Posted by Berin Loritsch <bl...@apache.org>.
mika.borner@telia.fi wrote:

> We store a lot of XML content on different webservers.
> 
> 
> 
> There are different ways to include external xml to be transformed in cocoon 2.

Yep.  There is the XInclude Processor, the util: taglib, and the document() function
in XSLT.

> 
> What would you prefere to use from the point of performance, and managebility.
> 
> Also we think about using authentication/auditing when accessing content.


Each of them using SAX as the mechanism, it is a point of preference for you.

> 
> How does the caching work, when including external sources?


C2 does not have Caching developed yet, but it is comming RSN.

> 
> Is it possible to use authentication when defining a source generator in the
> 
> sitemap? Or is it the best to use auth taglib within xsp?

I don't think the auth: taglib has been ported to C2 yet.

> 
> 
> 
> Thanks for any answer
> 
> 
> 
> Mika
> 
> 
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> 
> Please check that your question has not already been answered in the
> 
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
> 
> To unsubscribe, e-mail: <co...@xml.apache.org>
> For additional commands, e-mail: <co...@xml.apache.org>