The simple XML parser is a tiny parser for a subset of XML (everything except entities and namespaces). It uses a simple "one-handler per tag" interface and is suited for use with devices with limited resources.
License
BSD LicenseFollow Simple XML Parser
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
-
Very good for its purpose - in my case, operation in a memory-limited environment (3K heap). Be sure to apply the memory leak patch from the patches section. Read the listed limitations in the README file to determine if it is suitable for your use.
-
This is the dumbest parser of all dumb parsers that I ever downloaded. Makefile doesn't work for compilation on linux. Visual Studio displayed that "entry point must be defined", you somehow wrote parser without int main( ) in *.c file. Compil and use your parser by himself.
-
Simple and straight! I love every piece of it and probably wouldn't have had started my own "sxmlc" if I had seen yours before. Great work! :)