Incorporate one RSS feed into another, perhaps? How?

I use JAlbum to create my web album and since version 8.1 JAlbum supports album RSS feeds. However, rss feeds generated by JAlbum do not work for albums containing a folder hierarchy. What they are trying to do in RSS feeds is to enable the RSS feeds of the subfolders by including the element (see example below). This does not work on NetNewsWire and GoogleReader and feedvalidator.org are reporting this warning as well. You can change the RSS template that JAlbum uses to create an RSS feed. I'm trying to fix this (and other) issues, but really doubt it is possible to link from one RSS feed to another at all, and subfeed entries should be included.

  • Can I include RSS feeds in another feed? How? (Couldn't find examples and got no answers in the JAlbum forum.)

If this is not possible, I'll take another approach, but I'm very pleased if it was possible to create a feed for each folder and the parent folder included subfolder feeds just by accessing it.

<channel>
    <title>test</title>
    <link>.</link>
    <generator>Jalbum 8.1</generator>
            <description></description>

    <jalbum:link rel="sub" href="aaa/album.rss" />                  

</channel>

      

Regards, Gero

0


source to share


1 answer


You may be able to achieve what you are looking for using Yahoo Pipes . It has the ability to manipulate and combine channels. With a little trial and error, you can do some pretty tricky things with it.



+2


source







All Articles