Re: [xsl] JSP &XML/XSL in netscape 6.0

Subject: Re: [xsl] JSP &XML/XSL in netscape 6.0
From: "Paul Sprakes" <paul@xxxxxxxxxxxxx>
Date: Wed, 30 Jan 2002 18:47:33 -0000
Are you setting the content-type in you jsp to text/xml?

if not try:
response.setContentType("text/xml");


>
> Hi,
> I am using XML in a jsp file(stocks.jsp)and using stocks.xsl as
stylesheet.Both the files are in same directory.
>
> I refer to the JSP file in unix box(apache web server with tomcat).
> https://192.168.166.25/~deshma/amex/stocks.jsp
>
> The xml content of jsp gets displayed in netscape w/o using XSL
stylesheet.
>
> If I have stocks.xsl in my C:/ (local host), the xml context uses it to
dislpay in netscape browser.
>
> I am in urgent need of a solution.
>
> With regds,
> Bharath
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread