WRITE_TO_XML_FILE
Syntax
WRITE_TO-XML_FILE 'xml record' 'name space'
Description
Use the WRITE_TO_XML_FILE to write the XML records to the XML output file. You can also write an empty template to the output file. Elements that have FORCE_EMPTY defnition enabled will be written.
Note:
You can choose to write different XML records to the same output file.
Parameters
The following table lists and describes the parameters:
| Parameter | Description |
|---|---|
|
XML record |
Specify the XML record that needs to be written. |
|
Name space |
Specify the optional name space that is used for the record if multiple name spaces are used. |
Examples
The following example illustrates the WRITE_TO_XML_FILE command:
WRITE_TO_XML_FILE 'student' 'default'