reStructuredText format is a document description format. Like other LaTex or DocBook it can be converted toward a multitude of formats.
These formats have usually invading syntax which, if it is necessary for very specific documents, becomes useless when it is used to quickly creating a simple document. RST has a so simple syntax that it becomes almost invisible.
JRst is a Java ReStructuredText parser enabling to create a tree representation document. It becomes easy to generate document representation towards differents fomats.
JRST parser takes a reStructuredText file and generates XML file. Which could be used to produce various files formats with generation XSL files.
The available output formats are HTML, docbook, odt(Open-Office), xhtml, rst, pdf, rtf, or XML.
What's New in This Release: [ read full changelog ]
· Bugfix release.