xmerl
xmerl
Module
xmerl
Module summary
Functions for exporting XML data to an external format.
Description
Functions for exporting XML data to an external format.
Exports
callbacks(Module) -> Result
Types:
Module = atom() Result = [atom()]
Find the list of inherited callback modules for a given module.
export(Content, Callback) -> ExportedFormat
Equivalent to export(Data, Callback, [])
.
export(Content, Callback, RootAttributes) -> ExportedFormat
Types:
Content = [Element] Callback = atom() RootAttributes = [XmlAttributes]
Exports normal, well-formed XML content, using the specified callback-module.
Element
is any of: