Export_DXML installation
========================

Unpack the export_dxml directory in the modules directory of your
Drupal installation, or the modules directory in your site's sites 
directory

% cd /path/to/drupal/modules
% tar -zxf /path/to/export_dxml.tar.gz

Enable the export_dxml module by checking the 'export_dxml' item on
the module administration page at admin/build/modules.

Users must have 'export books as dxml' permissions enabled in 
  
   administer > user management > access control 

in order to export books as Drupal XML. Note that *both* 'access content' and
'export books as dxml' permissions are required.

Note: exporting as DXML is relatively computationally intensive.  You
will need to ensure your Drupal/PHP installation is has adequate 
memory and CPU time available.

You should also protect your site from denial of service attacks by
making sure that only authorized users have permission to access the
export functions.


