Hi Philippe,
- try to have your 3 tags on one line only (!)
- or insert the java generated code directly :
XSPUtil.includeString(SortieXML,this.manager, this.contentHandler);
Ludovic
----- Original Message -----
From: "LEBRETON Philippe" <philippe.lebreton@cti-paysloire.cnamts.fr>
To: <cocoon-users@xml.apache.org>
Sent: Monday, December 02, 2002 11:09 AM
Subject: Re: with Cocoon 2.0.3 <include-expr> does'nt work
> Christian Haul wrote:
>
> > On 29.Nov.2002 -- 01:50 PM, LEBRETON Philippe wrote:
> > > With cocoon 2.0.2, i use <include-expr> to include string with XML
data
> > > in my XML:
> > >
<util:include-expr><util:expr>SortieXML</util:expr></util:include-expr>
> > > and it work.
> >
> > Although the error message does not fit the diagnosis, please add
> > <xsp:expr/> around SortieXML.
>
> Ok i add <xsp:expr>like this :
> <util:include-expr>
> <util:expr>
> <xsp:expr>
> SortieXML
> </xsp:expr>
> </util:expr>
> </util:include-expr>
>
> and it does'nt work
>
> >
> >
> > Chris.
> > --
> > C h r i s t i a n H a u l
> > haul@informatik.tu-darmstadt.de
> > fingerprint: 99B0 1D9D 7919 644A 4837 7D73 FEF9 6856 335A 9E08
> >
> > ---------------------------------------------------------------------
> > Please check that your question has not already been answered in the
> > FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
> >
> > To unsubscribe, e-mail: <cocoon-users-unsubscribe@xml.apache.org>
> > For additional commands, e-mail: <cocoon-users-help@xml.apache.org>
>
>
> ---------------------------------------------------------------------
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
>
> To unsubscribe, e-mail: <cocoon-users-unsubscribe@xml.apache.org>
> For additional commands, e-mail: <cocoon-users-help@xml.apache.org>
>
>
>
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
To unsubscribe, e-mail: <cocoon-users-unsubscribe@xml.apache.org>
For additional commands, e-mail: <cocoon-users-help@xml.apache.org>
|