I ported export_docbook to drupal 5.x. I used CVS HEAD revision.
I post it in attached archive.
I'm new to drupal and so i'm not experencied with drupal development.
My improvemente are:

1) Removed tiny_setopt becaue this function doesn't exists anymore (PHP 5.2.3)
2) Use OASIS DOCBOOK Release 4.5 as DOCTYPE
3) Some improvement (for my test) in h2db.xsl
4) Fix determination of node's depth in book_export_docbook
5) Some rework of xml generation
.....
My testing env is
Windows XP Pro SP2
Apache 2.0.58
PHP 5.2.3
Drupal 5.1

CommentFileSizeAuthor
export_docbook.tgz12.87 KBmiccil

Comments

mo6’s picture

Category: bug » feature

Is there any chance of an official release of "Export DocBook" for Drupal 5.x?

puregin’s picture

Sorry this has been rather neglected. I'll update the module in the next few days.

Thanks miccil for your work; I'll review as soon as I've freed up a bit of time.

Djun

lejon’s picture

When I try to use this I get:

XML Parsing Error: junk after document element
Location: http://jon.gowithmebook.org/drupal/?q=book/export/docbook/8
Line Number 2, Column 1:<b>Fatal error</b>:  Class 'Tidy' not found in <b>/home/gowithme/public_html/jon/drupal/modules/export_docbook/export_docbook.module</b> on line <b>97</b><br />

Any ideas?!

Tidy is installed as PHP (i.e. not as executable file) on Linux server.

robertdouglass’s picture

Status: Active » Fixed

Just over a year later.... committed =)

puregin’s picture

Thanks everyone: miccil for porting/improvements, george, lejon for testing, Robert for committing!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.