|
CaRP: Caching RSS Parser - Manual Version 2.7.5 (8/13/2003)
Download | Installation | Configuration | Functions | Examples | Donations
Examples:
<?php require_once "/path/to/carp.php"; CarpConf('preitems','<ul>'); CarpConf('postitems','</ul>'); CarpConf('preitem','<li>'); CarpConf('postitem','</li>'); CarpShow("http://nwt.mouken.com/rss/headlines.rdf","nwt.cache"); ?> To put the items in a bulleted list while avoiding the indentation which is added when using an unordered list (<ul>), do the following:
<?php
require_once "/path/to/carp.php"; CarpConf('preitem','• '); CarpShow("http://nwt.mouken.com/rss/headlines.rdf","nwt.cache"); ?> |
Example Output:
Unordered List:
Bulleted:
Import RSS newsfeeds into ANY website! Pick your price: • $29.97: Use Jawfish, our RSS to JavaScript or frames conversion service (works with ALL websites) • Free: Download CaRP SE, our free RSS parser (requires PHP) • $47: Get the high-powered, plugin-extendable version, CaRP Evolution |