Closed
Bug 291921
Opened 20 years ago
Closed 20 years ago
xml/xslt to html transformation: table+iframe display incorrectly
Categories
(Core :: XSLT, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: jonnyufo, Assigned: peterv)
Details
Attachments
(1 file, 2 obsolete files)
|
1.93 KB,
application/octet-stream
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it-IT; rv:1.7.7) Gecko/20050414 Firefox/1.0.3 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; it-IT; rv:1.7.7) Gecko/20050414 Firefox/1.0.3 xml/xslt to html transformation: table+iframe display incorrectly I have a simple xml/xslt tranformation to create a html with iframes in table cells; when i load the xml in firefox there are 5 lines of pixels added at the bottom of the cell (reproducing the test, the added lines are different colored), but if i do the transformation (using msxsl.exe) and load the generated html again in firefox, the display is correct. In IE 6 the xml loads successful. Reproducible: Always Steps to Reproduce: 1. unpack the attachment (zip archive) in a directory 2. using firefox open videohv.xml; see the colored added lines (bad display) Actual Results: see the colored added lines (bad display) Expected Results: using firefox open videohv.html; there aren't any added lines (good display)
Updated•20 years ago
|
Attachment #181859 -
Attachment description: files used to reproduce the error → testcase
Comment 2•20 years ago
|
||
Could you post a better testcase your testcase does not work. I get a problem with loading files that are linked to a absolute path and not relative.
Comment 4•20 years ago
|
||
reporter, please make sure that your testcase validates, and that the difference in appearance is not an effect of quirks modes. XSLT output is always rendered in full standards mode. More info is on http://www.mozilla.org/docs/web-developer/quirks/
Attachment #181859 -
Attachment is obsolete: true
Attachment #181940 -
Attachment is obsolete: true
(In reply to comment #4) > reporter, please make sure that your testcase validates, and that the difference > in appearance is not an effect of quirks modes. > XSLT output is always rendered in full standards mode. > More info is on http://www.mozilla.org/docs/web-developer/quirks/ thanks... I added the line '<!DOCTYPE[..] strict>' and now the html is the same as the xsl transformation; i'll try to rearrange the content to be full standard.
marking invalid per comment 6
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•