Gentee Programming Language > Documentation > Libraries Download documentation

xmlitem.gettext

Gets a text of the current item in the XML tree. This method is applied either to a text item or a tag item, in the latter case, the text is obtained from the child text item.
 
str xmlitem.gettext(
      str   result
)

Parameters

Return value

Returns the string that contains the text of the item. If no text has been found, it returns an empty string.

See also

    XML file processing


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