You are here

function node_export_xml_action_form in Node export 7.3

Callback for actions.

File

formats/xml.inc, line 233
The Node export XML format handler.

Code

function node_export_xml_action_form($context, &$form_state) {
  return node_export_action_form($context, $form_state, 'xml');
}