[erlang-questions] beginner: xmerl:export_simple/2 wihtout changing > into >
Bengt Kleberg
bengt.kleberg@REDACTED
Thu Feb 13 13:12:53 CET 2014
Greetings,
Is there a way to tell xmerl:export_simple/2 that I do not want to
replace ">" with ">"?
To generate HTML I use
xmerl:export_simple( [{html, [], [Body]}], xmerl_xml ).
where Body is {body, [], ["Some text with >"]}
I need ">" in Body to remain ">". Is there some way to express this to
xmerl?
bengt
More information about the erlang-questions
mailing list