Convert an RTF document to DTBook using the python library at rtf2xml.sf.net.
RTF formatting guidelines are documented in script documentation
Python needs to be installed on Mac and Linux. On Windows, the python library has been compiled into an executable using py2exe.
The input RTF documented should be able to be in any of the different versions of RTF floating around; full testing of this has however not been done.
The output DTBook document may or may not be valid, why post-transform validation is highly recommended.
On error, this transformer will send a fatal message, then throw an exception and abort.
Brandon Nelson, CNIB
GPL