You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Christian Zoffoli <cz...@xmerlin.org> on 2002/04/30 12:04:42 UTC

problem inserting XML fragments

Hi to all.
I have a problem trying to insert XML fragments, actually I'm using

<util:include-expr>
	<util:expr>
		<xsp:expr>p( <xsp-request:get-parameter name="text_full" default=""/>
)</xsp:expr>
	</util:expr>
</util:include-expr>


but It only includes first tag 

<p>test</p>

instead of

<p>test</p><p>test1</p> etc etc

...How could I solve this problem ?


Thanks,
	Christian

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org