Import XML from Website dynamic
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 5
- Joined: Wed Dec 13, 2006 8:10 am
Import XML from Website dynamic
I need Import data XML for Grid,is possible?
Re: Import XML from Website dynamic
yes
Various teststacks and stuff:
http://bjoernke.com
Chat with other RunRev developers:
chat.freenode.net:6666 #livecode
http://bjoernke.com
Chat with other RunRev developers:
chat.freenode.net:6666 #livecode
-
- Posts: 5
- Joined: Wed Dec 13, 2006 8:10 am
Re: Import XML from Website dynamic
What is the command or process ?
Re: Import XML from Website dynamic
Hi Fernando,
just kidding
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
just kidding

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
-
- Posts: 5
- Joined: Wed Dec 13, 2006 8:10 am
Re: Import XML from Website dynamic
Thank's Klaus