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. |
Model: |
Specify the name of the model. Model names are case sensitive. |
Encoding in EDM: |
The encoding of data in EDM. |
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. |
use DOM: |
Use temporary DOM object when parsing/writing |
trace: |
Show trace when reading/writing XML |
show statistics: |
Show statistics when reading/writing XML |