Section - 1 : Modifying INI Files


To import and export XML files into Documaker Workstation, you must make sure the following control group and options are in your FSISYS.INI file:

< XML_Imp_Exp >

Ext = .xml

File = export

Path = c:\fap\mstrres\SAMPCO

SuppressDlg = No

AppendedExport = No

Option Description
Ext (Optional) Enter the extension for the output files. The default is XML.
File (Optional) Enter a file name, such as XMLEXP. If you omit this option the system prompts you to enter the file name.
Path (Optional) Enter the path, such as \xmlfile. If you omit this option, the system defaults to the current directory.
SuppressDlg (Optional) Enter Yes to suppress the File Selection window. The default is No.
AppendedExport Enter Yes to append the current exported transaction to the last one. The default is No.

Setting up the XML export format

Locate the ExportFormats control group and add this line under that control group:

< ExportFormats >

09=;XM;XML Export;WXMW32->WXMExportXML;

Note: This example assumes that 09 is not already being used in this control group.

Setting up the XML import format

Locate the ImportFormats control group and add this line:

< ImportFormats >

09=;XM;XML Import;WXMW32->WXMImportXML;

Note: This example assumes that 09 is not already being used in this control group.