Tibor,
Maybe I could use cforms instead of simple forms in my xsl.Is it possible to call a form template directly from xsl rather than having a sitemap entry for it or directly from my jx ?
I'm new in Cocoon and my approach may be wrong : I'm using an xsl to generate the site layout ; that xsl is linked to jx files with
<map:resources>
<map:resource name="html">
<map:transform src="stylesheet/main.xsl"/>
<map:serialize type="html"/>
</map:resource>
</map:resources>
<map:match pattern="static/*.jx"> <map:generate src="static/{1}.jx" type="jx" label="debug"/> <map:call resource="html"/> </map:match>
my jx receives data from my js flow file and xsl draws the stuff ... Where to place cform definition ?
Bests regards, Fab
_________________________________________________________________
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
