I would like to create an rss feed from a xml file that is exported out of our software. There is a butt load of data and I would only like to pull 4 elements from the file for the rss. I would like a feed that is formatted to scroll from bottom to top with 4 columns. Can anyone provide some help on this?Data is formatted as follows<?xml version="1.0" encoding="Windows-1252" standalone="yes" ?> <VFPData> <exportcursor> <action_id>3912</action_id> <cust_no>27</cust_no> <firstname>Visit 1</firstname> <lastname /> <phone_home /> </exportcursor></VFPData>
3/26/2011 4:19:50 PM