Try creating an xsl directory in you Jetspeed webapp. Place myXSL.xsl in this jetspeed/xsl directory. Set
<parameter name="stylesheet" value="http://myhost:myport/jetspeed/xsl/myXSL.xsl"; ...
Just as you would set up the parameter source.
Glen

Richard Bourner wrote:
Sangam,
apparently, the <parameter name="stylesheet" value="myXSL.xsl"...
should be what you need.
That's what I did but for some reason, I still can't see the result on the
screen.
If you manage to use your XSL with this new parameter, let me know.

Richard



-----Original Message-----
From: Sangam Dash [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 12, 2002 12:59 PM
To: Jetspeed Users List
Subject: Re: How to use my own .xls file?


Richard Bourner wrote:


Glen,
do you happen to have any example of a XSL tranformation that
you can send me?

I can't see my XML file when using <parameter name="stylesheet"...>
as you mentioned ealier.


Basically I have:

in my Registry file:
--------------------
	<portlet-entry ...>
        ...
        <parameter name="stylesheet" value="/WEB-INF/xsl/convert.xsl"
hidden="false"></parameter>
        <url>/WEB-INF/xml/data.xml</url>
        <category>news</category>
	</portlet-entry>

a XML file (/WEB-INF/xml/data.xml):
-----------------------------------
	...
	<!DOCTYPE top SYSTEM "/WEB-INF/dtd/mydtd.dtd" >
	...

a DTD file (/WEB-INF/dtd/mydtd.dtd)
-----------------------------------

a XLS file (/WEB-INF/xsl/convert.xsl)
-------------------------------------


Any idea?

Thx
Richard


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

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


Hi

I have an xml file that is coming from some URL.
I have my own XSL file to convert it and show it inside a portlet.
Anybody know how to do this?
Thanks
sangam dash



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


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



--
Glen Carl
Computer Sciences Corporation (CSC)
(831)656-4642
[EMAIL PROTECTED]


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

Reply via email to