Log in or register to vote.

restxsl

Transform reStructuredText into XML using XSL stylesheets.

restxsl transforms reStructuredText_ files into XML files using XSL
stylesheets. Most users will output XHTML files, but any form of XML
file can be created.

Every aspect of the generated content and layout can be controlled. A
sample XSL stylesheet is provided to get you going, but you can easily
create stylesheets to match any type of site design.

As an added bonus, restxsl can apply `SmartyPants-style`_ processing to
your reStructuredText files. Quotes, dashes, and ellipses are all
educated automatically as part of the restxsl processing pipeline. This
behavior is controlled by a parameter to restxsl and can be enabled ...

0