Alpha Blue wrote: > This allows you to remove the pre-rendered xml and replace it with your > own tags.
Yes, I thought that might be the case. I know that many people actually do use ATOM for this purpose rather than a custom XML format. Using a known representation like ATOM can sometime make the parsing of the data on the client-side easier by taking advantage of existing parsers. For example: using an RSS or ATOM feed a client could use any RSS feed reader to monitor the data feed. That may or may not be useful in your case. But, in either case what you showed is how one would use the XML builder templates. It just depends on wether you want to feed that data as PO-XML, RSS, or ATOM. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

