Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
31 Mar 2006 at 04:59 UTC
Updated:
23 Apr 2006 at 19:31 UTC
I would like the ability to create views which can be used to download the fields in a XML file for exporting data to other systems.
I think you could intergrate it similar to the table view with fields except that get wrapped in XML and can then be downloaded to the local system.
Comments
Comment #1
merlinofchaos commentedThat's exactly the kind of thing that views_build_view() can be used for, and is beyond the scope of Views itself but absolutely excellent for a small external module to do, similar to the current method of generating RSS feeds from Views.
Comment #2
merlinofchaos commentedsee views_feed project =)