Hi all,
We will use OA 3.14 and as OS Windows server 2012.
We are taking a xml file from 3th party system to our server via FTP and we want to read some data, where is in xml file.
Do you have any experience about this? I couldn't find anything in document of help. i am not sure but i have seen information about xml file somewhere.
Thanks in advance...
Data, where is in xml file
- agruber
- Posts:147
- Joined: Tue Sep 07, 2010 2:52 pm
Re: Data, where is in xml file
Hello,
You should be able to download an XML file (or any file) from an FTP server via the netGet function.
You can use process XML data with our CtrlXML CTRL extension, search for "XML Control Extension" in the documentation.
br,
Andreas Gruber
You should be able to download an XML file (or any file) from an FTP server via the netGet function.
You can use process XML data with our CtrlXML CTRL extension, search for "XML Control Extension" in the documentation.
br,
Andreas Gruber
- RudiKreiner
- Posts:198
- Joined: Mon May 16, 2011 2:10 pm
Re: Data, where is in xml file
See especially the function xmlDocumentFromFile()