home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2003 June
/
PCWorld_2003-06_cd.bin
/
SOFTWARE
/
VYZKUSTE
/
RKEDIT
/
TEMPLATES
/
DEFAULT.XML
next >
Wrap
Extensible Markup Language
|
2003-03-18
|
944b
|
35 lines
<?xml version='1.0'?>
<!DOCTYPE templates PUBLIC "-//Slavek Rydval//DTD rkEdit template V1.0//EN"
"templates.dtd">
<templates>
<head>
<templatename>Default template</templatename>
<highlightersystemname>Default</highlightersystemname>
</head>
<template shortcut="ex" name="Just an example" inputdesc="Enter some text:">
FirstName = %FirstName%
SurName = %Surname%
OtherName = %OtherName%
CompanyName = %CompanyName%
Email = %Email%
WWW = %WWW%
Date = %Date%
Time = %Time%
FileName = %FileName%
FullFileName = %FullFileName%
Your text = %Input%
GUID = %GUID%
And in this place | is cursor.
For more information see help, edit
variables (Settigs/Edit templates' variables...) and make
some other templates yourself.
Templates can be edited by rkEdit, of course.
</template>
</templates>