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.
- Host: GitHub
- URL: https://github.com/am-kantox/xml_builder_access
- Owner: am-kantox
- Created: 2019-07-09T09:44:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-18T14:15:38.000Z (over 2 years ago)
- Last Synced: 2025-02-09T19:53:09.592Z (3 months ago)
- Topics: elixir, elixir-lang, xml, xml-serialization
- Language: Elixir
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).