Gentee Programming Language > Documentation > Libraries Download documentation

xmlitem.getattrib

Gets a tag item attribute value.
 
str xmlitem.getattrib(
      str   name,
      str   result
)

Parameters

nameAttribute name.
resultResult string.

Return value

Returns the string that contains the attribute value. If no attribute has been found, it returns an empty string.

See also

    XML file processing


 Copyright © 2004-2006 Gentee Inc. All rights reserved.