This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: JSP &XML/XSL in netscape 6.0


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]