Import XML from Website dynamic

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
fernandopm
Posts: 5
Joined: Wed Dec 13, 2006 8:10 am

Import XML from Website dynamic

Post by fernandopm » Wed Jun 01, 2011 8:22 pm

I need Import data XML for Grid,is possible?

BvG
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1239
Joined: Sat Apr 08, 2006 1:10 pm
Contact:

Re: Import XML from Website dynamic

Post by BvG » Wed Jun 01, 2011 10:50 pm

yes
Various teststacks and stuff:
http://bjoernke.com

Chat with other RunRev developers:
chat.freenode.net:6666 #livecode

fernandopm
Posts: 5
Joined: Wed Dec 13, 2006 8:10 am

Re: Import XML from Website dynamic

Post by fernandopm » Fri Jun 03, 2011 2:20 am

What is the command or process ?

Klaus
Posts: 14199
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Import XML from Website dynamic

Post by Klaus » Fri Jun 03, 2011 12:47 pm

put


8)

Klaus
Posts: 14199
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Import XML from Website dynamic

Post by Klaus » Fri Jun 03, 2011 12:49 pm

Hi Fernando,

just kidding :D

Here is ONE possible way:
...
put url("http://www.your_server.com/your_xml_file.xml") into Variable_with_the_XML
## Now do whatever you like with Variable_with_the_XML
...


Best

Klaus

fernandopm
Posts: 5
Joined: Wed Dec 13, 2006 8:10 am

Re: Import XML from Website dynamic

Post by fernandopm » Fri Jun 03, 2011 9:12 pm

Thank's Klaus

Post Reply