https://github.com/tarantool/luarapidxml
A fast XML parser for Tarantool based on rapidxml
https://github.com/tarantool/luarapidxml
Last synced: about 1 year ago
JSON representation
A fast XML parser for Tarantool based on rapidxml
- Host: GitHub
- URL: https://github.com/tarantool/luarapidxml
- Owner: tarantool
- Created: 2018-10-17T13:20:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-05T13:25:50.000Z (over 5 years ago)
- Last Synced: 2025-04-14T15:12:52.553Z (about 1 year ago)
- Language: C++
- Size: 205 KB
- Stars: 4
- Watchers: 23
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Fast XML parsing module for Tarantool
## Usage
```console
tarantool> xml = require('luarapidxml')
---
...
tarantool> xml.decode('')
---
- tag: luarapidxml
attr:
version: 1.0.0
1:
tag: rocks
tarantool> xml.encode({tag = 'input', attr = {type='text', name='password'}})
---
-
...
```