Skip to content

A tiny light-weight XML parser in "C" for embedded devices

Notifications You must be signed in to change notification settings

LiquidFM/txmlparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

txmlparser

A tiny light-weight XML parser in "C" for embedded devices.

  • Portable and cross-compilable for any platform or OS.

  • Modified to make it work inside Linux Kernel also.

  • Extremely low memory footprint and usage.

  • Unlike other standard XML libraries, It makes uses of internal pointers from XML tree to access the tag names, text and other attributes directly, thereby avoiding any redundant/intermediate memory allocations for storing these values.

About

A tiny light-weight XML parser in "C" for embedded devices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published