Closed
Bug 245868
Opened 21 years ago
Closed 21 years ago
When using XSLT to transform an XML file, result is not prettyprinted
Categories
(Core :: XSLT, enhancement)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: Biesinger, Assigned: peterv)
References
Details
when I transform xml->xml using xslt, then the result is shown like with style
*{display:inline}, and not prettyprinted. would be nice if it were prettyprinted.
Comment 1•21 years ago
|
||
I would be fine with WONTFIXing this.
It would be a HUGE architectural hassle with only a small additional value.
Severity: normal → enhancement
agreed, while neat and all i don't see that it adds any value. Why would you do
xml->undisplayable-xml transforms through a PI anyway in mozilla? If you are
doing xml->xml transforms in js you could always apply the prettyprint
stylesheet on the result and display that manually.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WONTFIX
| Reporter | ||
Comment 3•21 years ago
|
||
(In reply to comment #2)
> agreed, while neat and all i don't see that it adds any value. Why would you do
> xml->undisplayable-xml transforms through a PI anyway in mozilla?
because I had to do a transformation of xml->undisplayable-xml
and I decided to use mozilla to test it, since I knew it supported xslt.
ah well. would've been nice.
you should be able to use js and do two transforms where the second one is the
prettyprint. Another alternative would be to make mozilla apply xslt on the
result of an xslt transform if the result contains an xslt PI. I think we have,
or had, a bug on that.
| Reporter | ||
Comment 5•21 years ago
|
||
*** Bug 279633 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•