Filter: XML articles (Clear X)
Creating an XML RSS feed with PHP.
Using this PHP class you can create an RSS feed of your dynamic content very easily.
I have built the class for this site so it is focused on blog style content. I have built in XSLT support into the class. The class will print out the XML header the content and then the XML footer. I have put all the files you need into a folder: rss.zip... More >>
Styling RSS News Feeds with XSLT
I have been using Chrome for my general browsing in the last few months and have noticed they have no support or predefined styling for RSS feeds, IE6 also doesn't support RSS and instead both print out the raw code. Most people presume IE6 users aren't interested in RSS but we should not presume anything and not rely on browsers to style your RSS for you. After giving myself a slap on the wrist I jumped onto Google and searched for the best way to structure and style my RSS feed... More >>
