
XmlGetAttributeCountintCount := XmlGetAttributeCount xmlNode Returns the number of attributes of the node, or the number of attributes with the specified name. Sample SourceintCount := XmlGetAttributeCount xmlNode As strAttributeName |
Related Function(s): XmlAttributeExists; XmlGetAttributeName; XmlGetAttributeText; XmlRemoveAttribute; XmlSetAttribute; Minimum version: v. 5.1 build 20070824
|