AnonymusRaccoon f97cf3c49b Solving a bug
2019-12-11 13:50:03 +01:00
2019-12-09 17:40:37 +01:00
2019-12-11 13:50:03 +01:00
2019-12-11 13:50:03 +01:00
2019-12-05 19:53:11 +01:00
2019-12-09 10:45:57 +01:00
2019-12-11 13:50:03 +01:00
2019-12-11 13:50:03 +01:00

XmlParser

An xml parser in C.

Dependencies

To compile, you'll need gcc, ar rc and make.

System calls

Open, Close, Read, Stat

Build

Simple clone the repo and use the command make.

Usage

Use xml_parse(path) to parse the whole xml.

Use xml_getproperty(key) to get an attribute of the xml.

Unsuported yet

Attributes with semi quotes (') instead of quotes (")

Comments

String containing multiples following spaces.

String containing \n, \r or \t (theses specials chars are removed)

Description
An xml parser in C
Readme MIT 133 KiB
Languages
C 95.3%
Makefile 4.7%