RE: Having trouble forcing browser-side XSL transformations

2001-01-22 Thread Jeff Chapman
Thanks to all the suggestions to this puzzle. Nick Newman's suggestion to add the contentType did the trick. <%@ page language="java" contentType="text/xml" %> I also got a post from Anders Dahlberg suggesting an alternative way of doing the contentType as shown below: <% response.setContentTy

RE: Having trouble forcing browser-side XSL transformations

2001-01-19 Thread Russ White
Behalf Of Nick Newman Sent: Friday, January 19, 2001 1:39 PM To: Orion-Interest Subject: Re: Having trouble forcing browser-side XSL transformations Jeff, It looks as if you are not telling the page about its content type. Add the tag: <%@ page language="java" contentType="

Re: Having trouble forcing browser-side XSL transformations

2001-01-19 Thread Nick Newman
Jeff, It looks as if you are not telling the page about its content type. Add the tag: <%@ page language="java" contentType="text/xml" %> That may get you further. Nick At 11:57 AM 1/19/01 -0600, you wrote: >Hi Folks, > >Although I'm an experienced Java and Web >developer, I'm very new to