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 16:57
Read: times


 
#170757 - an XML library that I can use with SDCC
Responding to: ???'s previous message
Ted Deloggio said:
I searched and didn't find anything relevant

What did you actually search for?

I'm wondering if there is an XML library that I can use with SDCC

If the library is written in ANSI 'C', then the compiler should be largely irrelevant.

More important is a library that's suited to an 8051 - as many of them rely on large amounts of dynamically-allocated memory...

anyone has suggestions

Search for things like "simple XML parser" or "embedded XML interpreter", etc...

There are actually quite a few of them - try places like http://codesearch.google.com

I suspect that writing an XML interpreter would be fairly difficult

Depends on what, exactly, you're trying to do...

Trying to write a completely general-purpose parser could be quite involved, but writing one specifically just for the particular subset that you actually require might not be...

If it's coming from a CAN bus then, presumably, it is intended to beinterpreted by embedded devices?
Have you looked for specific samples, app notes, etc dealing with whatever it is you're doing?



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