...
Code Block | ||||
---|---|---|---|---|
| ||||
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
...
Type | Name | Comment |
GENERIC | xmlConfigId | The instance Id of the XML Configuration. |
STRING | xmlConfigName | The name that was assigned to the XML Configuration. |
STRING | xmlConfigString | The allocated string buffer containing the XML Configuration data |
STRING | nameSpace | The string buffer containing the namespace of the elements contained in the UOS element of the generated XML. |
STRING | nameSpaceAlias | The allocated string buffer containing the alias of the namespace above |
STRING | xmlSchemaURL | The allocated string buffer containing the XML Schema URL associated with the <nameSpace> above. |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|