Re: Firefox/XML/XSL rendering problem
Jonas Sicking <[email protected]> Mon, 09 Apr 2007 12:01:16 -0700
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: > I'm trying to turn a HTML 4.01 Transitional webpage into an XML/XSLT > webpage, and well, it works, except for one minor rendering problem - > in Firefox, a little space (http://noodley.com/private/ffrender.jpg) - > it's where the red lines go through between some elements of the > design shows - I have no idea why, and with the exact same code, but > as an HTML file, this doesn't happen. > > HTML: http://noodley.com/sacrifice/ > XML/XSLT: http://noodley.com/sacrifice/index.xml > > I'll be *veryyyyyyyyyy* grateful if someone could help me fix it :) Would be great if you could produce a minimal testcase where the HTML file and the XSLT file produces different results. And make sure to keep the HTML file in standards mode (yours already is) since XSLT pages always render in standards mode. / Jonas