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

merlinofchaos’s picture

That'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.

merlinofchaos’s picture

Status: Active » Closed (fixed)

see views_feed project =)