Gentee Programming Language > Documentation > Libraries Download documentation

xml.addentity

Adds an entity description; the entity must have been described before the gettext method is called. Below you can see the list of entities described by default:
& - &;
" - ";
' - ';
> - >;
&lt; - <;

 
xml.addentity(
      str   key,
      str   value
)

Parameters

keyKey (an entity name - &entity_name; ).
valueEntity value is a string that will be pasted into the text.

See also

    XML file processing


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