> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
> > > > 2.
> > > > Use Castor's marshalling capabilities:
> > > > 
> > > > <some-items anAttr="aVal">
> > > >         <xsp:logic>
> > > >                 model.marshal(this.contentHandler);
> > > >         </xsp:logic>
> > > > </some-items>
> > > 
> > > This sounds perfect.
> > 
> > You can use CastorTransformer from Cocoon scratchpad 
> instead. It looks 
> > something like this:
> > 
> > <some-items anAttr="aVal">
> >     <castor:insertBean name="model" [mapping="mapping.xml"] /> 
> > </some-items>
> > 
> > You'll find it here: xml-cocoon2\src\scratchpad\webapp\mount\castor\
> > 
> > Regards,
> >   Konstantin Piroumian
> 
> xml-cocoon2\src\scratchpad\webapp\mount\castor\  - is it 
> included in cocoon2's last release? Could not find it. Do you 
> have a link to download it? - Thanks!

Not sure about the released version. You can download the latest src from
CVS. Try also to search in src directory for 'castor', it could be moved to
another place since release. At last, you can try to get it through the CVS
snapshots: http://cvs.apache.org/snapshots/xml-cocoon2/

Konstantin

> 
> Regards,
> 
> Harald
> 
> -- 
> GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net
> 
> 
> ---------------------------------------------------------------------
> Please check that your question has not already been answered 
> in the FAQ before posting. 
<http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to