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]