Read XML document (p28e2)

Reads an Xml formatted document into an existing data model in the EDMdatabase. The imported data will be added to any existing data in the model. In case incremental import is not required, the model must be manually emptied, e.g with the Delete>Model>Contents command, before invoking this command.
Arguments:

File name:

Specifies the name of the file that contains the XML File to be read by this operation. The default file extension is .xml

Repository:

Name of the open repository that holds the model of interrest. Repository names are case sensitive.
When activating the Select button, the name of all open repositories will be displayed in the related selection list.

Model:

Specify the name of the model. Model names are case sensitive.
When activating the Select button, the name of all models located in the repository(ies) specified by the <Repository> argument will be displayed in the related selection list.

Encoding in EDM:

The encoding of data in EDM.
Valid encodings are;
"UTF-8","UTF-16","ISO-10646-UCS-2","ISO-10646-UCS-4","ISO-LATIN-1","ISO-LATIN-2","ISO-8859-3","ISO-8859-4","ISO-8859-5","ISO-8859-6","ISO-8859-7","ISO-8859-8","ISO-8859-9","ISO-2022-jp","SHIFT_JIS","EUC-JP"
Default encoding in EDM is UTF8. If this parameter is NULL or an empty string, the default value will be the encoding that is specified within the Xml document.

Diagnostic file:

Specifies the file name for diagnostic information generated by this function. If no file name is supplied, i.e. the <Diagnostic file> argument is set to NULL, all diagnostic information will be written to the EDMsupervisor output window.

Options:

accumulating command output:

A global option that appends the command output to the EDMsupervisor output window. Otherwise the output window is refreshed and only the last command output is displayed.

match selected input:

A global option that specifies that only items that partly or exactly matches the string in the related argument input field when activating a Select button, will be in the selection list. An empty (blank) string will match all items.

parse only:

The specified XML file will be parsed only, i.e. only checked for syntactical correctness, no data will be stored in the EDMdatabase.

continue storing on error:

Enforces the EDMexpressXCompiler to create and populate Express-X dictionary model(s) of erroneous schema(ta). Only dictionary models of schema(s) compiled without any errors can be stored as a Express-X dictionary model(s) in the EDMdatabase when this option is unset.
NOTE: This option should be used with care as it may lead to unpredictable consequences, possibly fatal system failure during a conversion process defined by such an erroneous Express-X dictionary model!

use DOM:

Use temporary DOM object when parsing/writing

trace:

Show trace when reading/writing XML

show statistics:

Show statistics when reading/writing XML