Re: XML Tutorial

2015-03-24 Thread Bob Sneidar
Haven’t heard from Trevor for a while now. I wonder what the boy genius is up to these days? Bob S On Mar 13, 2015, at 11:13 , Michael Doub mailto:miked...@gmail.com>> wrote: These were contributed by Trever Devore. Many thanks! ___ use-livecode

Re: XML Tutorial

2015-03-14 Thread Martin Koob
I use XML in my application and it works well. I use the xPath functions revXMLEvaluateXPath & revXMLDataFromXPathQuery which were added in LiveCode 6.5 as well and find they are very powerful. I have sent you Sarah's tutorial stack off list. Martin Koob -- View this message in context: http

Re: XML Tutorial

2015-03-14 Thread Graham Samuel
Fantastic! Seems to do the job admirably, and the small tweaks I needed in my particular case actually worked. What an excellent collection! Thanks also to all others who replied - I have a kind of scepticism about XML that perhaps I shall never overcome, but I do feel now that I can tackle my

Re: XML Tutorial

2015-03-13 Thread Michael Doub
These were contributed by Trever Devore. Many thanks! -= Mike On 3/13/15 2:04 PM, Skip Kimpel wrote: I HIGHLY recommend MasterLibrary!! I have used these XML functions and they work like a charm. SKIP On Mar 13, 2015, at 1:59 PM, Michael Doub wrote: Graham, ConvertArrayToXML and C

Re: XML Tutorial

2015-03-13 Thread Skip Kimpel
I HIGHLY recommend MasterLibrary!! I have used these XML functions and they work like a charm. SKIP > On Mar 13, 2015, at 1:59 PM, Michael Doub wrote: > > Graham, > > ConvertArrayToXML and ConvertXMLToArray are both in the MasterLibrary under > Misc. > > https://www.dropbox.com/s/3wpwn3h

RE: XML Tutorial

2015-03-13 Thread Ralph DiMola
Graham, Here's a link to my parsing of Google's Geo Coding API that returns XML. This function parses the XML and returns the results in an array. Doesn't do all the XML stuff but might be a help get you started. http://evergreeninfo.on-rev.com/runrev/GeoCodeAndXML.txt Ralph DiMola IT Direct

Re: XML Tutorial

2015-03-13 Thread Michael Doub
Graham, ConvertArrayToXML and ConvertXMLToArray are both in the MasterLibrary under Misc. https://www.dropbox.com/s/3wpwn3hfbmpl7sk/MasterLibrary.livecode?dl=0 Regards, Mike On 3/13/15 1:47 PM, Graham Samuel wrote: Not for the first time, I’m trying to get to grips with XML. I have to

Re: XML Tutorial

2015-03-13 Thread Mark Schonewille
Hi, My book contains a chapter on XML. Several people told me it is quite useful, although it could use some extension. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50

Re: XML Tutorial

2015-03-13 Thread Peter Haworth
Hi Graham, I had a similar need a few weeks back for a fairly simple XML file. I found it quicker and easier to parse the file myself using LC's standard chunks than to spend time learning the ins and outs of XML. Of course, that means I still know nothing about XML but I can live with that ;-)