Xmlx (Xmlx v0.1.1) View Source

Xmlx simple XML parser library

Link to this section Summary

Functions

Simple search to return a filtered list itens 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 key/values list.

Link to this section Functions

Specs

find(List.t(), Atom.t()) :: List.t()

Simple search to return a filtered list itens based on attribute or element name.

Specs

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

Return a key/value list with namespace declarations.

Specs

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

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

Specs

parse(String.t()) :: List.t()

Parse XML in a structured key/values list.