Donavon wrote: > Are there any code samples of using simplepie on an RSS feed that has > multiple channel tags. > > Right now it only pulls data from within the 1st set of channel tags. >
Apologies for not responding for so long. The RSS specification(s) state that there should only be one channel tag, which is why SimplePie only parses the one. You can extend the SimplePie classes if need be, but it's not really the correct way to have a feed. -- Ryan McCue <http://ryanmccue.info/>
