Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
languagecpp
themeConfluence
FUNCTION xpxCreateXmlConfigurationEx (schemaId          : GENERIC;
                                      xmlConfigString   : STRING;
                                      xmlConfigFileName : STRING;
                                      nameSpace         : STRING;
                                      nameSpaceAlias    : STRING;
                                      xmlSchemaURL      : STRING;
                                      options           : INTEGER;
                                      VAR parserMessage : STRING;
                                      VAR xmlConfigId   : GENERIC;
                                      VAR xmlConfigName : STRING)
                                      status            : INTEGER;

he following "convenience" EDMexpressX built-in function is implemented. The "convenience" is that it returns bothe the "xmlConfigId" and "xmlConfigName" of the created XML configurationThe following  .....

Arguments

...

TypeNameComment
GENERICschemaIdcomments
STRINGxmlConfigString 
STRINGxmlConfigFileName 
STRINGnameSpace 
STRINGnameSpaceAlias 
STRINGxmlSchemaURL 
INTEGERoptions 
STRINGparserMessage 
GENERICxmlConfigId 
STRINGxmlConfigName 

...

Insert excerpt
US:_r_XPX_Return_Value
US:_r_XPX_Return_Value
nopaneltrue

Options

...

1OptionComment
2  

 

Example

...

Code Block
languagecpp
<Missing Example>

...