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

https://github.com/hyouteki/cxmlp

C XML Parser
https://github.com/hyouteki/cxmlp

c xml-parser

Last synced: 3 months ago
JSON representation

C XML Parser

Awesome Lists containing this project

README

        

> C XML (eXtensible Markup Language) Parser

## Setup
``` bash
git clone https://github.com/hyouteki/cxmlp.git
cd cxmlp/
git submodule update --remote --merge
```

## Test
``` bash
gcc test.c -o test
./test
```
``` xml












```

## Dependency
- [Steel - hyouteki](https://github.com/hyouteki/steel.git)