home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 June / PCWorld_2003-06_cd.bin / SOFTWARE / VYZKUSTE / RKEDIT / TEMPLATES / DEFAULT.XML next >
Extensible Markup Language  |  2003-03-18  |  944b  |  35 lines

  1. <?xml version='1.0'?>
  2. <!DOCTYPE templates PUBLIC "-//Slavek Rydval//DTD rkEdit template V1.0//EN"
  3.                            "templates.dtd">
  4.  
  5. <templates>
  6.   <head>
  7.     <templatename>Default template</templatename>
  8.     <highlightersystemname>Default</highlightersystemname>
  9.   </head>
  10.  
  11.   <template shortcut="ex" name="Just an example" inputdesc="Enter some text:">
  12.     FirstName = %FirstName%
  13.     SurName = %Surname%
  14.     OtherName = %OtherName%
  15.     CompanyName = %CompanyName%
  16.     Email = %Email%
  17.     WWW = %WWW%
  18.     Date = %Date%
  19.     Time = %Time%
  20.     FileName = %FileName%
  21.     FullFileName = %FullFileName%
  22.     Your text = %Input%
  23.     GUID = %GUID%
  24.     And in this place | is cursor.
  25.     
  26.     For more information see help, edit
  27.     variables (Settigs/Edit templates' variables...) and make
  28.     some other templates yourself.
  29.     
  30.     Templates can be edited by rkEdit, of course.
  31.   </template>
  32.  
  33. </templates>
  34.  
  35.