An open API service indexing awesome lists of open source software.

https://github.com/am-kantox/xml_builder_access

Access implementation for XmlBuilder.
https://github.com/am-kantox/xml_builder_access

elixir elixir-lang xml xml-serialization

Last synced: 23 days ago
JSON representation

Access implementation for XmlBuilder.

Awesome Lists containing this project

README

        

# `XmlBuilder.Access`

`Access` implementation for [`XmlBuilder`](https://hexdocs.pm/xml_builder_ex).

## Installation

```elixir
def deps do
[
{:xml_builder_access, "~> 1.0"}
]
end
```

## ¡NB! whether you want to use the original version of `XmlBuilder`, use `"~> 0.1"` version.

## Documentation

[https://hexdocs.pm/xml_builder_access](https://hexdocs.pm/xml_builder_access).