Closed Bug 181322 Opened 22 years ago Closed 22 years ago

XML tree is displayed with message "This XML file does not appear to have any style information associated with it"

Categories

(Core :: XSLT, defect)

defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: devotip, Assigned: peterv)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.3a) Gecko/20021119
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.3a) Gecko/20021119

At provided url is displayed XML tree instead of style handled content.
May be just an evangelize matter since it works with IE6

Reproducible: Always

Steps to Reproduce:
1.open http://www.devpride.com/Universita/default.htm


Actual Results:  
XML tree is displayed

Expected Results:  
style should be applied to xml content
to XSLT for triage, but it looks like the site's usage of XSLT is just
completely broken....
Assignee: asa → peterv
Component: Browser-General → XSLT
OS: Windows 98 → All
QA Contact: asa → keith
Hardware: PC → All
<xsl:stylesheet xmlns:xsl="uri:xsl">

That namespace is completely wrong, it needs to be
http://www.w3.org/1999/XSL/Transform (see
http://www.mozilla.org/projects/xslt/index.html#faq). Reporter: can we close
this or should we reassign to evangelism?
> <?xml:stylesheet href="index.xsl" type="text/xsl"?>

and linking to stylesheets are done using using a  xml-stylesheet  processing
instruction (not xml:stylesheet). I.e. it should look like this:

<?xml-stylesheet href="index.xsl" type="text/xsl"?>
If nothing belongs to mozilla is appropriate to close this as invalid.
INVALID per reporter.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID

This bug appeared with version 65, I had to reinstall version 63 to be able to se the page correctly.
I was expecting this misbehavior fixed wit the today latest version but the phenomenon is still there.

I'm under VIN7 udated, firefox quantum 65.0(64bits);

Reproducible: Always

Steps to Reproduce:
web site: http://radiofrance-podcast.net/podcast09/rss_18189.xml

site display (sorry it'french):
QUOTE:
"Aucune information de style ne semble associée à ce fichier XML. L’arbre du document est affiché ci-dessous.
<rss version="2.0"><channel><title>Le Bach du dimanche</title><link>http://www.radiofrance.fr/</link><description>Chaque dimanche, 2 heures entièrement consacrées au Cantor de Leipzig.</description><language>fr</language><copyright>Radio France</copyright><lastBuildDate>Sun, 03 Feb 2019 08:58:31 +0100</lastBuildDate><generator>Radio France</generator><image></image><itunes:author>France Musique</itunes:author><itunes:category text="Music"/><itunes:explicit>no</itunes:explicit>"
UNQUOTE

When could we expect this bug to be fixed so we could use the latest version?

Kind regards

You need to log in before you can comment on or make changes to this bug.