Experimental project

This is a sandbox project, which contains experimental code for developer use only.

Description

Webform XML Export provides Webform module with an XML download option. It also provides an API to further extend the XML download option to allow a developer to customize the output of the XML document. This module depends on Webform 3.x and Drupal core 7.x.

Module Rationale

Currently, there is no similar module providing this functionality (full project or sandbox). Unfortunately, Webform module only provides a delimiter-separated values export option with an API that can only extend this download option with other delimiter-separated value formats. In the future, it would make sense to further abstract the results download code in Webform module to allow its API to directly enable exporting to non-delimiter-separated value formats (i.e. XML, custom HTML, XLSX, etc.) without the need to duplicate/reuse much of its results download code.

Requirements

Support Requests

Please use the project issue tracker to report bugs, support and/or feature requests.

Project information