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

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.

Awesome Lists containing this project

README

          

# libxml_ext

[![GitHub Release](https://img.shields.io/github/release/toddsundsted/libxml_ext.svg)](https://github.com/toddsundsted/libxml_ext/releases)
[![Build Status](https://github.com/toddsundsted/libxml_ext/actions/workflows/ci.yml/badge.svg)](https://github.com/toddsundsted/libxml_ext/actions)
[![Documentation](https://img.shields.io/badge/docs-available-brightgreen.svg)](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