Current Page:
NeXtMidas User's Guide
![]() |
|
SupportConverting XML into a TableXML can be converted to a results table simply by: nM> set t:mytab myfile.xml Converting XML into a Midas Type 3000 FileWhen formed in rows, XML be converted to a Midas Blue 3000 file: nM> convert myfile.xml XML2B mytype3000file.tmp XML and URLs
A Web server which serves XML can be imported into NeXtMidas simply with the
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.
|
|