Web Services : come esportare con DOM un XML in BigText
Per importare xml da nav
Testfile = File
TestStream = INSTREAM
XMLPORTPIPPO = XMLPORT
TestFile.CREATE('C:\XML-Test\XML Import\Import.xml');TestFile.CREATEINSTREAM(TestStream);XMLPORTPIPPO.IMPORT(74300, TestStream);TestFile.CLOSE;
Per esportare xml da nav
Testfile = File
TestStream = OUSTREAM
XMLPORTPIPPO = XMLPORT
TestFile.CREATE('C:\XML-Test\XML Import\Impo
Leggi tutto il post...