Xmlx v0.0.1 Xmlx.Common

Reusable operations through Xmlx application.

Summary

Functions

Return a list with all namespace declarations from passed string

Minify XML putting all elements inline whithout spaces and break lines

Functions

get_namespaces(xml)
get_namespaces(String) :: List

Return a list with all namespace declarations from passed string.

minify(xml)
minify(String) :: String

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