As the other poster this is the typical behaviour. To minimise
confusion on the users part you can take a approach similar to to bbc.
If you look at the following rss feed it's been transformed with xslt:
http://news.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss.xml
here is the xsl
http://news.bbc.co.uk/shared/bsp/xsl/rss/nolsol.xsl

You can probably use a similar approach. You should learn a bit about
xsl if you want to take this approach. You can do this at this site
(yes I know w3schools aren't brilliant but it's the best I can easily
find for free):

http://www.w3schools.com/xsl/

Also if you want an rss (or atom) feed to show up in the corner of
firefox by putting the following code in the head of the of the page
you want the icon to show up on.

<link href=" http://absolute.link.com/to/the/rss/file.xml";
rel="alternate" type="application/rss+xml" title="The title of the
feed" />


I don't know about other browsers but I presume that they'll use this too.


If this looks like rambling that's because I've just woken up,
Frankie.

On 10/04/06, coulix <[EMAIL PROTECTED]> wrote:
>
> hi i amnage to make the feed working, but when a user clic on it i
> would it to be an xml file with foo.xml formal, actually now its only
> foo so rss agregators still works but when you clic on it, t ask how to
> open it ect.
>
> I know its not very important since anyway it is not mean to be read in
> the browser, but still.
> thank you :)
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to