Have you tried an URL reference of your xsl? I had some troubles with the file read in the past. Just to see if this is the trouble try the URL reference, move your genitips.xsl to the root directory of your jetspeed webapp. Then change the

<parameter name="stylesheet" value="http://yourhost:8080/jetspeed/genitips.xsl";
hidden="false"/>

If this does not work then try putting your xsl on web server like apache in the hdocs and try

<parameter name="stylesheet" value="http://yourhost/genitips.xsl";
hidden="false"/>

Glen

Richard Bourner wrote:

Ok, Glen thanks for your help.
Here is my xreg:

<portlet-entry name="Genitips" hidden="false" type="ref" parent="XSL"
application="false">
<meta-info>
<title>Genitips</title>
<description>My Genitips</description>
</meta-info>
<parameter name="stylesheet" value="/WEB-INF/xsl/genitips.xsl"
hidden="false"/>
<url>/WEB-INF/xml/genitips2.xml</url>
<category>Richard</category>
</portlet-entry>


If I replace parent="XSL" with parent="RSS" and add

<classname>org.apache.jetspeed.portal.portlets.XSLPortlet</classname>
then, it shows in the list but the transformation is not applied.

At that point I have no more idea.

Richard


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

Reply via email to