xpxGetXmlConfiguration

FUNCTION xpxGetXmlConfiguration (xmlConfigId         : GENERIC;
                                 VAR xmlConfigName   : STRING;
                                 VAR xmlConfigString : STRING;
                                 VAR nameSpace       : STRING;
                                 VAR nameSpaceAlias  : STRING;
                                 VAR xmlSchemaURL    : STRING)
                                 status              : INTEGER;

Reads the XML Configuration data associated by a given XML Configuration Id.           

Arguments


TypeNameComment
GENERICxmlConfigIdThe instance Id of the XML Configuration.
STRINGxmlConfigNameThe name that was assigned to the XML Configuration. 
STRINGxmlConfigStringThe allocated string buffer containing the XML Configuration data
STRINGnameSpaceThe string buffer containing the namespace of the elements contained in the UOS element of the generated XML.
STRINGnameSpaceAliasThe allocated string buffer containing the alias of the namespace above
STRINGxmlSchemaURLThe allocated string buffer containing the XML Schema URL associated with the <nameSpace> above.

Return Value


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

Options


 

Example


<Missing Example>

 

See also

Filter by label

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

Â