https://github.com/toddsundsted/libxml_ext
Extensions to XML in Crystal.
https://github.com/toddsundsted/libxml_ext
crystal libxml2
Last synced: about 1 year ago
JSON representation
Extensions to XML in Crystal.
- Host: GitHub
- URL: https://github.com/toddsundsted/libxml_ext
- Owner: toddsundsted
- License: mit
- Created: 2021-02-06T00:32:39.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-13T11:46:37.000Z (over 4 years ago)
- Last Synced: 2025-03-11T01:51:55.275Z (about 1 year ago)
- Topics: crystal, libxml2
- Language: Crystal
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libxml_ext
[](https://github.com/toddsundsted/libxml_ext/releases)
[](https://github.com/toddsundsted/libxml_ext/actions)
[](https://toddsundsted.github.io/libxml_ext/)
Extensions to XML in Crystal.
This library wraps [libxml2](http://xmlsoft.org/) functionality for
mutating XML documents.
## Installation
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
libxml_ext:
github: toddsundsted/libxml_ext
```
2. Run `shards install`
## Usage
```crystal
require "libxml_ext"
```
## Contributors
- [Todd Sundsted](https://github.com/toddsundsted) - creator and maintainer