Sublime directory Surf the web anonymous Pagerank Monitor


XML/RSS feed on this website

olaf
Tue 11 April 2006, 09:34 am GMT +0300
Hello,

If I open the rss feed on this site it is rendered together with a xsl stylesheet also in Firefox? How is this possible? Does SMF uses domxsl or xslt?

edit: OK both options are not since the stylesheet works with my own rss file on my local machine :D
but is there a xml parser inside FF (like in IE)?

Is this stylesheet standard used by SMF?

Nikolas
Tue 11 April 2006, 11:11 am GMT +0300
Actually this is a custom script I made, so this is not about SMF.

The xml is rendered throught the xslt file that defined like this :

Code:

<?xml-stylesheet href="./style.xsl" type="text/xsl"?>


olaf
Tue 11 April 2006, 11:19 am GMT +0300
Yes, I know about the xsl stylesheet, but how parsing the xml without a xml parser. That brings me back to the question is there a parser inside firefox?

Nikolas, is it OK to use your stylesheet as a basic for my own? I got some training (last year) about xml, xsl, xpath, schema ... but I need refresh.

Nikolas
Tue 11 April 2006, 11:23 am GMT +0300
Quote
Yes, I know about the xsl stylesheet, but how parsing the xml without a xml parser. That brings me back to the question is there a parser inside firefox?

I'm not sure if I understand what you say, but yes Firefox has an XML parser (it is also displaying errors, etc.)

Quote
Nikolas, is it OK to use your stylesheet as a basic for my own? I got some training (last year) about xml, xsl, xpath, schema ... but I need refresh.

Sure you can, just make sure that you remove the logo LoL :)

olaf
Tue 11 April 2006, 12:03 pm GMT +0300
ok didn't noticed before that there is a buildin xml parser in FF (that makes it easy to use XSL)

I will show you my stylesheet if its done, thanks

olaf
Wed 12 April 2006, 10:13 am GMT +0300
Hi Nikolas,

got your syle sheet working:
http://www.finalwebsites.com/scripts_rss.php Visit through proxy

Nikolas
Wed 12 April 2006, 10:19 am GMT +0300
Nice :)

olaf
Wed 12 April 2006, 10:27 am GMT +0300
I think I havae to use more xml feeds, First I think its a good way to use it in link directories or similar. Do you tried already a dynamic xsl file with php extension?

Nikolas
Wed 12 April 2006, 10:35 am GMT +0300
Yes ;)

You just need to send an xml header in the beggining of your code.

olaf
Wed 12 April 2006, 10:59 am GMT +0300
Yes ;)

You just need to send an xml header in the beggining of your code.
of course I do the same with xml files (I think that was a stupid question :D)

wineo
Mon 24 April 2006, 09:19 am GMT +0300
Hey Nikolas, do you mind if I use your stylesheet and xml as a template too? Thanks!

olaf
Mon 24 April 2006, 09:24 am GMT +0300
It's strange that there are no open source sheets since the RSS structure is standard...

Nikolas
Mon 24 April 2006, 02:14 pm GMT +0300
It seems that there is one now, LoL!

Wineo go ahead and use it :)

wineo
Mon 24 April 2006, 05:49 pm GMT +0300
Thanks! We should start an open source for these sheets...

olaf
Mon 24 April 2006, 05:52 pm GMT +0300
Thanks! We should start an open source for these sheets...
its a good idea, but we have to include all possible elements:

http://blogs.law.harvard.edu/tech/rss Visit through proxy

Archive for SMF v1.00 by N.P. Valid XHTML 1.0 Transitional