xml2rst is currently implemented as an XSLT stylesheet usable in
two other flavors. However, these flavors are no longer actively
maintained and may lack some features.
xml2rstlib/xml2rst-nopy.xsl
This is the core XSLT script without using Python. It uses EXSLT
and therefore needs an EXSLT capable XSLT processors such as
xsltproc[2].
If you can't use xml2rst.py because you don't have lxml you
may try this flavor. This version is no longer actively maintained,
though.
Run perldoc xml2rstlib/xml2rst-nopy.xsl for information on how to
run it.
xml2rstlib/xml2rst-noexslt.xsl
This version can be processed with every XSLT processor like
Xalan[3].
If you can use neither xml2rst.py nor xml2rst-nopy.xsl you
may try this flavor. This version is no longer actively maintained,
though.
Run perldoc xml2rstlib/xml2rst-noexslt.xsl for information on how
to run it.