IE XSLT caching problem

2003-09-12 Thread Enoch Root
Hi all; I'm doing client side XSLT and forms in my webapp usually generate XML responses as below: ?xml version=1.0 encoding=ISO-8859-9? ?xml-stylesheet type=text/xsl href=/xsl/foo.xsl? root ... /root I've dumped HTTP traffic and it seems that whenever IE tries to fetch /xsl/foo.xsl it sends

data input to an XSL produced page -- best practices

2003-02-20 Thread Enoch Root
Hi all; I'd like to know what others are doing in for below situations and what are the best practices in general. I'm producing my HTML pages by processing XML data with XSL stylesheets, and there are certain editable inputs, like date. The respective field is stored in the form -mm-dd in

install vs. deploy

2002-12-22 Thread Enoch Root
Hi all; I've a certain webapp that works when I deploy it and doesn't when i install. Specifically, in the latter case it fails to establish database connection. I'm using Ant tasks for the job. Could anyone guess what may cause it? Another minor problem is, when I do ant dist, though I do