On Fri, 8 Jun 2001, Benoît Chauvet wrote:

> Hi dear cocoon users and hackers,
>
> Reading for past messages on this Mailing-list, I've found confirmation that 
>multiple XSP processing couldn't be chained...
>
> But what about xinclude ?

xinclude can be applied a couple of times.

If you use xinclude before XSP than the included content becomes part of
the compiled XSP java class and thus static with regard to the original
sources (until the class file is recompiled e.g. if the original xml file
changes)

If you call XInclude after the XSP than the xinclude will be performed
each time you request the file.


Jens


---------------------------------------------------------------------
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: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to