SET XMLHEADER
Controls the display of a XMLHEADER.
Syntax
SET XMLHEADER ON|OFF
Comments
When outputting data using the XML or XMLSIMPLE formats, a standard ISO header can be attached to the resulting document.
Example
set save
set output format xmlsimple
set XMLHEADER on
set output MyDoc
list 1 Docs
set restore
See Also