Closed
Bug 92706
Opened 24 years ago
Closed 23 years ago
XSLT style sheet served as text/plain
Categories
(Tech Evangelism Graveyard :: English US, defect, P1)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: hsivonen, Assigned: peterv)
References
()
Details
(Keywords: qawanted)
Steps to reproduce:
1) Load http://www.w3.org/Style/XSL/Overview.xml in Mozilla
2) Notice that a plain text dump is displayed.
3) Take a look at the source. The style sheet is:
http://www.w3.org/Style/XSL/stylesheets/public2html.xsl
4) Examine the content type the server sends for the style sheet. (eg. by
implementing a HTTP client manually using telnet.)
Actual results:
The style sheet is served as text/plain. Hence, it doesn't get applied and
Overview.xml is displayed as a plain text dump.
Expected results:
Expected the style sheet to be served using either text/xml or application/xml.
Additional information:
You can use this HTTP request to reproduce:
GET /Style/XSL/stylesheets/public2html.xsl HTTP/1.1
Host: www.w3.org:80
Accept: text/xml, application/xml, application/xhtml+xml, text/html;q=0.9
This bug is *not* a duplicate of bug 88614, even though the visual symptoms are
the same.
Reporter | ||
Comment 1•24 years ago
|
||
P1--major site, major technology demo problem (although a minor practical problem)
Priority: -- → P1
Comment 2•24 years ago
|
||
per comments in bug 88614, giving to peterv since he has contacts at w3.
Peter, if it is not appropriate give you these bugs, please assign them back to
me, but could you provide any confact info you may have? thanks. --bc
Assignee: bclary → peterv
Reporter | ||
Comment 3•24 years ago
|
||
I can't get the transformation to apply even if I feed the files to Mozilla
using the right content type. I can't figure out what is wrong beyond the
content type.
Comment 4•24 years ago
|
||
All Evangelism Bugs are now in the Product Tech Evangelism. See bug 86997 for
details.
Component: Evangelism → US English
Product: Browser → Tech Evangelism
Version: other → unspecified
Assignee | ||
Comment 5•24 years ago
|
||
Max, this is one of the problems with the w3c server. The XSLT stylesheet is
getting served as text/plain, it should be text/xml.
Status: NEW → ASSIGNED
Comment 6•24 years ago
|
||
Just tried it now and it works. This bug should be closed. -mike
Hmm... It seems to work well in a trunk build, but NS 6.1 shows just the W3C logo :(
So from mozilla.org's point of view this is closed. Do we want to do something
for Netscape here? Would probably involve debugging the stylesheet to see what
breaks in NS 6.1, coming up with a workaround and getting W3C to apply it for
the stylesheet...
Comment 8•24 years ago
|
||
Probably CSS styles in the result doc, I think Axel Hecht debugged that.
Comment 9•24 years ago
|
||
Can't test this, thanx to SUN I don't have a NS6.1 at my disposal.
CSS stylesheet shouldn't be the problem here, the divs should still be displayed
Axel
Keywords: qawanted
Comment 10•24 years ago
|
||
Still a problem with Mozilla 0.9.4
*** Bug 102965 has been marked as a duplicate of this bug. ***
Comment 12•23 years ago
|
||
fixed in 2002010403 and ns6.2
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•