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
- Host: GitHub
- URL: https://github.com/hyouteki/cxmlp
- Owner: hyouteki
- Created: 2024-07-27T09:05:52.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-08-01T12:44:10.000Z (10 months ago)
- Last Synced: 2025-02-13T06:01:43.181Z (3 months ago)
- Topics: c, xml-parser
- Language: C
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)