Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nathan130200/expat

C#/.NET libexpat bindings.
https://github.com/nathan130200/expat

Last synced: 25 days ago
JSON representation

C#/.NET libexpat bindings.

Awesome Lists containing this project

README

        

# Expat
[![Nuget](https://img.shields.io/nuget/v/expat-bindings?link=https%3A%2F%2Fwww.nuget.org%2Fpackages%2Fexpat-bindings%2F)](https://www.nuget.org/packages/expat-bindings/)

[Expat](https://github.com/libexpat/libexpat) bindings for .NET/C#.

Expat, a C99 library for parsing [XML 1.0 Fourth Edition](https://www.w3.org/TR/2006/REC-xml-20060816/), started by [James Clark](https://en.wikipedia.org/wiki/James_Clark_%28programmer%29) in 1997. Expat is a stream-oriented XML parser.

These bindings are intended to provide most of the features available between libexpat and .NET