Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/13/09 22:41
Read: times


 
#170784 - Here's a couple I found
Responding to: ???'s previous message
A year or so ago I did some brief searching, and found these:

Recursive XML Parser in C
The idea of this project was simply to write a basic XML parser in ANSI C for portability. The parser is reasonably forgiving as I have only a fairly rudimentary knowledge about XML and wanted to keep the code reasonably straight forward.
http://www.codeguru.com/cpp/data/....php/c4549


Dan Howard's "simplest XML file reader in the world"
Forget XML standards. Think the C standard. What does most software want to do with XML? Read it in from a file, process it and write it out. Every ancient C compiler could read files in, process them and write them out.
http://www.danoneverythingelse.com/articles/...lnode.html







List of 4 messages in thread
TopicAuthorDate
XML            01/01/70 00:00      
   an XML library that I can use with SDCC            01/01/70 00:00      
      ready-made and home-made            01/01/70 00:00      
      Here's a couple I found            01/01/70 00:00      

Back to Subject List