extern void cfl_write_xml

(const cflh_t HANDLE,
  FILE* OUTPUT_FILE )

Writes a cfl configuration handle to an opened file into XML.

Documentation

Writes a cfl configuration handle to an opened file into XML. Writes the configuration contained in the cfl HANDLE to the file OUTPUT_FILE into XML language.

Parameters:
HANDLE - The configuration cfl handle to write
OUTPUT_FILE - The file to write the configuration into
Preconditions:
HANDLE must be a valid cfl handle & OUTPUT_FILE must be a valid file
See Also:
cfl_read()
cfl_init_from_file()
cfl_write()

Alphabetic index


f