XmlGetGeAttribute
XmlGetGeAttribute(name AS String, val AS String/Double/Boolean/Integer/Time[, bGMT AS Boolean]) AS Boolean
Gets the attribute value of the current branch matching given <name>.
When the parameter <val> is time type, the optional parameter <bGMT> specifies the waited time coding (UTC if <bGMT> is TRUE, else local time).
Returns TRUE if <name> attribute is defined with data in <val>. Returns FALSE if <name> attribute is not defined with unchanged <val>.