Cocoon2 is not currently supported in Jetspeed. XSP processing would be
done in Cocoon2 portlet. Until a Cocoon2 portlet is supported, XSP
processing should be done outside of Jetspeed. In your case install
Cocoon2 and configure a WebPagePortlet to display get content from
Cocoon2.
Paul Spencer
Peter Rajesh wrote:
>
> HI,
> I can create a XML/XSL portlet in the Jetspeed. Now i need to create a
> portlet which uses XSP (Extended Server Pages) and Cocoon Architecture. It
> uses XSL for rendering. Please let me know how to create a portlet of this
> type.
>
> Thanks,
>
> Regards
>
> Peter Rajesh
>
> [EMAIL PROTECTED] wrote:
>
> > Hello Peter,
> >
> > put the follow entry in your portlets.xreg (or local-portlets.xreg?):
> >
> > <portlet-entry name="XSLTry" hidden="false" type="ref" parent="XSL"
> > application="false">
> > <url>/WEB-INF/xml/myxml.xml</url>
> > <meta-info>
> > <title>XSL-Try</title>
> > <description>Output the xml file rendered by a xsl to a html
> > file</description>
> > </meta-info>
> > <parameter name="stylesheet.text/html" value
> > ="/WEB-INF/xsl/myxsl.xsl" hidden="false" />
> > <media-type ref="html"/>
> > </portlet-entry>
> >
> > - put myxml.xml in the directory "../WEB-INF/xml"
> > - put myxsl.xsl in the directory ".../WEB-INF/xsl"
> > - restart tomcat
> > - add portlet in costomize section
> >
> > Best regards,
> >
> > Karsten Gampe
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]