bluegaspode;515144 Wrote: 
> I did write my own (very VERY simple) XML-Parser in LUA (see
> weather-applet)
> indifference_engine also uses XML-files in his 'SqueezeIR'-Applet - you
> might have a look there how he does XML-Parsing (maybe he found a more
> elegant way than me).

Yes, I looked in your (very nice!) applet to see how you parsed the
XML.  Unfortunately, I think I'd like slightly more ability since I want
to extract a few different elements from within a (repeating) containing
element.  For example (I'm assuredly not remembering the right tag names
here):
<story>
<title>...</title>
<description>...</description>
<link>...</link>
</story>
<story>
...
</story>
--etc--

If I assumed all the elements came in the right order and were all
present, I could probably get away with your quick-dirty-and-effective
technique.  I can't quite recall if yours handles multiple line
character strings or not, which is also important in places.


-- 
fumanchu314159265
------------------------------------------------------------------------
fumanchu314159265's Profile: 
http://forums.slimdevices.com/member.php?userid=36180
View this thread: http://forums.slimdevices.com/showthread.php?t=74636

_______________________________________________
Radio mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/radio

Reply via email to