This function imports data in the XML format stored in the buffer variable according to the mapping specified in the DAD. The size of the buffer variable must set using xmlsize.
The dad_ref parameter may have two forms. If it is in the object_name prefixed with an asterisk (*object_name), the DAD will search the current opened application for a transfer type object, otherwise it is read from the specified variable.
You may pass values to client application variables bound to some element of the DAD using the hostvars array. The hostvars_count parameter contains the number variables. If you do not use these variables, set hostvars_count = 0.
You may also use the Import_from_XML_CLOB function.
TRUE if successful, otherwise FALSE.