home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 May
/
Chip_2003-05_cd1.bin
/
servis
/
rkedit
/
rkEdit.exe
/
Templates
/
templates.dtd
< prev
next >
Wrap
Text File
|
2003-03-18
|
1KB
|
34 lines
<!-- ======================================================== -->
<!-- DTD for rkEdit's templates, (c) 1991, 2001 Slavek Rydval -->
<!-- ======================================================== -->
<!-- "templates" is root consisting of head and any teplates -->
<!ELEMENT templates (head, template*)>
<!-- head has name and systemname of highlighter (see help of rkEdit -->
<!ELEMENT head (templatename, highlightersystemname)>
<!-- any string -->
<!ELEMENT templatename (#PCDATA)>
<!-- string defined by rkEdit, for this time it is for future use -->
<!ELEMENT highlightersystemname (#PCDATA)>
<!-- template is string only -->
<!ELEMENT template (#PCDATA)>
<!-- shortcut is string which has to be written to trigger template -->
<!ATTLIST template shortcut ID #REQUIRED>
<!-- name of template -->
<!ATTLIST template name CDATA #REQUIRED>
<!-- if text of template contain phrase %input% then this is the prompt text -->
<!ATTLIST template inputdesc CDATA #IMPLIED
inputdesc1 CDATA #IMPLIED
inputdesc2 CDATA #IMPLIED
inputdesc3 CDATA #IMPLIED
inputdesc4 CDATA #IMPLIED
inputdesc5 CDATA #IMPLIED
inputdesc6 CDATA #IMPLIED
inputdesc7 CDATA #IMPLIED
inputdesc8 CDATA #IMPLIED
inputdesc9 CDATA #IMPLIED
inputdesc10 CDATA #IMPLIED>