EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

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; - <;

method xml.addentity (
   str key,
   str value
)

Parameters

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

Related links

Source