Xmlx v0.0.1 Xmlx

XML Utility Functions

Summary

Functions

Return a filtered itens list based on attribute or element name

Return a key/value list with namespace declarations

Minify XML adding all elements inline whithout spaces or break lines

Parse XML in a structured list with key values

Functions

find(document, filter)
find(List, Atom) :: List

Return a filtered itens list based on attribute or element name.

get_namespaces(xml)
get_namespaces(String) :: List

Return a key/value list with namespace declarations.

minify(xml)
minify(String) :: String

Minify XML adding all elements inline whithout spaces or break lines.

parse(xml)
parse(String) :: List

Parse XML in a structured list with key values.