You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by "Izzo, Graziano" <GI...@na.atos.it> on 2000/09/14 15:16:47 UTC

xml:dinamic tags

	Hi  people,
	I would like to generate, dinamically, an two level
	tags.
	The following sintax doesn't seems to work :

	<xsp:logic>
	if (........)
	 		<xsp:element.....>
	                              	<xsp:element.....>

					</xsp:element>
			</xsp:element>
		
> </xsp:logic>
> 
 
Could you suggest me the right form?


Graziano