Closed
Bug 287567
Opened 20 years ago
Closed 20 years ago
Transformed xml document does not display properly
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: suntzu, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050323 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050323 Transformed xml document does not display properly but when the output viewed through "view selection source" is copied to another file and then viewed through mozilla it displays fine. The site DOES display correctly in IE6 . Reproducible: Always Steps to Reproduce: 1.go to url 2.Select ALL, view selection source 3.Copy to a new web document and view through browser Actual Results: goto http://www.suntzu.plus.com/xml/ascii.xml in mozilla or firefox Expected Results: goto http://www.suntzu.plus.com/xml/ascii.xml in IE
Comment 1•20 years ago
|
||
from ascii.xsl: <xsl:template match="standardset"> <table cellpadding="5" width="640"> These nodes do not have the correct namespace; in fact, they are in the null namespace. So they render as an unknown tag. no bug here.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Comment 2•20 years ago
|
||
>"view selection source" is copied to another file and then viewed through mozilla
>it displays fine.
(I suspect that this is a bug in view selection source. it does not put these
nodes in the null namespace)
You need to log in
before you can comment on or make changes to this bug.
Description
•