I'm trying to use a perl script to convert ugly Apple Wiki mark-up to something that can easily be re-used with foswiki/twiki ...
I found an XSLT style-sheet that does what I want, and using xsltproc on the command-line it works very well (and quickly!) - the snippet I converted took ~ 4s when using the --html option with it. W/o --html it's 2 min.
Using perl & LibXSLT the same thing takes over 2 minutes, but there seems to be no equivalent of " --html", or at least I can't spot it.