Closed
Bug 170094
Opened 23 years ago
Closed 23 years ago
dom not perfect when going from html to xsl
Categories
(Core :: XSLT, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 130161
People
(Reporter: patrick.fromberg, Assigned: peterv)
Details
I have a testcase on the following url. www.b-more.de/test/a.xml Unfortunately
my provider musst still add the mimetype, so you musst copy. The problem ist the
following in javascript:
e = document.createElement("p");
e.style; // is undefined now.
This problem I have only with xsl files, but not with html. This means, there is
a bug even though the transformation is correct, as DOM works dispite this error.
The problem can also be reproduced with Mozilla 1.1 in WindowsNT.
Mozilla/5.0 (Windows; U; WinNT4.0; de-AT; rv:1.1) Gecko/20020826
*** This bug has been marked as a duplicate of 130161 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•