473,807 Members | 2,851 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

What am I doing wrong; Stylesheet missing in Mozilla FireFox RSS

I'm playing around with FireFox and RSS for the first time
and I'm getting this error

"This XML file does not appear to have any style information
associated with it. The document tree is shown below."

There is a "use this style sheet" entry in the properties for RSS
that is blank in the fresh install (XP). I've tried putting
the path for a couple of the .css files in the crome folder,
with no success.

The rss URLs I'm using are copy/pasted from feedreader, which
works fine.

Any suggestions ?



--
Al Dykes
-----------
ad****@panix.co m

Jul 20 '05 #1
4 11263
It seems "Al Dykes" wrote in
comp.infosystem s.www.authoring.stylesheets:
I'm playing around with FireFox and RSS for the first time
and I'm getting this error

"This XML file does not appear to have any style information
associated with it. The document tree is shown below."


Well gee, let me concentrate and see if I can guess the URL of the
site you're talking about, so that I might have a prayer at giving a
useful answer.

Sorry, no, my ESP is on the fritz today.

All I can suggest is that perhaps the server is badly configured and
is serving up the CSS as something other than "text/css". Mozilla
with XML does require the CSS file to be of the right MIME type.

--
Stan Brown, Oak Road Systems, Cortland County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
2.1 changes: http://www.w3.org/TR/CSS21/changes.html
validator: http://jigsaw.w3.org/css-validator/
Jul 20 '05 #2
In article <MP************ ************@ne ws.odyssey.net> ,
Stan Brown <th************ @fastmail.fm> wrote:
It seems "Al Dykes" wrote in
comp.infosyste ms.www.authoring.stylesheets:
I'm playing around with FireFox and RSS for the first time
and I'm getting this error

"This XML file does not appear to have any style information
associated with it. The document tree is shown below."
Well gee, let me concentrate and see if I can guess the URL of the
site you're talking about, so that I might have a prayer at giving a
useful answer.

Sorry, no, my ESP is on the fritz today.


I've tried about a dozen well known public rss URLs, like slashdot,
newsforge, and Ziff-Davis. They all work in feedreader and none do on
Firefox, so it looks like it'a a generic setup problem on my FireFox
setup.

http://slashdot.org/index.rss is one of them.

All I can suggest is that perhaps the server is badly configured and
is serving up the CSS as something other than "text/css". Mozilla
with XML does require the CSS file to be of the right MIME type.

--
Stan Brown, Oak Road Systems, Cortland County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
2.1 changes: http://www.w3.org/TR/CSS21/changes.html
validator: http://jigsaw.w3.org/css-validator/

--
Al Dykes
-----------
ad****@panix.co m

Jul 20 '05 #3
On 23 Feb 2004 19:59:59 -0500, Al Dykes <ad****@panix.c om> wrote:
In article <MP************ ************@ne ws.odyssey.net> ,
Stan Brown <th************ @fastmail.fm> wrote:
It seems "Al Dykes" wrote in
comp.infosystem s.www.authoring.stylesheets:
I'm playing around with FireFox and RSS for the first time
and I'm getting this error

"This XML file does not appear to have any style information
associated with it. The document tree is shown below."


Well gee, let me concentrate and see if I can guess the URL of the
site you're talking about, so that I might have a prayer at giving a
useful answer.

Sorry, no, my ESP is on the fritz today.


I've tried about a dozen well known public rss URLs, like slashdot,
newsforge, and Ziff-Davis. They all work in feedreader and none do on
Firefox, so it looks like it'a a generic setup problem on my FireFox
setup.

http://slashdot.org/index.rss is one of them.


AFAIK, Firefox is not a newsfeed reader. So it has no default style to
handle it, and feeds generally don't came with styles included: they are
not made for web browsers, but for some feed reading software. There is an
add-on available to turn Firefox (or Mozilla) into a feedreader, IIRC, and
there are plenty of standalone feedreaders. Opera can be set up with a
user stylesheet to show styled RSS in a browser page [1], and Opera 7.5
(available as preview only at this moment) will include a feedreader
integrated in the mail client.

