$xmltext

Purpose

Fetch 'cleaned up' text covered by the node from the text buffer, converting special characters to HTML and XML. Leading and trailing spaces are removed and separators are converted to single space.

Syntax

returnedString = variableType("$xmltext"[, number])

returnedString - type: str
variableType - type: N or X
number - type: int

Returns

Remarks

Example

 "<" is converted to "&lt;".

@RULES

@@RULES

See Also

$treetext, $treeraw,  $text, Special Variables