RE: Connection reset by peer: socket write error Can someone help

2001-01-29 Thread Jeff Chapman
Last weekend, I found that the source of my problem was purely IE5 and XML. I cobbled a way to test this with Netscape and this problem does not happen at all. I'm basically using JSPs to generate pure XML pages with references to XSL stylesheets so that IE5 can do the transformations (instead

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: %

Having trouble forcing browser-side XSL transformations

2001-01-19 Thread Jeff Chapman
have a JRE, we would emit a page with a reference to a compiled transformation (produced by Sun's XSLT compiler). If the browser has no XML nor JRE support, then the Server will perform the transformation and emit HTML. The ultimate goal is to maximize the utilization of the browser's capabilities. Anyone had any luck getting IEv5 to participate in this tactic from a JSP page? Any suggestions would be appreciated. Cheers, Jeff Chapman Pervasive Software