Syntax:
CALL "C$XML" USING CXML-GET-ENCODING, handle, dest
Parameters:
CXML-GET-ENCODING
|
Op-code 41. Numeric data item that specifies the operation to perform. Each operation is defined in
acucobol.def, which is included with your system.
|
handle
|
USAGE handle
|
dest
|
pic x(n)
|
On Entry:
CXML-GET-ENCODING
|
Value 41
|
handle
|
A parser handle.
|
On Exit:
dest
|
The destination for the encoding value.
|
RETURN-CODE
|
The return code is
0 if an error has occurred. The return code is positive if everything went correctly.
|