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]

Reply via email to