Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nathan130200/expat
- Owner: nathan130200
- License: mit
- Created: 2023-06-23T01:18:58.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-14T01:37:15.000Z (8 months ago)
- Last Synced: 2024-05-15T06:57:19.894Z (8 months ago)
- Language: C#
- Size: 151 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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