This URL might help - http://mysrc.blogspot.com/2007/02/php-xml-to-array-and-backwards.html
It converts XML to an array, then you can use print_r to see where the data is (in the array) you need displayed - http://us.php.net/manual/en/function.print-r.php On Jul 15, 5:46 pm, Jacob Villanueva <[email protected]> wrote: > http://www.playingintraffic.comis the host WP website. > > Artist data is providing feeds in XML and RSS for the "artist tour > dates". > Problem is the plugin I am using doesn't read the formatting coming in > and my only option is to limit the characters coming in. > If I had a way to parse the array in the XML i could be bit more > specific on what i want displayed. > > Jacob Villanueva > > [email protected] > 512-497-7998 > > On Jul 14, 2009, at 5:32 PM, ferodynamics wrote: > > > > > Do you want to create WP posts from RSS? I looked and looked, didn't > > find much. I actually purchased a script to do this but it's so slow > > wait for a feed to download, and of course the interface is bloated. > > Unless you're running a background process (web hosting nightmare) to > > grab the RSS, I think speed is an issue to consider. Even after you > > get the feed, the data isn't necessarily up-to-date either. Better to > > try using an API if at all possible, hopefully faster w/ more up-to- > > date data. > > > So we may not have enough information to recommend a solution, as we > > don't know where you're pulling data from and what you want to use it > > for. > > >> but i'd like to be able to control what is displayed from an XML > >> array > >> since there is different info in there. I can actually do this in > >> flash but i'd rather have something can be easier to update if > >> needed. > > >> I've been using:http://wordpress.org/extend/plugins/kb-advanced-rss-widget/ > > >> Jacob Villanueva > > >> [email protected] > >> 512-497-7998 --~--~---------~--~----~------------~-------~--~----~ Our Web site: http://www.RefreshAustin.org/ You received this message because you are subscribed to the Google Groups "Refresh Austin" group. [ Posting ] To post to this group, send email to [email protected] Job-related postings should follow http://tr.im/refreshaustinjobspolicy We do not accept job posts from recruiters. [ Unsubscribe ] To unsubscribe from this group, send email to [email protected] [ More Info ] For more options, visit this group at http://groups.google.com/group/Refresh-Austin -~----------~----~----~----~------~----~------~--~---
