This creates a data file in XML format.
Syntax
SavePageToXMLCrosstab, filename
Parameters: filename – filename of the XML file, which should have the .xml extension to improve interoperability with other programs.
Examples:
SavePageToXMLCrosstab,file1.xml
Save the current page as an XML file of the name file1.csv into the myImportedData directory.
Comments:
You supply only a short file name, not the directory information. The file will be written to the myImporteddata directory specified in the variables file for the current user.
|