[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Merging multiple RSS feeds into one RSS feed

Subject: Re: Merging multiple RSS feeds into one RSS feed
From: Robert Fidler <robert.fidler@xxxxxxxxxx>
Date: Fri, 21 Apr 2006 14:10:01 -0400
multiple rss feed
Ok so the basic look of my main.xml file looks like this:
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="merge-rss.xsl"?>
<feeds>
   <link href="http://digg.com/rss/index.xml"/>
   <link href="http://www.osnews.com/files/recent.xml"/>
</feeds>

The xml its pointing to generally looks like this (just common RSS):
<?xml version="1.0" encoding="windows-1252"?>
<rss version="2.0">
 <channel>
   <title>Test Feed</title>
   <description>Test Feed</description>
   <link>http://www.test.feed</link>
   <item>
     <title>One</title>
     <description>This is item number 1</description>
     <link>http://www.test.feed</link>
   </item>
 </channel>
</rss>

But when I look at the main.xml file in any viewer this is what I get:
Test FeedTest Feedhttp://www.test.feedOneThis is item number 1http://www.test.feed


How do I get the output from main.mxl to look like the rss feeds I am linking to?

Rob

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.