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

Reply via email to