I'm really confused. For some reason, when I have an XML/XSP file that undergoes XSLT transformation which generate HTML like this:
<html> <head> <base href="...." /> <link rel="stylesheet" type="text/css" href="......" /> <title>foobar</title> </head> </html> For some unknown reason These headers show up: Content-Base: .... Link: <.....>; rel="stylesheet" type="text/css" Title: I'm not 100% positive if this is the reason, but this seems to be doing something bad as far as giving cookies to browsers go. the browsers that I've been testing with can't always store the cookies, it seems. hmmm. Anyway, is this supposed to happen?? If so, is there a way to stop the parsing? --d --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]