XML can be converted to a results table simply by:
nM> set t:mytab myfile.xml
When formed in rows, XML be converted to a Midas Blue 3000 file:
nM> convert myfile.xml XML2B mytype3000file.tmp
A Web server which serves XML can be imported into NeXtMidas simply with the
CONVERT
command:
nM> convert http://myserver:port/cgi-bin/myscript.pl XML2TAB tabOr with with a connection timeout of 5 seconds and a read timeout of 30 seconds.
nM> convert http://myserver:port/cgi-bin/myscript.pl{connecttimeout=5,timeout=30} XML2TAB tabSee
EXPLAIN CONVERT
and the XMLFile API for more information.