[erlang-questions] beginner: Generating HTML with ">" from Erlang

Bengt Kleberg bengt.kleberg@REDACTED
Thu Feb 13 13:34:14 CET 2014


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




More information about the erlang-questions mailing list