Xmlx.Common (Xmlx v0.1.1) View Source

Reusable funtions through Xmlx library.

Link to this section Summary

Functions

Return a list with all namespace declarations from passed string.

Minify XML putting all elements inline whithout spaces and break lines.

Link to this section Functions

Specs

get_namespaces(String.t()) :: List.t()

Return a list with all namespace declarations from passed string.

Specs

minify(String.t()) :: String.t()

Minify XML putting all elements inline whithout spaces and break lines.