Closed
Bug 279633
Opened 20 years ago
Closed 20 years ago
client side rendering of XML document after XSLT translation does not render as XML
Categories
(Core :: XML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 245868
People
(Reporter: gurney_j, Unassigned)
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.5) Gecko/20041217 Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.5) Gecko/20041217 If you specify that the result from the XSLT processing should be XML (via xsl:output, Mozilla/Firefox both render it as proportional text w/o any formating information or tags instead of poping up the XML browser when you open a raw XML or XSLT document. Firefox: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Reproducible: Always Steps to Reproduce: 1. open XML file with stylesheet information that renders it's output to XML 2. 3. Actual Results: you get just the text nodes from the resulting XML document w/o any element names. Expected Results: Display the standard XML file browser when no further stylesheet information is available. I'll attach sample documents. This happens on a vanila install of Firefox.
| Reporter | ||
Comment 1•20 years ago
|
||
base XML file for test case, from: http://surguy.net/articles/client-side-svg.xml
| Reporter | ||
Comment 2•20 years ago
|
||
This is slightly modified from the sample at: http://surguy.net/articles/client-side-svg.xml It adds an xsl:output tag.
Updated•20 years ago
|
Assignee: bugs → xml
Component: File Handling → XML
Product: Firefox → Core
QA Contact: aebrahim-bmo → ashshbhatt
Version: unspecified → Trunk
Comment 3•20 years ago
|
||
*** This bug has been marked as a duplicate of 245868 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•