Copyright © 2009 Marc Worrell Date: 2009-08-04
Authors: Marc Worrell (marc@worrell.nl).
escape/1 | Escape a html text to valid a xml text so that it can be transported in XML. |
escape/2 |
escape(L::iolist()) -> iolist()
Escape a html text to valid a xml text so that it can be transported in XML. Translates control characters to spaces, except for TAB, CR and LF.
escape(Trans, Context) -> any()
Generated by EDoc