tags:

views:

8

answers:

0

I have a requirement for a preview of generated html from Haml entered in to a text area.

I need to be able to show the generated HTML to a user entering haml in to a text area using Ajax to call a server back end.

Can / How do I take a string of haml and parse it to HTML using nHaml?