export_dxml module
==================

Description:
------------
        
This module allows the export of Drupal books, in 'DXML' (Drupal XML)
format.  This format allows books to be edited offline, tranformed via
XSLT, split out into a hierarchy of files, or imported into another
Drupal book or Drupal site.


Version:
________

This version of export_dxml depends on book.module v1.334 or later
(CVS HEAD of Nov 30, 2005)


Bugs:
_____

The way in which the generated XML is supplied to the user is
unfriendly.  Perhaps a better approach would be to take the user to a
page with a generated link to download the requested XML.

There may be other bugs; please report issues via Drupal's issue
tracker: http://drupal.org/project/issues


History
-------

This module packages functionality which was originally packaged with
Drupal book.module (a core module).

2005-11-27: First (alpha) release.
2007-09-03: Drupal 5 release


Author
-------

Djun Kim (puregin@puregin.org)

