RE: x:transform is producing HTML that is not as I specified in my XSL document

2002-01-17 Thread Matt Raible
I found a solution with the following: I also found that IE renders the fonts a lot larger than Netscape, so when I turn on "Standards-compliant" mode with the doctype in IE 6 - I get different si

RE: x:transform is producing HTML that is not as I specified in my XSL document

2002-01-17 Thread Matt Raible
The good news is that this works, and gives me the output I desire. The bad news is that I think I found a bug in IE 6.0. When I change output to be "xml" - the following javascript gets changed to: Which *I think* is fine. However, this causes the page to not even display in IE, you can

Re: x:transform is producing HTML that is not as I specified in my XSL document

2002-01-17 Thread Matteo Di Giovinazzo
- Original Message - From: "Matt Raible" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 17, 2002 5:22 PM Subject: x:transform is producing HTML that is not as I specified in my XSL document > In my XSL document, I have > > doctype-public="-//W3C//DTD XHTML 1.0 Stri

DBTags Exception

2002-01-17 Thread Bill Moss
I get this exception when reloading a page quickly a few times... The page has several dbtag calls to a db within one dbtag connection. I set page buffer to 100k thinking it might help, but it didn't. My DBTags connect parameters are in web.xml and I'm using poolman (which is supposed to cach

RE: x:transform is producing HTML that is not as I specified in my XSL document

2002-01-17 Thread Matt Raible
I'm using x:transfrom as follows: <%@ page language="java" %> <%@ taglib uri="/WEB-INF/c.tld" prefix="c" %> <%@ taglib uri="/WEB-INF/x.tld" prefix="x" %> In my $xslt page, I am using the method. -Original Message- From: Shawn Bayern [mailto:[EMAIL PROTECTED]] Sent: Thursday, Januar

Re: x:transform is producing HTML that is not as I specified in myXSL document

2002-01-17 Thread Shawn Bayern
Hi Matt, I'm not sure which library you're referring to here; this looks not like JSTL (x:transform) but the XSL library (xsl:output). Shawn On Thu, 17 Jan 2002, Matt Raible wrote: > In my XSL document, I have > >doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" >

x:transform is producing HTML that is not as I specified in my XSL document

2002-01-17 Thread Matt Raible
In my XSL document, I have http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"/> which produces: http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> - when this should be http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> notice the lower case "html" at the beginning. Also, the transformat

RE: Standard Tag (x:transform) and loading a secondary XML doc using select="document('newdoc.xml')"

2002-01-17 Thread Matt Raible
I would consider this a bug in the x:transform tag, because when I call "/pages/index.jsp" directly and put in my page, it works fine. So the client-side rendering works... -Original Message- From: David M. Karr [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 16, 2002 5:49 PM To: [E