Closed
Bug 312020
Opened 19 years ago
Closed 19 years ago
Namespace declaration not shown when rendering XML files
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 175946
People
(Reporter: KlausRusch, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050727
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050727
The namespace declaration not shown when rendering XML files.
For example, the sample file starts with
<rss xmlns:itunes="http://www.itunes.com/DTDs/Podcast-1.0.dtd" version="2.0">
Mozilla renders this as
<rss version="2.0">
but does render elements in the itunes namespace.
Reproducible: Always
Steps to Reproduce:
Expected Results:
Include namespace declarations in XML rendering
Comment 1•19 years ago
|
||
*** This bug has been marked as a duplicate of 175946 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•