Page 1 of 1

Import XML from Website dynamic

Posted: Wed Jun 01, 2011 8:22 pm
by fernandopm
I need Import data XML for Grid,is possible?

Re: Import XML from Website dynamic

Posted: Wed Jun 01, 2011 10:50 pm
by BvG
yes

Re: Import XML from Website dynamic

Posted: Fri Jun 03, 2011 2:20 am
by fernandopm
What is the command or process ?

Re: Import XML from Website dynamic

Posted: Fri Jun 03, 2011 12:47 pm
by Klaus
put


8)

Re: Import XML from Website dynamic

Posted: Fri Jun 03, 2011 12:49 pm
by Klaus
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

Re: Import XML from Website dynamic

Posted: Fri Jun 03, 2011 9:12 pm
by fernandopm
Thank's Klaus