EnglishРусский  

Ads

Perfect Automation tool
All-In-One: Script editor, Launcher, Scheduler, Keyboard & Mouse Recorder. Try now!

CreateInstall
Freeware and commercial installers.

Cell Phone Batteries
Batteries Plus offers batteries for laptop, camcorder, cell phone, camera.

Gentee needs your help!
How to advertise with us
 
laptop battery

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

Edit