Translate a data file to XML. | |
Syntax: | boolean = object.DoTranslation ( input, output, translate ) |
Parameters: |
input As
String - The name of the data
file to be translated
output As
String - The name of the file
that will contain the XML
translate As
String - The name of the
translation file
|
Description: | xmlt.LastError translates a data file to
XML. Returns TRUE if the translation is successful. Returns FALSE
on any error. Example ibool = xmlt.DoTranslation("InputFile", "OutputFile",
"TranslationFile") |