noramark
noramark copied to clipboard
try to implement ruby independent transformer API
Currently(in Noramark v 0.2 beta 7), Noramark transformer is ruby code.
This means that markup text with custom markup need a transformer written in ruby and should be processed by ruby implementation of Noramark .
If transformer notation is ruby independent (i.e. external DSL), it can be processed easier with Noramark implementation in other programming Language.
One possible solution : just fix #26 and use XSLT .
I'm trying to implement transformer in NoraMark syntax.