
xmltest (<file>)
string
The outermost tag name from an xml file. If the file does not exist or is not a valid xml file, an empty string is returned.
<file>
The name of the file to be tested. The file may or may not exist.
If the outermost tag in this file is <mydata>, this example will return a value "mydata".
string tag = xmltest(myfile.xml)
|
Commands: |