| 1 |
export_dxml module
|
| 2 |
==================
|
| 3 |
|
| 4 |
Description:
|
| 5 |
------------
|
| 6 |
|
| 7 |
This module allows the export of Drupal books, in 'DXML' (Drupal XML)
|
| 8 |
format. This format allows books to be edited offline, tranformed via
|
| 9 |
XSLT, split out into a hierarchy of files, or imported into another
|
| 10 |
Drupal book or Drupal site.
|
| 11 |
|
| 12 |
See also:
|
| 13 |
---------
|
| 14 |
|
| 15 |
Bookimport.module. This is used to import dxml files back into
|
| 16 |
Drupal, as new books or to update existing books.
|
| 17 |
|
| 18 |
Export_DocBook, Export_OPML modules to export into other
|
| 19 |
formats (DocBook for publication-centric processing, OPML
|
| 20 |
for outlining)
|
| 21 |
|
| 22 |
Version:
|
| 23 |
________
|
| 24 |
|
| 25 |
This version of export_dxml requires Drupal 4.7.
|
| 26 |
|
| 27 |
|
| 28 |
Bugs:
|
| 29 |
_____
|
| 30 |
|
| 31 |
The way in which the generated XML is supplied to the user is
|
| 32 |
unfriendly. Perhaps a better approach would be to take the user to a
|
| 33 |
page with a generated link to download the requested XML.
|
| 34 |
|
| 35 |
There may be other bugs; please report issues via Drupal's issue
|
| 36 |
tracker: http://drupal.org/project/issues
|
| 37 |
|
| 38 |
|
| 39 |
History
|
| 40 |
-------
|
| 41 |
|
| 42 |
This module packages functionality which was originally packaged with
|
| 43 |
Drupal book.module (a core module).
|
| 44 |
|
| 45 |
2005-11-27: First (alpha) release.
|
| 46 |
2006-01-26: Beta release for Drupal 4.7 beta
|
| 47 |
|
| 48 |
|
| 49 |
Author
|
| 50 |
-------
|
| 51 |
|
| 52 |
Djun Kim (puregin@puregin.org)
|
| 53 |
|