Closed
Bug 112456
Opened 24 years ago
Closed 24 years ago
XML/XSL does not work ...
Categories
(Core :: XSLT, defect)
Core
XSLT
Tracking
()
RESOLVED
INVALID
People
(Reporter: roland.mainz, Assigned: keith)
References
()
Details
The given example URL does not load in yesterdays trunk nor in the 0.9.5
milestone - and we cannot figure out what's going wrong ... any ideas ?
Comment 1•24 years ago
|
||
There is an error in the xsl file at
http://teufel.informatik.med.uni-giessen.de/test/helloworld.xsl.
The xsl:stylesheet element does not contain a version attribute which is
mandatory (see http://www.w3.org/TR/xslt#stylesheet-element ).
Adding a version="1.0" attribute should correct the problem.
| Reporter | ||
Comment 2•24 years ago
|
||
Nope, it does not fix it ... ;-(
Comment 3•24 years ago
|
||
This doesn't look like an XSLT problem. The processor isn't even called. Weird
thing: trying to open
http://teufel.informatik.med.uni-giessen.de/test/helloworld.xsl in the browser
gives me a download dialog for a file of type text/xml, it should just show that
file. No idea what's going on.
Comment 4•24 years ago
|
||
Saving and opening the files locally works. :/
| Reporter | ||
Comment 5•24 years ago
|
||
> Weird thing: trying to open
> http://teufel.informatik.med.uni-giessen.de/test/helloworld.xsl in the browser
> gives me a download dialog for a file of type text/xml, it should just show
> that file. No idea what's going on.
text/xml ?! No!
-- snip --
% wget http://teufel.informatik.med.uni-giessen.de/test/helloworld.xsl
--21:28:17-- http://teufel.informatik.med.uni-giessen.de:80/test/helloworld.xsl
=> `helloworld.xsl'
Connecting to teufel.informatik.med.uni-giessen.de:80... connected!
HTTP request sent, awaiting response... 200 OK
Length: 657 [text/xsl]
0K -> [100%]
21:28:17 (641.60 KB/s) - `helloworld.xsl' saved [657/657]
-- snip --
Comment 6•24 years ago
|
||
Oh, if you say so it's easy. text/xsl doesn't exist as a mime type. (It still
gives me a download dialog for text/xml)
http://www.mozilla.org/projects/xslt/index.html#faq
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Comment 7•24 years ago
|
||
Roland, you're seeing bug 78943 with that dialog. It should be fixed soon, I
hope...
You need to log in
before you can comment on or make changes to this bug.
Description
•