RE: XML Handling

2014-05-23 Thread Ralph DiMola
"location" put revxmlnodecontents(txml,"GeocodeResponse/result/geometry/"&nodename&"/lat") into geo["Lat"]["Center"] * Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From

RE: XML Handling

2014-05-23 Thread Ralph DiMola
rmsen Sent: Friday, May 23, 2014 9:42 AM To: use-livecode@lists.runrev.com Subject: XML Handling Sorry for the long post. I'm trying to convert some programs from PHP to livecode. I've been working with LiveCode for several years and haven't had the opportunity to work with XML until

Re: XML Handling

2014-05-23 Thread Pascal Lehner
Hi Peter, I'm on the road right now so I cannot post much. However, I did some XML last year. You can find all Informationen in stack script on my bitbucket repository, just download the. livecode file. https://bitbucket.org/tate83/t8converter Hth Greez pascal Am 23.05.2014 15:42 schrieb "Peter H

XML Handling

2014-05-23 Thread Peter Hermsen
Sorry for the long post. I'm trying to convert some programs from PHP to livecode. I've been working with LiveCode for several years and haven't had the opportunity to work with XML until now. I went through the LiveCode lesson on reading from an XML file, but am running into problems when wo