You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by "jquantin@ireste.fr" <jq...@libertysurf.fr> on 2001/06/01 11:33:25 UTC

cocoon-process

C1.8.2 on tomcat
I want to know if i'm right! (good understanding)

Imagine you've got a very very complex xsp page that 
need : to look in a db, to see which file to load, to 
look inside another field of db,to ... So a very complex 
xsp page with a lot of cascading tag (xsp, esql,...) 
inside. (I mean tags commands which need the result of 
other processing tags to be semself process.)
I will have some dependence of tag like this :
<esql:get-string column= "toto"/>
<whatever xinclude:href"DEPEND ON TOTO">
<esql:query>DEPEND ON THE XINCLUDE PROCESS<esql:query>

You see my problem ?
So does the cocoon process tag and namespace need to be 
in good or special order :

<?cocoon-process type="xinclude"?>
<?cocoon-process type="xsp"?>
<?cocoon-process type="xslt"?>
<xsp:page
	xmlns:xsp="http://www.apache.org/1999/XSP/Core"
	xmlns:esql="http://apache.org/cocoon/SQL/v2"
	xmlns:xinclude="http://www.w3.org/1999/XML/xinclud
e"
>
And can I put esql result into xsp variable ?

Thanks a lot

JC


--------------
Profitez de l'offre sp�ciale Liberty Surf !
50 h / 95 F TTC par mois tout compris pendant 3 mois
http://register.libertysurf.fr/subscribe_fr/signup.php3



---------------------------------------------------------------------
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>