So far I did not see any attempt to create a XML Parser on a microcontroller. Perhaps the current techniques require too much memory. I am not sure on that last statement b'cos I did not write a XML parser before. The current yacc is within the range of 60000 bytes in my Linux box. I guess the best example is Tiny C compiler. It is very small and the parser is hard coded. Okay the parser is big but it gives you an insight of how much work you have to do. Minus object generation it would still be pretty large for you PIC memory capacity. External memory may be required. John. Wesley Moore wrote: > I think a PIC based XML parser would certainly be a very daunting task. > String manipulation is not one of the things I consider a PIC does well and > then there's the memory and stack issues. I think you would proabably be better > of trying this with a chip that has a more flexible RAM configuration and > I think a stack would also be useful. Out of interest, what were you thinking > of doing with XML? > > Wesley > > On Wed, Aug 13, 2003 at 08:04:34AM -0700, Jim Tellier wrote: > > The earlier post re: "command string interpreter / parser" reminded me that > > I've wanted to dig into this a bit.. anyone ever written a PIC/mid-range > > parser for XML? Due to memory issues and stack limitations, I'm thinking > > this might be a daunting task...but sure would be useful! > > ...just thinkin' out loud! :^) > > Jim > > -- > Wesley Moore http://wmoore.freeshell.org/ > RMIT - BEng (Comp Sys Eng)/BApp.Sc. (Comp Sci) 5th (And Final!) Year > SDF Public Access UNIX System http://sdf.lonestar.org/ > > -- > http://www.piclist.com#nomail Going offline? Don't AutoReply us! > email listserv@mitvma.mit.edu with SET PICList DIGEST in the body -- http://www.piclist.com#nomail Going offline? Don't AutoReply us! email listserv@mitvma.mit.edu with SET PICList DIGEST in the body