Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Viewing XML in Opera

680 views
Skip to first unread message

Milhouse Van Houten

unread,
Jul 14, 2004, 7:13:55 PM7/14/04
to
Once in a while, I'll click on an XML icon to see what someone's RSS feed
consists of (whether it's a summary or full feed, etc) before subscribing to
it in my aggregator, and I've noticed in Opera that the information is
presented as a lump, while in IE and Firefox it's nicely formatted and even
color-coded. Am I right to assume there's a way to make this happen in
Opera? Here's an example:
http://www.osnews.com/files/recent.rdf


Simon Gabriel

unread,
Jul 14, 2004, 7:21:24 PM7/14/04
to
Am Wed, 14 Jul 2004 23:13:55 GMT schrieb Milhouse Van Houten
<bt...@myrealbox.com>:

> Once in a while, I'll click on an XML icon to see what someone's RSS feed
> consists of (whether it's a summary or full feed, etc) before
> subscribing to
>

Opera suscribes the respective RSS-feed automatocally with its reader.

Milhouse Van Houten

unread,
Jul 14, 2004, 7:42:03 PM7/14/04
to
"Simon Gabriel" <Simon....@rwth-aachen.xxx> wrote in message
news:opsa5htyooeq49se@simon...

>
> Opera suscribes the respective RSS-feed automatocally with its reader.

It doesn't for me (I don't use Opera's mail), and I wouldn't want it to. You
should be able to view a raw XML document with a browser, right?


Andrew Urquhart

unread,
Jul 14, 2004, 9:02:25 PM7/14/04
to

IE uses XSLT to do this (view the following proprietary URI in
WinIE5.5+: res://msxml.dll/defaultss.xsl) but Opera doesn't support it.
A CSS sheet is the next best thing though and some RSS feeds already
contain a processing instruction to suggest CSS presentation. If no such
sheet is specified in the XML document you could add your own, e.g. for
an Atom feed you could view source on the feed, paste in after the XML
declaration:
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css"
type="text/css"?>
and then save the XML file and use the *refresh display* option in
Opera.

Unfortunately the biggest problem is that I don't seem to be able to
turn off Opera's RSS feed viewer, it always springs to life and hijacks
a feed :-(
--
Andrew Urquhart
- My reply address is invalid, see www.andrewu.co.uk/contact/


Nils Breunese

unread,
Jul 14, 2004, 8:58:26 PM7/14/04
to
On Wed, 14 Jul 2004 23:42:03 GMT, Milhouse Van Houten <bt...@myrealbox.com>
wrote:

Before Opera had the RSS capabilities, that was all you got: a raw XML
document, which is nothing but text. You might as well open it in a text
editor, you'd see the same thing. IE and Firefox probably use some sort of
stylesheet to display the XML file. XML is only the data (content), you'd
need a separate layout definition to show it in a fancy way. Apparently
when such a definition is not present those browsers render the XML in a
default way. You could probably create a user stylesheet for the same
effect.

breun.
--
Opera 7.52 build 727
Fedora Core 2 Linux
AMD Athlon XP 2400+
512 MB RAM

Milhouse Van Houten

unread,
Jul 14, 2004, 9:24:46 PM7/14/04
to
"Andrew Urquhart" <useWebsiteInSi...@spam.invalid> wrote in
message news:BIkJc.446$_S6...@newsfe5-win.ntli.net...

>
> Unfortunately the biggest problem is that I don't seem to be able to
> turn off Opera's RSS feed viewer, it always springs to life and hijacks
> a feed :-(

Thanks all for the input.

And you use Opera Mail I assume, right? If you don't care about mail, I
think unchecking the Mail option in Preferences should make Opera ignore
RSS.


exclipy

unread,
Jul 15, 2004, 1:53:16 AM7/15/04
to
> And you use Opera Mail I assume, right? If you don't care about mail, I
> think unchecking the Mail option in Preferences should make Opera ignore
> RSS.

Yes and yes. There's a stylesheet that you can download somewhere that
makes the RSS display prettily displayed without needing the Mail
component.

--
Kevin W :-)
Opera/CSS/webdev blog: http://www.exclipy.com/
Email: http://www.exclipy.com/thissite/contact.html

Toman

unread,
Jul 15, 2004, 3:24:06 AM7/15/04
to
On Thu, 15 Jul 2004 15:53:16 +1000, exclipy <con...@in.sig> wrote:

>> And you use Opera Mail I assume, right? If you don't care about mail, I
>> think unchecking the Mail option in Preferences should make Opera ignore
>> RSS.
>
> Yes and yes. There's a stylesheet that you can download somewhere that
> makes the RSS display prettily displayed without needing the Mail
> component.

<http://home.no.net/polynar/opera/v7/custom/custom_css.php#rssread>

--
(AT operamail.com)
http://toman.blogspot.com
Do you like Firefox' interface but Opera's features?
- Blend them here: http://www.opera.com/startup/customize/

Andrew Urquhart

unread,
Jul 15, 2004, 6:08:31 AM7/15/04
to
*Milhouse Van Houten* wrote:
> "Andrew Urquhart" <useWebsiteInSi...@spam.invalid> wrote in
> message news:BIkJc.446$_S6...@newsfe5-win.ntli.net...
>>
>> Unfortunately the biggest problem is that I don't seem to be able to
>> turn off Opera's RSS feed viewer, it always springs to life and
>> hijacks a feed :-(
>
> Thanks all for the input.
>
> And you use Opera Mail I assume, right?

No, but if I disable M2 (uncheck 'Enable mail and chat') the RSS viewer
still hijacks a feed regardless. Unfortunately then there is no menu
option to remove the feed because the mail menu is disabled with
disabling M2!

> If you don't care about
> mail, I think unchecking the Mail option in Preferences should make
> Opera ignore RSS.

I agree that it *should*, yes :-)

Chris Game

unread,
Jul 15, 2004, 6:39:18 AM7/15/04
to
Toman wrote:

>> Yes and yes. There's a stylesheet that you can download
>> somewhere that makes the RSS display prettily displayed
>> without needing the Mail component.
>
> <http://home.no.net/polynar/opera/v7/custom/custom_css.php#rssread>

Interesting; any way of getting O. to recognise a RSS page and using
the appropriate style sheet automatically?

--
Chris Game

What is a "free" gift ? Aren't all gifts free?

Toman

unread,
Jul 15, 2004, 7:50:27 AM7/15/04
to
On Thu, 15 Jul 2004 11:39:18 +0100, Chris Game <chri...@example.net>
wrote:

> Toman wrote:
>
>>> Yes and yes. There's a stylesheet that you can download
>>> somewhere that makes the RSS display prettily displayed
>>> without needing the Mail component.
>>
>> <http://home.no.net/polynar/opera/v7/custom/custom_css.php#rssread>
>
> Interesting; any way of getting O. to recognise a RSS page and using
> the appropriate style sheet automatically?

Using that stylesheet all the time doesn't affect normal browsing since it
doesn't try to do anything to anything but RSS pages. Just follow the
instructions in the stylesheet and Opera will automatically format the
feed.

Chris Game

unread,
Jul 15, 2004, 2:03:02 PM7/15/04
to
Toman wrote:

> Using that stylesheet all the time doesn't affect normal browsing
> since it doesn't try to do anything to anything but RSS pages.
> Just follow the instructions in the stylesheet and Opera will
> automatically format the feed.

Thanks for the hint - I'll copy and paste the useful lines into my
user style sheet.

(Phew! What's this bogus|title stuff?)

--
Chris Game

"Common sense is that layer of prejudices which we acquire before
we are sixteen." -- Albert Einstein

Toman

unread,
Jul 15, 2004, 4:42:29 PM7/15/04
to
On Thu, 15 Jul 2004 19:03:02 +0100, Chris Game <chri...@example.net>
wrote:

> Toman wrote:


>
>> Using that stylesheet all the time doesn't affect normal browsing
>> since it doesn't try to do anything to anything but RSS pages.
>> Just follow the instructions in the stylesheet and Opera will
>> automatically format the feed.
>
> Thanks for the hint - I'll copy and paste the useful lines into my
> user style sheet.
>
> (Phew! What's this bogus|title stuff?)

Dont ask ;) (It makes sure the rule doesn't apply to normal <title>'s..
Lets me keep less selectors :) )

Milhouse Van Houten

unread,
Jul 16, 2004, 2:01:46 AM7/16/04
to
"Andrew Urquhart" <useWebsiteInSi...@spam.invalid> wrote in
message news:zIsJc.38$Z3...@newsfe2-win.ntli.net...

>
> No, but if I disable M2 (uncheck 'Enable mail and chat') the RSS viewer
> still hijacks a feed regardless. Unfortunately then there is no menu
> option to remove the feed because the mail menu is disabled with
> disabling M2!
>
>> If you don't care about
>> mail, I think unchecking the Mail option in Preferences should make
>> Opera ignore RSS.
>
> I agree that it *should*, yes :-)

Weird. Maybe it comes from having once used Mail before disabling it, or
something carried over from a previous version? All I know is that I started
with the current version, unchecked Mail/Chat almost right away (never run),
and I've never even seen the RSS viewer.


0 new messages