[1] http://home.no.net/polynar/opera/v7/custom.php#rssread

--
Rijk van Geijtenbeek

The Web is a procrastination apparatus:
It can absorb as much time as is required to ensure that you
won't get any real work done. - J.Nielsen
Jul 20 '05 #4
AD.
On Mon, 23 Feb 2004 19:59:59 -0500, Al Dykes wrote:
I've tried about a dozen well known public rss URLs, like slashdot,
newsforge, and Ziff-Davis. They all work in feedreader and none do on
Firefox, so it looks like it'a a generic setup problem on my FireFox
setup.

http://slashdot.org/index.rss is one of them.


Forgive me for being a little thick, but maybe it's all behaving properly?

Mozilla is just pointing out that this particular xml file has no
stylesheet associated with it - and why should it, it's an RSS feed. What
would it need a stylesheet for? Isn't supposed to be read by other
software rather than humans?

Maybe the fact that feedreader knows it's dealing with RSS feeds, means
that it doesn't bother to notify you that there's no stylesheet, and just
displays it in a way it thinks an RSS feed should be meaningfully
displayed. Whereas Mozilla just thinks it's a generic xml file or some
sort and without a stylesheet just displays it as a tree.

Or have I missed something? :)

Cheers
Anton
Jul 20 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
15935
by: Mr. Clean | last post by:
Apparently Mozilla/Firefox doesn't support the bordercolor attribute of the table tag. Here's what I do that works in IE: <table border="1" cellpadding="2" cellspacing="0" width="380" bordercolor="#CB0017"> Now, if I add this to my CSS:
1
2432
by: Tim Slattery | last post by:
I have a div that's defined like so: <div id="footer"> footer text for web pages </div> In the stylesheet is this entry: #footer { background-color: #006600;
15
5857
by: Johan | last post by:
Hi, I've been working on the following piece of code and it works fine in IE and Opera, dut keep getting the same error in Firefox. Can anyone tell me what's wrong with this code? What I'm trying to do is rewrite the left (navigationframe) and load a page on the right (mainframe). tia, Johan
7
13267
by: WH | last post by:
<html> <head> <style type="text/css"> html, body { overflow: hidden; } </style> </head> <body onload="showit()" leftMargin="0" rightMargin="0" topMargin="0"
13
13177
by: Jeff | last post by:
Hi! I'm trying to update a number in a document with the following code. It displays a number, a div block with a minus sign and a div block with a plus sign. When I click the plus sign I want the number to add one to itself, and when I press minus I want it to subtract one. This works in Internet Explorer, but nothing happens in Mozilla. Can any bright head here spot what I'm doing wrong? What here might
3
3759
by: jwayne | last post by:
I'm trying to implement a navigation bar with multiple a href classes. The following example works exactly as I want it to, but for Internet Explorer only. Firefox does not indent each link. http://jonathanwayne.com/test/test.html Here's the relevant snippet: <div class="nav"> <a href="#">link 0</a>
0
1434
by: BACON | last post by:
I'm just starting the process of reorganising my modest little website and cleaning up all the HTML, and the logical place to begin was with the homepage. I made a simple little ASP.NET control that I can drop into the beginning of any page and it will generate HTML to display my logo, a link, and (optionally) a quote of the day, all of which will be horizontally centered at the top of the page by my default stylesheet. For the main page,...
4
1707
by: viral612 | last post by:
i m trying to see the xml in a browser using an xslt.... My xml i have defined as <?xml version=" 1.0" encoding="ISO-8859-1"?> <?xml-stylesheet type="text/xsl" href="Topic_publications_xsl.xsl"?> <!DOCTYPE root > <root> &about;
3
18985
by: jariwaladivyesh | last post by:
Hi frnds, i have simple XML doc <?xml version="1.0" encoding="utf-8"?> <?xml-stylesheet type="text/xsl" href="test.xsl"?> <data> <name> Divyesh Jariala</name> </data>
0
9720
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9599
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10374
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9193
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7650
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6879
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4330
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3854
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3011
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.