Porting to drupal 5.x
miccil - June 18, 2007 - 11:12
| Project: | Export DocBook |
| Version: | HEAD |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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
| Attachment | Size |
|---|---|
| export_docbook.tgz | 12.87 KB |

#1
Is there any chance of an official release of "Export DocBook" for Drupal 5.x?
#2
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
#3
When I try to use this I get:
XML Parsing Error: junk after document elementLocation: 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.
#4
Just over a year later.... committed =)
#5
Thanks everyone: miccil for porting/improvements, george, lejon for testing, Robert for committing!
#6
Automatically closed -- issue fixed for two weeks with no activity.