xpxReadXmlDocument

FUNCTION xpxReadXmlDocument (xmlId       : GENERIC;
                             modelId     : GENERIC;
                             encodingEdm : STRING;
                             options     : INTEGER)
                             status      : INTEGER;

The xpxReadXmlDocument function read the specified XML document

 

Arguments


TypeNameComment
GENERICxmlId 
GENERICmodelIdmodelId of the data model in the EDMdatabase to populate. This function can not create a model implicitly. I.e, the model must exist.
STRINGencodingEdm

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.

INTEGERoptionsA bitwise OR between the options listed and described below.

Return Value


Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.

Options


OptionComment
SHOW_STATISTICSShow statistics when reading/writing XML
XML_PARSE_TRACEShow trace when reading/writing XML
CREATE_SCRATCH_INSTANCESThe imported population in the XML document will not be persistent.
CONTINUE_STORING_ON_ERRORIgnore errors when populating the data model from the XML document. e.g, entities that do not exist in the Express schema will simply be ignored. By default, the import will be cancelled in case of erroneous data.

 

Example


<Missing Example>

 

See also

Filter by label

There are no items with the selected labels at this time.

Â