Xmlx v0.1.0 Xmlx

Xmlx simple XML parser library

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

Functions

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

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