Language Reference Guide : 4. System Classes : XMLDocument Class : IsValidXMLName Method
 
Share this page                  
IsValidXMLName Method
The IsValidXMLName method checks whether the given name is a valid XML identifier name that can be used as a name of an XMLAttribute or XMLElement.
This method has the following syntax:
integer = XMLDocument.IsValidXMLName(name = varchar(256))
This method has the following parameter:
name
(Required) Specifies the name of the XMLAttribute or XMLElement
This method returns TRUE or FALSE.