xpxReadXmlDocument
FUNCTION xpxReadXmlDocument (xmlId : GENERIC; modelId : GENERIC; encodingEdm : STRING; options : INTEGER) status : INTEGER;
The xpxReadXmlDocument function read the specified XML document
Â
Arguments
Type | Name | Comment |
GENERIC | xmlId | Â |
GENERIC | modelId | modelId of the data model in the EDMdatabase to populate. This function can not create a model implicitly. I.e, the model must exist. |
STRING | encodingEdm | The encoding of data in EDM. Valid encodings are; |
INTEGER | options | A 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
Option | Comment |
SHOW_STATISTICS | Show statistics when reading/writing XML |
XML_PARSE_TRACE | Show trace when reading/writing XML |
CREATE_SCRATCH_INSTANCES | The imported population in the XML document will not be persistent. |
CONTINUE_STORING_ON_ERROR | Ignore 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.
Â