Java ReStructuredText is a parser and converter. Java ReStructuredText project can parse ReStructuredText and generate XHTML, xdoc, and DocBook, or you can use your own XSL file.
Usage:
To generate python docutils xml just write:
JRST myfile.rst
To generate html:
JRST -t html myfile.rst
To generate in specified file:
JRST -t xdoc -o myfile.xml myfile.rst
Product's homepage
Requirements:
· Java 2 Standard Edition Runtime Environment
What's New in This Release: [ read full changelog ]
· This release brings new features such as taking inline images into account.
· Bugs were also fixed.
· For example, the verbatim blocks are now well generated, and literal blocks in lists are now taken into account.