Transform reStructuredText into XML using XSL stylesheets.
Project description
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 and disabled as desired.