btrxml
    
            
                
                    Basic, Tiny, Reader for XML
                
            
             
            
             
            
        
            A very basic, portable, tiny parser for XML, written in C under the zlib license.  It is designed to be used in memory constrained environments (smartphones for example).
The end result will be a "DOM-like" collection of memory.
A lot of things were chopped away to deliver the very basic support for XML, and this project does not aim to become a fully compliant parser; keep it basic, stay basic.
Part of the design goal is to jam all of this in to one .C file and one .H file while...