Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.06 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.06 KB

BFDEV XML Library

This library is an implementation of an XML parser based on the bfdev dynamic library (which may be one of the few libraries that uses state machines to parse XML).

Directory Structure

.
├── cmake
├── examples
├── include
└── src
Directory Description
cmake cmake configuration file
exampes unit testing and case
include include path
src core code path

License

This is free software: you can redistribute it and/or modify it under the terms of the latest GNU General Public License as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.