Module z_xml

Utility functions for xml processing.

Copyright © 2009 Marc Worrell Date: 2009-08-04

Authors: Marc Worrell (marc@worrell.nl).

Description

Utility functions for xml processing.

Function Index

escape/1Escape a html text to valid a xml text so that it can be transported in XML.
escape/2

Function Details

escape/1

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/2

escape(Trans, Context) -> any()


Generated by EDoc