[erlang-questions] beginner: Generating HTML with ">" from Erlang
Dmitry Kolesnikov
dmkolesnikov@REDACTED
Thu Feb 13 17:52:28 CET 2014
Hello,
You can check my template engine based on whiskers.js notation
http://github.com/fogfish/swirl
Best Regards,
Dmitry >-|-|-(*>
> On 13.2.2014, at 14.34, Bengt Kleberg <bengt.kleberg@REDACTED> wrote:
>
> Greetings,
>
> Is there an Erlang library that allows me to generate HTML from Erlang
> and that can stop ">" from turning into ">"?
>
> Previously I used
> xmerl:export_simple( [{html, [], [Body]}], xmerl_xml ).
> where Body could be {body, [], ["Some text with >"]}.
> xmerl will transform ">" into ">", but until now the HTML has worked
> well.
>
> Now I need to keep ">".
>
>
> bengt
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
More information about the erlang-questions
mailing list