annotate schemas/doxygen/csharp/base.xsl @ 16:e69c970c3ddd default tip

sync
author sergey
date Tue, 20 May 2014 01:28:48 +0400
parents fa7a99c2d079
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1 <?xml version="1.0" encoding="utf-8"?><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2 <xsl:template match="doxygen">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
3 <xsl:call-template name="DoxygenType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
4 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
5 <xsl:template name="DoxygenType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
6 <xsl:apply-templates mode="DoxygenType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
7 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
8 <xsl:template match="compounddef" mode="DoxygenType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
9 <xsl:call-template name="compounddefType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
10 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
11 <xsl:template name="compounddefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
12 <xsl:apply-templates mode="compounddefType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
13 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
14 <xsl:template match="compoundname" mode="compounddefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
15 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
16 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
17 <xsl:template match="title" mode="compounddefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
18 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
19 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
20 <xsl:template match="basecompoundref" mode="compounddefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
21 <xsl:call-template name="compoundRefType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
22 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
23 <xsl:template match="derivedcompoundref" mode="compounddefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
24 <xsl:call-template name="compoundRefType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
25 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
26 <xsl:template match="includes" mode="compounddefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
27 <xsl:call-template name="incType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
28 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
29 <xsl:template match="includedby" mode="compounddefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
30 <xsl:call-template name="incType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
31 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
32 <xsl:template match="incdepgraph" mode="compounddefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
33 <xsl:call-template name="graphType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
34 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
35 <xsl:template match="invincdepgraph" mode="compounddefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
36 <xsl:call-template name="graphType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
37 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
38 <xsl:template match="innerdir" mode="compounddefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
39 <xsl:call-template name="refType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
40 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
41 <xsl:template match="innerfile" mode="compounddefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
42 <xsl:call-template name="refType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
43 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
44 <xsl:template match="innerclass" mode="compounddefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
45 <xsl:call-template name="refType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
46 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
47 <xsl:template match="innernamespace" mode="compounddefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
48 <xsl:call-template name="refType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
49 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
50 <xsl:template match="innerpage" mode="compounddefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
51 <xsl:call-template name="refType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
52 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
53 <xsl:template match="innergroup" mode="compounddefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
54 <xsl:call-template name="refType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
55 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
56 <xsl:template match="templateparamlist" mode="compounddefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
57 <xsl:call-template name="templateparamlistType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
58 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
59 <xsl:template match="sectiondef" mode="compounddefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
60 <xsl:call-template name="sectiondefType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
61 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
62 <xsl:template match="briefdescription" mode="compounddefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
63 <xsl:call-template name="descriptionType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
64 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
65 <xsl:template match="detaileddescription" mode="compounddefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
66 <xsl:call-template name="descriptionType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
67 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
68 <xsl:template match="inheritancegraph" mode="compounddefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
69 <xsl:call-template name="graphType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
70 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
71 <xsl:template match="collaborationgraph" mode="compounddefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
72 <xsl:call-template name="graphType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
73 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
74 <xsl:template match="programlisting" mode="compounddefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
75 <xsl:call-template name="listingType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
76 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
77 <xsl:template match="location" mode="compounddefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
78 <xsl:call-template name="locationType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
79 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
80 <xsl:template match="listofallmembers" mode="compounddefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
81 <xsl:call-template name="listofallmembersType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
82 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
83 <xsl:template name="listofallmembersType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
84 <xsl:apply-templates mode="listofallmembersType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
85 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
86 <xsl:template match="member" mode="listofallmembersType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
87 <xsl:call-template name="memberRefType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
88 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
89 <xsl:template name="memberRefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
90 <xsl:apply-templates mode="memberRefType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
91 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
92 <xsl:template name="compoundRefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
93 <xsl:apply-templates mode="compoundRefType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
94 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
95 <xsl:template name="reimplementType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
96 <xsl:apply-templates mode="reimplementType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
97 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
98 <xsl:template name="incType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
99 <xsl:apply-templates mode="incType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
100 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
101 <xsl:template name="refType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
102 <xsl:apply-templates mode="refType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
103 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
104 <xsl:template name="refTextType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
105 <xsl:apply-templates mode="refTextType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
106 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
107 <xsl:template name="sectiondefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
108 <xsl:apply-templates mode="sectiondefType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
109 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
110 <xsl:template match="header" mode="sectiondefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
111 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
112 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
113 <xsl:template match="description" mode="sectiondefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
114 <xsl:call-template name="descriptionType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
115 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
116 <xsl:template match="memberdef" mode="sectiondefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
117 <xsl:call-template name="memberdefType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
118 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
119 <xsl:template name="memberdefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
120 <xsl:apply-templates mode="memberdefType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
121 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
122 <xsl:template match="templateparamlist" mode="memberdefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
123 <xsl:call-template name="templateparamlistType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
124 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
125 <xsl:template match="type" mode="memberdefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
126 <xsl:call-template name="linkedTextType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
127 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
128 <xsl:template match="reimplements" mode="memberdefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
129 <xsl:call-template name="reimplementType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
130 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
131 <xsl:template match="reimplementedby" mode="memberdefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
132 <xsl:call-template name="reimplementType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
133 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
134 <xsl:template match="param" mode="memberdefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
135 <xsl:call-template name="paramType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
136 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
137 <xsl:template match="enumvalue" mode="memberdefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
138 <xsl:call-template name="enumvalueType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
139 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
140 <xsl:template match="initializer" mode="memberdefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
141 <xsl:call-template name="linkedTextType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
142 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
143 <xsl:template match="exceptions" mode="memberdefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
144 <xsl:call-template name="linkedTextType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
145 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
146 <xsl:template match="briefdescription" mode="memberdefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
147 <xsl:call-template name="descriptionType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
148 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
149 <xsl:template match="detaileddescription" mode="memberdefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
150 <xsl:call-template name="descriptionType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
151 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
152 <xsl:template match="inbodydescription" mode="memberdefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
153 <xsl:call-template name="descriptionType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
154 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
155 <xsl:template match="location" mode="memberdefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
156 <xsl:call-template name="locationType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
157 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
158 <xsl:template match="references" mode="memberdefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
159 <xsl:call-template name="referenceType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
160 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
161 <xsl:template match="referencedby" mode="memberdefType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
162 <xsl:call-template name="referenceType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
163 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
164 <xsl:template match="*" mode="descriptionType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
165 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
166 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
167 <xsl:template name="descriptionType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
168 <xsl:apply-templates mode="descriptionType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
169 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
170 <xsl:template match="title" mode="descriptionType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
171 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
172 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
173 <xsl:template match="para" mode="descriptionType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
174 <xsl:call-template name="docParaType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
175 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
176 <xsl:template match="sect1" mode="descriptionType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
177 <xsl:call-template name="docSect1Type"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
178 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
179 <xsl:template match="internal" mode="descriptionType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
180 <xsl:call-template name="docInternalType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
181 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
182 <xsl:template match="*" mode="enumvalueType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
183 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
184 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
185 <xsl:template name="enumvalueType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
186 <xsl:apply-templates mode="enumvalueType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
187 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
188 <xsl:template match="initializer" mode="enumvalueType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
189 <xsl:call-template name="linkedTextType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
190 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
191 <xsl:template match="briefdescription" mode="enumvalueType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
192 <xsl:call-template name="descriptionType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
193 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
194 <xsl:template match="detaileddescription" mode="enumvalueType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
195 <xsl:call-template name="descriptionType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
196 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
197 <xsl:template name="templateparamlistType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
198 <xsl:apply-templates mode="templateparamlistType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
199 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
200 <xsl:template match="param" mode="templateparamlistType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
201 <xsl:call-template name="paramType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
202 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
203 <xsl:template name="paramType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
204 <xsl:apply-templates mode="paramType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
205 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
206 <xsl:template match="type" mode="paramType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
207 <xsl:call-template name="linkedTextType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
208 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
209 <xsl:template match="defval" mode="paramType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
210 <xsl:call-template name="linkedTextType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
211 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
212 <xsl:template match="briefdescription" mode="paramType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
213 <xsl:call-template name="descriptionType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
214 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
215 <xsl:template match="*" mode="linkedTextType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
216 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
217 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
218 <xsl:template name="linkedTextType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
219 <xsl:apply-templates mode="linkedTextType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
220 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
221 <xsl:template match="ref" mode="linkedTextType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
222 <xsl:call-template name="refTextType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
223 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
224 <xsl:template name="graphType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
225 <xsl:apply-templates mode="graphType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
226 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
227 <xsl:template match="node" mode="graphType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
228 <xsl:call-template name="nodeType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
229 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
230 <xsl:template name="nodeType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
231 <xsl:apply-templates mode="nodeType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
232 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
233 <xsl:template match="link" mode="nodeType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
234 <xsl:call-template name="linkType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
235 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
236 <xsl:template match="childnode" mode="nodeType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
237 <xsl:call-template name="childnodeType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
238 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
239 <xsl:template name="childnodeType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
240 <xsl:apply-templates mode="childnodeType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
241 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
242 <xsl:template name="linkType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
243 <xsl:apply-templates mode="linkType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
244 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
245 <xsl:template name="listingType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
246 <xsl:apply-templates mode="listingType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
247 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
248 <xsl:template match="codeline" mode="listingType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
249 <xsl:call-template name="codelineType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
250 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
251 <xsl:template name="codelineType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
252 <xsl:apply-templates mode="codelineType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
253 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
254 <xsl:template match="highlight" mode="codelineType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
255 <xsl:call-template name="highlightType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
256 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
257 <xsl:template match="*" mode="highlightType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
258 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
259 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
260 <xsl:template name="highlightType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
261 <xsl:apply-templates mode="highlightType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
262 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
263 <xsl:template match="ref" mode="highlightType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
264 <xsl:call-template name="refTextType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
265 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
266 <xsl:template match="*" mode="referenceType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
267 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
268 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
269 <xsl:template name="referenceType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
270 <xsl:apply-templates mode="referenceType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
271 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
272 <xsl:template name="locationType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
273 <xsl:apply-templates mode="locationType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
274 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
275 <xsl:template match="*" mode="docSect1Type">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
276 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
277 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
278 <xsl:template name="docSect1Type">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
279 <xsl:apply-templates mode="docSect1Type"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
280 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
281 <xsl:template match="title" mode="docSect1Type">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
282 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
283 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
284 <xsl:template match="para" mode="docSect1Type">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
285 <xsl:call-template name="docParaType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
286 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
287 <xsl:template match="sect2" mode="docSect1Type">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
288 <xsl:call-template name="docSect2Type"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
289 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
290 <xsl:template match="internal" mode="docSect1Type">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
291 <xsl:call-template name="docInternalS1Type"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
292 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
293 <xsl:template match="*" mode="docSect2Type">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
294 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
295 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
296 <xsl:template name="docSect2Type">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
297 <xsl:apply-templates mode="docSect2Type"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
298 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
299 <xsl:template match="title" mode="docSect2Type">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
300 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
301 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
302 <xsl:template match="para" mode="docSect2Type">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
303 <xsl:call-template name="docParaType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
304 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
305 <xsl:template match="sect3" mode="docSect2Type">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
306 <xsl:call-template name="docSect3Type"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
307 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
308 <xsl:template match="internal" mode="docSect2Type">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
309 <xsl:call-template name="docInternalS2Type"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
310 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
311 <xsl:template match="*" mode="docSect3Type">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
312 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
313 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
314 <xsl:template name="docSect3Type">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
315 <xsl:apply-templates mode="docSect3Type"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
316 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
317 <xsl:template match="title" mode="docSect3Type">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
318 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
319 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
320 <xsl:template match="para" mode="docSect3Type">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
321 <xsl:call-template name="docParaType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
322 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
323 <xsl:template match="sect4" mode="docSect3Type">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
324 <xsl:call-template name="docSect4Type"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
325 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
326 <xsl:template match="internal" mode="docSect3Type">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
327 <xsl:call-template name="docInternalS3Type"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
328 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
329 <xsl:template match="*" mode="docSect4Type">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
330 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
331 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
332 <xsl:template name="docSect4Type">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
333 <xsl:apply-templates mode="docSect4Type"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
334 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
335 <xsl:template match="title" mode="docSect4Type">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
336 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
337 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
338 <xsl:template match="para" mode="docSect4Type">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
339 <xsl:call-template name="docParaType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
340 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
341 <xsl:template match="internal" mode="docSect4Type">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
342 <xsl:call-template name="docInternalS4Type"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
343 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
344 <xsl:template match="*" mode="docInternalType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
345 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
346 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
347 <xsl:template name="docInternalType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
348 <xsl:apply-templates mode="docInternalType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
349 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
350 <xsl:template match="para" mode="docInternalType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
351 <xsl:call-template name="docParaType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
352 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
353 <xsl:template match="sect1" mode="docInternalType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
354 <xsl:call-template name="docSect1Type"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
355 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
356 <xsl:template match="*" mode="docInternalS1Type">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
357 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
358 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
359 <xsl:template name="docInternalS1Type">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
360 <xsl:apply-templates mode="docInternalS1Type"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
361 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
362 <xsl:template match="para" mode="docInternalS1Type">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
363 <xsl:call-template name="docParaType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
364 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
365 <xsl:template match="sect2" mode="docInternalS1Type">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
366 <xsl:call-template name="docSect2Type"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
367 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
368 <xsl:template match="*" mode="docInternalS2Type">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
369 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
370 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
371 <xsl:template name="docInternalS2Type">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
372 <xsl:apply-templates mode="docInternalS2Type"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
373 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
374 <xsl:template match="para" mode="docInternalS2Type">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
375 <xsl:call-template name="docParaType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
376 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
377 <xsl:template match="sect3" mode="docInternalS2Type">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
378 <xsl:call-template name="docSect3Type"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
379 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
380 <xsl:template match="*" mode="docInternalS3Type">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
381 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
382 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
383 <xsl:template name="docInternalS3Type">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
384 <xsl:apply-templates mode="docInternalS3Type"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
385 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
386 <xsl:template match="para" mode="docInternalS3Type">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
387 <xsl:call-template name="docParaType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
388 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
389 <xsl:template match="sect3" mode="docInternalS3Type">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
390 <xsl:call-template name="docSect4Type"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
391 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
392 <xsl:template match="*" mode="docInternalS4Type">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
393 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
394 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
395 <xsl:template name="docInternalS4Type">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
396 <xsl:apply-templates mode="docInternalS4Type"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
397 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
398 <xsl:template match="para" mode="docInternalS4Type">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
399 <xsl:call-template name="docParaType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
400 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
401 <xsl:template match="*" mode="docTitleType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
402 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
403 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
404 <xsl:template name="docTitleType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
405 <xsl:apply-templates mode="docTitleType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
406 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
407 <xsl:template match="ulink" mode="docTitleType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
408 <xsl:call-template name="docURLLink"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
409 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
410 <xsl:template match="bold" mode="docTitleType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
411 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
412 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
413 <xsl:template match="emphasis" mode="docTitleType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
414 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
415 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
416 <xsl:template match="computeroutput" mode="docTitleType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
417 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
418 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
419 <xsl:template match="subscript" mode="docTitleType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
420 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
421 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
422 <xsl:template match="superscript" mode="docTitleType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
423 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
424 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
425 <xsl:template match="center" mode="docTitleType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
426 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
427 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
428 <xsl:template match="small" mode="docTitleType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
429 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
430 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
431 <xsl:template match="htmlonly" mode="docTitleType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
432 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
433 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
434 <xsl:template match="manonly" mode="docTitleType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
435 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
436 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
437 <xsl:template match="xmlonly" mode="docTitleType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
438 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
439 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
440 <xsl:template match="rtfonly" mode="docTitleType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
441 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
442 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
443 <xsl:template match="latexonly" mode="docTitleType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
444 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
445 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
446 <xsl:template match="dot" mode="docTitleType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
447 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
448 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
449 <xsl:template match="msc" mode="docTitleType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
450 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
451 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
452 <xsl:template match="anchor" mode="docTitleType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
453 <xsl:call-template name="docAnchorType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
454 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
455 <xsl:template match="formula" mode="docTitleType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
456 <xsl:call-template name="docFormulaType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
457 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
458 <xsl:template match="ref" mode="docTitleType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
459 <xsl:call-template name="docRefTextType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
460 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
461 <xsl:template match="copy" mode="docTitleType">&amp;copy;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
462 <xsl:template match="trademark" mode="docTitleType">&amp;trademark;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
463 <xsl:template match="registered" mode="docTitleType">&amp;registered;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
464 <xsl:template match="lsquo" mode="docTitleType">&amp;lsquo;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
465 <xsl:template match="rsquo" mode="docTitleType">&amp;rsquo;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
466 <xsl:template match="ldquo" mode="docTitleType">&amp;ldquo;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
467 <xsl:template match="rdquo" mode="docTitleType">&amp;rdquo;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
468 <xsl:template match="ndash" mode="docTitleType">&amp;ndash;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
469 <xsl:template match="mdash" mode="docTitleType">&amp;mdash;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
470 <xsl:template match="umlaut" mode="docTitleType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
471 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
472 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
473 <xsl:template match="acute" mode="docTitleType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
474 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
475 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
476 <xsl:template match="grave" mode="docTitleType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
477 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
478 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
479 <xsl:template match="circ" mode="docTitleType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
480 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
481 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
482 <xsl:template match="slash" mode="docTitleType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
483 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
484 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
485 <xsl:template match="tilde" mode="docTitleType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
486 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
487 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
488 <xsl:template match="cedil" mode="docTitleType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
489 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
490 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
491 <xsl:template match="ring" mode="docTitleType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
492 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
493 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
494 <xsl:template match="szlig" mode="docTitleType">&amp;szlig;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
495 <xsl:template match="nonbreakablespace" mode="docTitleType">&amp;nbsp;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
496 <xsl:template match="aelig" mode="docTitleType">&amp;aelig;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
497 <xsl:template match="AElig" mode="docTitleType">&amp;AElig;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
498 <xsl:template match="Gamma" mode="docTitleType">&amp;Gamma;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
499 <xsl:template match="Delta" mode="docTitleType">&amp;Delta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
500 <xsl:template match="Theta" mode="docTitleType">&amp;Theta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
501 <xsl:template match="Lambda" mode="docTitleType">&amp;Lambda;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
502 <xsl:template match="Xi" mode="docTitleType">&amp;Xi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
503 <xsl:template match="Pi" mode="docTitleType">&amp;Pi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
504 <xsl:template match="Sigma" mode="docTitleType">&amp;Sigma;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
505 <xsl:template match="Upsilon" mode="docTitleType">&amp;Upsilon;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
506 <xsl:template match="Phi" mode="docTitleType">&amp;Phi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
507 <xsl:template match="Psi" mode="docTitleType">&amp;Psi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
508 <xsl:template match="Omega" mode="docTitleType">&amp;Omega;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
509 <xsl:template match="alpha" mode="docTitleType">&amp;alpha;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
510 <xsl:template match="beta" mode="docTitleType">&amp;beta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
511 <xsl:template match="gamma" mode="docTitleType">&amp;gamma;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
512 <xsl:template match="delta" mode="docTitleType">&amp;delta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
513 <xsl:template match="epsilon" mode="docTitleType">&amp;epsilon;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
514 <xsl:template match="zeta" mode="docTitleType">&amp;zeta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
515 <xsl:template match="eta" mode="docTitleType">&amp;eta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
516 <xsl:template match="theta" mode="docTitleType">&amp;theta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
517 <xsl:template match="iota" mode="docTitleType">&amp;iota;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
518 <xsl:template match="kappa" mode="docTitleType">&amp;kappa;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
519 <xsl:template match="lambda" mode="docTitleType">&amp;lambda;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
520 <xsl:template match="mu" mode="docTitleType">&amp;mu;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
521 <xsl:template match="nu" mode="docTitleType">&amp;nu;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
522 <xsl:template match="xi" mode="docTitleType">&amp;xi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
523 <xsl:template match="pi" mode="docTitleType">&amp;pi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
524 <xsl:template match="rho" mode="docTitleType">&amp;rho;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
525 <xsl:template match="sigma" mode="docTitleType">&amp;sigma;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
526 <xsl:template match="tau" mode="docTitleType">&amp;tau;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
527 <xsl:template match="upsilon" mode="docTitleType">&amp;upsilon;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
528 <xsl:template match="phi" mode="docTitleType">&amp;phi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
529 <xsl:template match="chi" mode="docTitleType">&amp;chi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
530 <xsl:template match="psi" mode="docTitleType">&amp;psi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
531 <xsl:template match="omega" mode="docTitleType">&amp;omega;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
532 <xsl:template match="sigmaf" mode="docTitleType">&amp;sigmaf;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
533 <xsl:template match="sect" mode="docTitleType">&amp;sect;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
534 <xsl:template match="deg" mode="docTitleType">&amp;deg;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
535 <xsl:template match="prime" mode="docTitleType">&amp;prime;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
536 <xsl:template match="Prime" mode="docTitleType">&amp;Prime;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
537 <xsl:template match="infin" mode="docTitleType">&amp;infin;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
538 <xsl:template match="empty" mode="docTitleType">&amp;empty;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
539 <xsl:template match="plusmn" mode="docTitleType">&amp;plusmn;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
540 <xsl:template match="times" mode="docTitleType">&amp;times;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
541 <xsl:template match="minus" mode="docTitleType">&amp;minus;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
542 <xsl:template match="sdot" mode="docTitleType">&amp;sdot;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
543 <xsl:template match="part" mode="docTitleType">&amp;part;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
544 <xsl:template match="nabla" mode="docTitleType">&amp;nabla;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
545 <xsl:template match="radic" mode="docTitleType">&amp;radic;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
546 <xsl:template match="perp" mode="docTitleType">&amp;perp;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
547 <xsl:template match="sum" mode="docTitleType">&amp;sum;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
548 <xsl:template match="int" mode="docTitleType">&amp;int;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
549 <xsl:template match="prod" mode="docTitleType">&amp;prod;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
550 <xsl:template match="sim" mode="docTitleType">&amp;sim;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
551 <xsl:template match="asymp" mode="docTitleType">&amp;asymp;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
552 <xsl:template match="ne" mode="docTitleType">&amp;ne;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
553 <xsl:template match="equiv" mode="docTitleType">&amp;equiv;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
554 <xsl:template match="prop" mode="docTitleType">&amp;prop;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
555 <xsl:template match="le" mode="docTitleType">&amp;le;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
556 <xsl:template match="ge" mode="docTitleType">&amp;ge;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
557 <xsl:template match="larr" mode="docTitleType">&amp;larr;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
558 <xsl:template match="rarr" mode="docTitleType">&amp;rarr;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
559 <xsl:template match="isin" mode="docTitleType">&amp;isin;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
560 <xsl:template match="notin" mode="docTitleType">&amp;notin;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
561 <xsl:template match="lceil" mode="docTitleType">&amp;lceil;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
562 <xsl:template match="rceil" mode="docTitleType">&amp;rceil;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
563 <xsl:template match="lfloor" mode="docTitleType">&amp;lfloor;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
564 <xsl:template match="rfloor" mode="docTitleType">&amp;rfloor;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
565 <xsl:template match="*" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
566 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
567 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
568 <xsl:template name="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
569 <xsl:apply-templates mode="docParaType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
570 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
571 <xsl:template match="ulink" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
572 <xsl:call-template name="docURLLink"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
573 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
574 <xsl:template match="bold" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
575 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
576 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
577 <xsl:template match="emphasis" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
578 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
579 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
580 <xsl:template match="computeroutput" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
581 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
582 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
583 <xsl:template match="subscript" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
584 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
585 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
586 <xsl:template match="superscript" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
587 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
588 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
589 <xsl:template match="center" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
590 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
591 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
592 <xsl:template match="small" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
593 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
594 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
595 <xsl:template match="htmlonly" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
596 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
597 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
598 <xsl:template match="manonly" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
599 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
600 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
601 <xsl:template match="xmlonly" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
602 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
603 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
604 <xsl:template match="rtfonly" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
605 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
606 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
607 <xsl:template match="latexonly" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
608 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
609 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
610 <xsl:template match="dot" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
611 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
612 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
613 <xsl:template match="msc" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
614 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
615 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
616 <xsl:template match="anchor" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
617 <xsl:call-template name="docAnchorType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
618 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
619 <xsl:template match="formula" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
620 <xsl:call-template name="docFormulaType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
621 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
622 <xsl:template match="ref" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
623 <xsl:call-template name="docRefTextType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
624 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
625 <xsl:template match="copy" mode="docParaType">&amp;copy;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
626 <xsl:template match="trademark" mode="docParaType">&amp;trademark;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
627 <xsl:template match="registered" mode="docParaType">&amp;registered;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
628 <xsl:template match="lsquo" mode="docParaType">&amp;lsquo;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
629 <xsl:template match="rsquo" mode="docParaType">&amp;rsquo;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
630 <xsl:template match="ldquo" mode="docParaType">&amp;ldquo;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
631 <xsl:template match="rdquo" mode="docParaType">&amp;rdquo;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
632 <xsl:template match="ndash" mode="docParaType">&amp;ndash;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
633 <xsl:template match="mdash" mode="docParaType">&amp;mdash;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
634 <xsl:template match="umlaut" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
635 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
636 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
637 <xsl:template match="acute" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
638 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
639 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
640 <xsl:template match="grave" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
641 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
642 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
643 <xsl:template match="circ" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
644 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
645 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
646 <xsl:template match="slash" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
647 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
648 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
649 <xsl:template match="tilde" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
650 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
651 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
652 <xsl:template match="cedil" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
653 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
654 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
655 <xsl:template match="ring" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
656 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
657 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
658 <xsl:template match="szlig" mode="docParaType">&amp;szlig;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
659 <xsl:template match="nonbreakablespace" mode="docParaType">&amp;nbsp;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
660 <xsl:template match="aelig" mode="docParaType">&amp;aelig;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
661 <xsl:template match="AElig" mode="docParaType">&amp;AElig;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
662 <xsl:template match="Gamma" mode="docParaType">&amp;Gamma;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
663 <xsl:template match="Delta" mode="docParaType">&amp;Delta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
664 <xsl:template match="Theta" mode="docParaType">&amp;Theta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
665 <xsl:template match="Lambda" mode="docParaType">&amp;Lambda;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
666 <xsl:template match="Xi" mode="docParaType">&amp;Xi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
667 <xsl:template match="Pi" mode="docParaType">&amp;Pi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
668 <xsl:template match="Sigma" mode="docParaType">&amp;Sigma;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
669 <xsl:template match="Upsilon" mode="docParaType">&amp;Upsilon;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
670 <xsl:template match="Phi" mode="docParaType">&amp;Phi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
671 <xsl:template match="Psi" mode="docParaType">&amp;Psi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
672 <xsl:template match="Omega" mode="docParaType">&amp;Omega;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
673 <xsl:template match="alpha" mode="docParaType">&amp;alpha;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
674 <xsl:template match="beta" mode="docParaType">&amp;beta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
675 <xsl:template match="gamma" mode="docParaType">&amp;gamma;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
676 <xsl:template match="delta" mode="docParaType">&amp;delta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
677 <xsl:template match="epsilon" mode="docParaType">&amp;epsilon;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
678 <xsl:template match="zeta" mode="docParaType">&amp;zeta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
679 <xsl:template match="eta" mode="docParaType">&amp;eta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
680 <xsl:template match="theta" mode="docParaType">&amp;theta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
681 <xsl:template match="iota" mode="docParaType">&amp;iota;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
682 <xsl:template match="kappa" mode="docParaType">&amp;kappa;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
683 <xsl:template match="lambda" mode="docParaType">&amp;lambda;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
684 <xsl:template match="mu" mode="docParaType">&amp;mu;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
685 <xsl:template match="nu" mode="docParaType">&amp;nu;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
686 <xsl:template match="xi" mode="docParaType">&amp;xi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
687 <xsl:template match="pi" mode="docParaType">&amp;pi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
688 <xsl:template match="rho" mode="docParaType">&amp;rho;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
689 <xsl:template match="sigma" mode="docParaType">&amp;sigma;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
690 <xsl:template match="tau" mode="docParaType">&amp;tau;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
691 <xsl:template match="upsilon" mode="docParaType">&amp;upsilon;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
692 <xsl:template match="phi" mode="docParaType">&amp;phi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
693 <xsl:template match="chi" mode="docParaType">&amp;chi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
694 <xsl:template match="psi" mode="docParaType">&amp;psi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
695 <xsl:template match="omega" mode="docParaType">&amp;omega;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
696 <xsl:template match="sigmaf" mode="docParaType">&amp;sigmaf;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
697 <xsl:template match="sect" mode="docParaType">&amp;sect;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
698 <xsl:template match="deg" mode="docParaType">&amp;deg;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
699 <xsl:template match="prime" mode="docParaType">&amp;prime;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
700 <xsl:template match="Prime" mode="docParaType">&amp;Prime;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
701 <xsl:template match="infin" mode="docParaType">&amp;infin;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
702 <xsl:template match="empty" mode="docParaType">&amp;empty;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
703 <xsl:template match="plusmn" mode="docParaType">&amp;plusmn;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
704 <xsl:template match="times" mode="docParaType">&amp;times;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
705 <xsl:template match="minus" mode="docParaType">&amp;minus;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
706 <xsl:template match="sdot" mode="docParaType">&amp;sdot;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
707 <xsl:template match="part" mode="docParaType">&amp;part;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
708 <xsl:template match="nabla" mode="docParaType">&amp;nabla;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
709 <xsl:template match="radic" mode="docParaType">&amp;radic;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
710 <xsl:template match="perp" mode="docParaType">&amp;perp;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
711 <xsl:template match="sum" mode="docParaType">&amp;sum;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
712 <xsl:template match="int" mode="docParaType">&amp;int;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
713 <xsl:template match="prod" mode="docParaType">&amp;prod;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
714 <xsl:template match="sim" mode="docParaType">&amp;sim;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
715 <xsl:template match="asymp" mode="docParaType">&amp;asymp;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
716 <xsl:template match="ne" mode="docParaType">&amp;ne;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
717 <xsl:template match="equiv" mode="docParaType">&amp;equiv;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
718 <xsl:template match="prop" mode="docParaType">&amp;prop;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
719 <xsl:template match="le" mode="docParaType">&amp;le;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
720 <xsl:template match="ge" mode="docParaType">&amp;ge;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
721 <xsl:template match="larr" mode="docParaType">&amp;larr;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
722 <xsl:template match="rarr" mode="docParaType">&amp;rarr;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
723 <xsl:template match="isin" mode="docParaType">&amp;isin;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
724 <xsl:template match="notin" mode="docParaType">&amp;notin;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
725 <xsl:template match="lceil" mode="docParaType">&amp;lceil;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
726 <xsl:template match="rceil" mode="docParaType">&amp;rceil;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
727 <xsl:template match="lfloor" mode="docParaType">&amp;lfloor;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
728 <xsl:template match="rfloor" mode="docParaType">&amp;rfloor;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
729 <xsl:template match="linebreak" mode="docParaType">&amp;linebreak;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
730 <xsl:template match="hruler" mode="docParaType">&amp;hruler;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
731 <xsl:template match="preformatted" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
732 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
733 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
734 <xsl:template match="programlisting" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
735 <xsl:call-template name="listingType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
736 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
737 <xsl:template match="verbatim" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
738 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
739 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
740 <xsl:template match="indexentry" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
741 <xsl:call-template name="docIndexEntryType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
742 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
743 <xsl:template match="orderedlist" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
744 <xsl:call-template name="docListType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
745 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
746 <xsl:template match="itemizedlist" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
747 <xsl:call-template name="docListType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
748 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
749 <xsl:template match="simplesect" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
750 <xsl:call-template name="docSimpleSectType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
751 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
752 <xsl:template match="title" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
753 <xsl:call-template name="docTitleType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
754 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
755 <xsl:template match="variablelist" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
756 <xsl:call-template name="docVariableListType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
757 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
758 <xsl:template match="table" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
759 <xsl:call-template name="docTableType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
760 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
761 <xsl:template match="heading" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
762 <xsl:call-template name="docHeadingType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
763 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
764 <xsl:template match="image" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
765 <xsl:call-template name="docImageType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
766 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
767 <xsl:template match="dotfile" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
768 <xsl:call-template name="docFileType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
769 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
770 <xsl:template match="mscfile" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
771 <xsl:call-template name="docFileType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
772 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
773 <xsl:template match="diafile" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
774 <xsl:call-template name="docFileType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
775 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
776 <xsl:template match="toclist" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
777 <xsl:call-template name="docTocListType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
778 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
779 <xsl:template match="language" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
780 <xsl:call-template name="docLanguageType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
781 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
782 <xsl:template match="parameterlist" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
783 <xsl:call-template name="docParamListType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
784 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
785 <xsl:template match="xrefsect" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
786 <xsl:call-template name="docXRefSectType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
787 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
788 <xsl:template match="copydoc" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
789 <xsl:call-template name="docCopyType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
790 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
791 <xsl:template match="blockquote" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
792 <xsl:call-template name="docBlockQuoteType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
793 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
794 <xsl:template match="parblock" mode="docParaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
795 <xsl:call-template name="docParBlockType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
796 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
797 <xsl:template match="*" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
798 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
799 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
800 <xsl:template name="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
801 <xsl:apply-templates mode="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
802 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
803 <xsl:template match="ulink" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
804 <xsl:call-template name="docURLLink"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
805 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
806 <xsl:template match="bold" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
807 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
808 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
809 <xsl:template match="emphasis" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
810 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
811 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
812 <xsl:template match="computeroutput" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
813 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
814 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
815 <xsl:template match="subscript" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
816 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
817 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
818 <xsl:template match="superscript" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
819 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
820 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
821 <xsl:template match="center" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
822 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
823 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
824 <xsl:template match="small" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
825 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
826 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
827 <xsl:template match="htmlonly" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
828 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
829 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
830 <xsl:template match="manonly" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
831 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
832 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
833 <xsl:template match="xmlonly" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
834 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
835 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
836 <xsl:template match="rtfonly" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
837 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
838 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
839 <xsl:template match="latexonly" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
840 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
841 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
842 <xsl:template match="dot" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
843 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
844 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
845 <xsl:template match="msc" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
846 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
847 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
848 <xsl:template match="anchor" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
849 <xsl:call-template name="docAnchorType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
850 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
851 <xsl:template match="formula" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
852 <xsl:call-template name="docFormulaType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
853 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
854 <xsl:template match="ref" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
855 <xsl:call-template name="docRefTextType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
856 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
857 <xsl:template match="copy" mode="docMarkupType">&amp;copy;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
858 <xsl:template match="trademark" mode="docMarkupType">&amp;trademark;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
859 <xsl:template match="registered" mode="docMarkupType">&amp;registered;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
860 <xsl:template match="lsquo" mode="docMarkupType">&amp;lsquo;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
861 <xsl:template match="rsquo" mode="docMarkupType">&amp;rsquo;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
862 <xsl:template match="ldquo" mode="docMarkupType">&amp;ldquo;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
863 <xsl:template match="rdquo" mode="docMarkupType">&amp;rdquo;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
864 <xsl:template match="ndash" mode="docMarkupType">&amp;ndash;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
865 <xsl:template match="mdash" mode="docMarkupType">&amp;mdash;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
866 <xsl:template match="umlaut" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
867 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
868 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
869 <xsl:template match="acute" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
870 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
871 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
872 <xsl:template match="grave" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
873 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
874 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
875 <xsl:template match="circ" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
876 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
877 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
878 <xsl:template match="slash" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
879 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
880 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
881 <xsl:template match="tilde" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
882 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
883 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
884 <xsl:template match="cedil" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
885 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
886 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
887 <xsl:template match="ring" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
888 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
889 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
890 <xsl:template match="szlig" mode="docMarkupType">&amp;szlig;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
891 <xsl:template match="nonbreakablespace" mode="docMarkupType">&amp;nbsp;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
892 <xsl:template match="aelig" mode="docMarkupType">&amp;aelig;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
893 <xsl:template match="AElig" mode="docMarkupType">&amp;AElig;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
894 <xsl:template match="Gamma" mode="docMarkupType">&amp;Gamma;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
895 <xsl:template match="Delta" mode="docMarkupType">&amp;Delta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
896 <xsl:template match="Theta" mode="docMarkupType">&amp;Theta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
897 <xsl:template match="Lambda" mode="docMarkupType">&amp;Lambda;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
898 <xsl:template match="Xi" mode="docMarkupType">&amp;Xi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
899 <xsl:template match="Pi" mode="docMarkupType">&amp;Pi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
900 <xsl:template match="Sigma" mode="docMarkupType">&amp;Sigma;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
901 <xsl:template match="Upsilon" mode="docMarkupType">&amp;Upsilon;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
902 <xsl:template match="Phi" mode="docMarkupType">&amp;Phi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
903 <xsl:template match="Psi" mode="docMarkupType">&amp;Psi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
904 <xsl:template match="Omega" mode="docMarkupType">&amp;Omega;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
905 <xsl:template match="alpha" mode="docMarkupType">&amp;alpha;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
906 <xsl:template match="beta" mode="docMarkupType">&amp;beta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
907 <xsl:template match="gamma" mode="docMarkupType">&amp;gamma;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
908 <xsl:template match="delta" mode="docMarkupType">&amp;delta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
909 <xsl:template match="epsilon" mode="docMarkupType">&amp;epsilon;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
910 <xsl:template match="zeta" mode="docMarkupType">&amp;zeta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
911 <xsl:template match="eta" mode="docMarkupType">&amp;eta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
912 <xsl:template match="theta" mode="docMarkupType">&amp;theta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
913 <xsl:template match="iota" mode="docMarkupType">&amp;iota;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
914 <xsl:template match="kappa" mode="docMarkupType">&amp;kappa;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
915 <xsl:template match="lambda" mode="docMarkupType">&amp;lambda;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
916 <xsl:template match="mu" mode="docMarkupType">&amp;mu;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
917 <xsl:template match="nu" mode="docMarkupType">&amp;nu;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
918 <xsl:template match="xi" mode="docMarkupType">&amp;xi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
919 <xsl:template match="pi" mode="docMarkupType">&amp;pi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
920 <xsl:template match="rho" mode="docMarkupType">&amp;rho;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
921 <xsl:template match="sigma" mode="docMarkupType">&amp;sigma;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
922 <xsl:template match="tau" mode="docMarkupType">&amp;tau;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
923 <xsl:template match="upsilon" mode="docMarkupType">&amp;upsilon;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
924 <xsl:template match="phi" mode="docMarkupType">&amp;phi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
925 <xsl:template match="chi" mode="docMarkupType">&amp;chi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
926 <xsl:template match="psi" mode="docMarkupType">&amp;psi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
927 <xsl:template match="omega" mode="docMarkupType">&amp;omega;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
928 <xsl:template match="sigmaf" mode="docMarkupType">&amp;sigmaf;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
929 <xsl:template match="sect" mode="docMarkupType">&amp;sect;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
930 <xsl:template match="deg" mode="docMarkupType">&amp;deg;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
931 <xsl:template match="prime" mode="docMarkupType">&amp;prime;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
932 <xsl:template match="Prime" mode="docMarkupType">&amp;Prime;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
933 <xsl:template match="infin" mode="docMarkupType">&amp;infin;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
934 <xsl:template match="empty" mode="docMarkupType">&amp;empty;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
935 <xsl:template match="plusmn" mode="docMarkupType">&amp;plusmn;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
936 <xsl:template match="times" mode="docMarkupType">&amp;times;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
937 <xsl:template match="minus" mode="docMarkupType">&amp;minus;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
938 <xsl:template match="sdot" mode="docMarkupType">&amp;sdot;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
939 <xsl:template match="part" mode="docMarkupType">&amp;part;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
940 <xsl:template match="nabla" mode="docMarkupType">&amp;nabla;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
941 <xsl:template match="radic" mode="docMarkupType">&amp;radic;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
942 <xsl:template match="perp" mode="docMarkupType">&amp;perp;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
943 <xsl:template match="sum" mode="docMarkupType">&amp;sum;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
944 <xsl:template match="int" mode="docMarkupType">&amp;int;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
945 <xsl:template match="prod" mode="docMarkupType">&amp;prod;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
946 <xsl:template match="sim" mode="docMarkupType">&amp;sim;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
947 <xsl:template match="asymp" mode="docMarkupType">&amp;asymp;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
948 <xsl:template match="ne" mode="docMarkupType">&amp;ne;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
949 <xsl:template match="equiv" mode="docMarkupType">&amp;equiv;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
950 <xsl:template match="prop" mode="docMarkupType">&amp;prop;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
951 <xsl:template match="le" mode="docMarkupType">&amp;le;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
952 <xsl:template match="ge" mode="docMarkupType">&amp;ge;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
953 <xsl:template match="larr" mode="docMarkupType">&amp;larr;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
954 <xsl:template match="rarr" mode="docMarkupType">&amp;rarr;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
955 <xsl:template match="isin" mode="docMarkupType">&amp;isin;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
956 <xsl:template match="notin" mode="docMarkupType">&amp;notin;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
957 <xsl:template match="lceil" mode="docMarkupType">&amp;lceil;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
958 <xsl:template match="rceil" mode="docMarkupType">&amp;rceil;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
959 <xsl:template match="lfloor" mode="docMarkupType">&amp;lfloor;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
960 <xsl:template match="rfloor" mode="docMarkupType">&amp;rfloor;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
961 <xsl:template match="linebreak" mode="docMarkupType">&amp;linebreak;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
962 <xsl:template match="hruler" mode="docMarkupType">&amp;hruler;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
963 <xsl:template match="preformatted" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
964 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
965 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
966 <xsl:template match="programlisting" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
967 <xsl:call-template name="listingType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
968 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
969 <xsl:template match="verbatim" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
970 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
971 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
972 <xsl:template match="indexentry" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
973 <xsl:call-template name="docIndexEntryType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
974 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
975 <xsl:template match="orderedlist" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
976 <xsl:call-template name="docListType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
977 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
978 <xsl:template match="itemizedlist" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
979 <xsl:call-template name="docListType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
980 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
981 <xsl:template match="simplesect" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
982 <xsl:call-template name="docSimpleSectType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
983 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
984 <xsl:template match="title" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
985 <xsl:call-template name="docTitleType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
986 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
987 <xsl:template match="variablelist" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
988 <xsl:call-template name="docVariableListType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
989 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
990 <xsl:template match="table" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
991 <xsl:call-template name="docTableType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
992 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
993 <xsl:template match="heading" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
994 <xsl:call-template name="docHeadingType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
995 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
996 <xsl:template match="image" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
997 <xsl:call-template name="docImageType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
998 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
999 <xsl:template match="dotfile" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1000 <xsl:call-template name="docFileType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1001 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1002 <xsl:template match="mscfile" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1003 <xsl:call-template name="docFileType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1004 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1005 <xsl:template match="diafile" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1006 <xsl:call-template name="docFileType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1007 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1008 <xsl:template match="toclist" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1009 <xsl:call-template name="docTocListType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1010 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1011 <xsl:template match="language" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1012 <xsl:call-template name="docLanguageType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1013 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1014 <xsl:template match="parameterlist" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1015 <xsl:call-template name="docParamListType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1016 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1017 <xsl:template match="xrefsect" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1018 <xsl:call-template name="docXRefSectType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1019 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1020 <xsl:template match="copydoc" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1021 <xsl:call-template name="docCopyType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1022 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1023 <xsl:template match="blockquote" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1024 <xsl:call-template name="docBlockQuoteType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1025 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1026 <xsl:template match="parblock" mode="docMarkupType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1027 <xsl:call-template name="docParBlockType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1028 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1029 <xsl:template match="*" mode="docURLLink">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1030 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1031 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1032 <xsl:template name="docURLLink">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1033 <xsl:apply-templates mode="docURLLink"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1034 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1035 <xsl:template match="ulink" mode="docURLLink">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1036 <xsl:call-template name="docURLLink"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1037 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1038 <xsl:template match="bold" mode="docURLLink">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1039 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1040 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1041 <xsl:template match="emphasis" mode="docURLLink">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1042 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1043 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1044 <xsl:template match="computeroutput" mode="docURLLink">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1045 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1046 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1047 <xsl:template match="subscript" mode="docURLLink">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1048 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1049 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1050 <xsl:template match="superscript" mode="docURLLink">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1051 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1052 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1053 <xsl:template match="center" mode="docURLLink">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1054 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1055 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1056 <xsl:template match="small" mode="docURLLink">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1057 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1058 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1059 <xsl:template match="htmlonly" mode="docURLLink">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1060 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1061 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1062 <xsl:template match="manonly" mode="docURLLink">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1063 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1064 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1065 <xsl:template match="xmlonly" mode="docURLLink">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1066 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1067 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1068 <xsl:template match="rtfonly" mode="docURLLink">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1069 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1070 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1071 <xsl:template match="latexonly" mode="docURLLink">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1072 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1073 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1074 <xsl:template match="dot" mode="docURLLink">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1075 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1076 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1077 <xsl:template match="msc" mode="docURLLink">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1078 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1079 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1080 <xsl:template match="anchor" mode="docURLLink">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1081 <xsl:call-template name="docAnchorType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1082 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1083 <xsl:template match="formula" mode="docURLLink">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1084 <xsl:call-template name="docFormulaType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1085 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1086 <xsl:template match="ref" mode="docURLLink">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1087 <xsl:call-template name="docRefTextType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1088 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1089 <xsl:template match="copy" mode="docURLLink">&amp;copy;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1090 <xsl:template match="trademark" mode="docURLLink">&amp;trademark;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1091 <xsl:template match="registered" mode="docURLLink">&amp;registered;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1092 <xsl:template match="lsquo" mode="docURLLink">&amp;lsquo;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1093 <xsl:template match="rsquo" mode="docURLLink">&amp;rsquo;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1094 <xsl:template match="ldquo" mode="docURLLink">&amp;ldquo;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1095 <xsl:template match="rdquo" mode="docURLLink">&amp;rdquo;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1096 <xsl:template match="ndash" mode="docURLLink">&amp;ndash;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1097 <xsl:template match="mdash" mode="docURLLink">&amp;mdash;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1098 <xsl:template match="umlaut" mode="docURLLink">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1099 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1100 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1101 <xsl:template match="acute" mode="docURLLink">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1102 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1103 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1104 <xsl:template match="grave" mode="docURLLink">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1105 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1106 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1107 <xsl:template match="circ" mode="docURLLink">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1108 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1109 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1110 <xsl:template match="slash" mode="docURLLink">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1111 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1112 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1113 <xsl:template match="tilde" mode="docURLLink">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1114 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1115 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1116 <xsl:template match="cedil" mode="docURLLink">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1117 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1118 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1119 <xsl:template match="ring" mode="docURLLink">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1120 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1121 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1122 <xsl:template match="szlig" mode="docURLLink">&amp;szlig;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1123 <xsl:template match="nonbreakablespace" mode="docURLLink">&amp;nbsp;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1124 <xsl:template match="aelig" mode="docURLLink">&amp;aelig;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1125 <xsl:template match="AElig" mode="docURLLink">&amp;AElig;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1126 <xsl:template match="Gamma" mode="docURLLink">&amp;Gamma;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1127 <xsl:template match="Delta" mode="docURLLink">&amp;Delta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1128 <xsl:template match="Theta" mode="docURLLink">&amp;Theta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1129 <xsl:template match="Lambda" mode="docURLLink">&amp;Lambda;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1130 <xsl:template match="Xi" mode="docURLLink">&amp;Xi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1131 <xsl:template match="Pi" mode="docURLLink">&amp;Pi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1132 <xsl:template match="Sigma" mode="docURLLink">&amp;Sigma;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1133 <xsl:template match="Upsilon" mode="docURLLink">&amp;Upsilon;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1134 <xsl:template match="Phi" mode="docURLLink">&amp;Phi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1135 <xsl:template match="Psi" mode="docURLLink">&amp;Psi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1136 <xsl:template match="Omega" mode="docURLLink">&amp;Omega;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1137 <xsl:template match="alpha" mode="docURLLink">&amp;alpha;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1138 <xsl:template match="beta" mode="docURLLink">&amp;beta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1139 <xsl:template match="gamma" mode="docURLLink">&amp;gamma;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1140 <xsl:template match="delta" mode="docURLLink">&amp;delta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1141 <xsl:template match="epsilon" mode="docURLLink">&amp;epsilon;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1142 <xsl:template match="zeta" mode="docURLLink">&amp;zeta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1143 <xsl:template match="eta" mode="docURLLink">&amp;eta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1144 <xsl:template match="theta" mode="docURLLink">&amp;theta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1145 <xsl:template match="iota" mode="docURLLink">&amp;iota;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1146 <xsl:template match="kappa" mode="docURLLink">&amp;kappa;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1147 <xsl:template match="lambda" mode="docURLLink">&amp;lambda;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1148 <xsl:template match="mu" mode="docURLLink">&amp;mu;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1149 <xsl:template match="nu" mode="docURLLink">&amp;nu;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1150 <xsl:template match="xi" mode="docURLLink">&amp;xi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1151 <xsl:template match="pi" mode="docURLLink">&amp;pi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1152 <xsl:template match="rho" mode="docURLLink">&amp;rho;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1153 <xsl:template match="sigma" mode="docURLLink">&amp;sigma;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1154 <xsl:template match="tau" mode="docURLLink">&amp;tau;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1155 <xsl:template match="upsilon" mode="docURLLink">&amp;upsilon;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1156 <xsl:template match="phi" mode="docURLLink">&amp;phi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1157 <xsl:template match="chi" mode="docURLLink">&amp;chi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1158 <xsl:template match="psi" mode="docURLLink">&amp;psi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1159 <xsl:template match="omega" mode="docURLLink">&amp;omega;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1160 <xsl:template match="sigmaf" mode="docURLLink">&amp;sigmaf;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1161 <xsl:template match="sect" mode="docURLLink">&amp;sect;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1162 <xsl:template match="deg" mode="docURLLink">&amp;deg;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1163 <xsl:template match="prime" mode="docURLLink">&amp;prime;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1164 <xsl:template match="Prime" mode="docURLLink">&amp;Prime;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1165 <xsl:template match="infin" mode="docURLLink">&amp;infin;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1166 <xsl:template match="empty" mode="docURLLink">&amp;empty;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1167 <xsl:template match="plusmn" mode="docURLLink">&amp;plusmn;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1168 <xsl:template match="times" mode="docURLLink">&amp;times;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1169 <xsl:template match="minus" mode="docURLLink">&amp;minus;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1170 <xsl:template match="sdot" mode="docURLLink">&amp;sdot;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1171 <xsl:template match="part" mode="docURLLink">&amp;part;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1172 <xsl:template match="nabla" mode="docURLLink">&amp;nabla;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1173 <xsl:template match="radic" mode="docURLLink">&amp;radic;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1174 <xsl:template match="perp" mode="docURLLink">&amp;perp;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1175 <xsl:template match="sum" mode="docURLLink">&amp;sum;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1176 <xsl:template match="int" mode="docURLLink">&amp;int;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1177 <xsl:template match="prod" mode="docURLLink">&amp;prod;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1178 <xsl:template match="sim" mode="docURLLink">&amp;sim;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1179 <xsl:template match="asymp" mode="docURLLink">&amp;asymp;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1180 <xsl:template match="ne" mode="docURLLink">&amp;ne;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1181 <xsl:template match="equiv" mode="docURLLink">&amp;equiv;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1182 <xsl:template match="prop" mode="docURLLink">&amp;prop;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1183 <xsl:template match="le" mode="docURLLink">&amp;le;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1184 <xsl:template match="ge" mode="docURLLink">&amp;ge;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1185 <xsl:template match="larr" mode="docURLLink">&amp;larr;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1186 <xsl:template match="rarr" mode="docURLLink">&amp;rarr;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1187 <xsl:template match="isin" mode="docURLLink">&amp;isin;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1188 <xsl:template match="notin" mode="docURLLink">&amp;notin;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1189 <xsl:template match="lceil" mode="docURLLink">&amp;lceil;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1190 <xsl:template match="rceil" mode="docURLLink">&amp;rceil;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1191 <xsl:template match="lfloor" mode="docURLLink">&amp;lfloor;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1192 <xsl:template match="rfloor" mode="docURLLink">&amp;rfloor;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1193 <xsl:template match="*" mode="docAnchorType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1194 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1195 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1196 <xsl:template name="docAnchorType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1197 <xsl:apply-templates mode="docAnchorType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1198 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1199 <xsl:template match="*" mode="docFormulaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1200 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1201 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1202 <xsl:template name="docFormulaType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1203 <xsl:apply-templates mode="docFormulaType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1204 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1205 <xsl:template name="docIndexEntryType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1206 <xsl:apply-templates mode="docIndexEntryType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1207 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1208 <xsl:template match="primaryie" mode="docIndexEntryType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1209 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1210 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1211 <xsl:template match="secondaryie" mode="docIndexEntryType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1212 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1213 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1214 <xsl:template name="docListType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1215 <xsl:apply-templates mode="docListType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1216 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1217 <xsl:template match="listitem" mode="docListType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1218 <xsl:call-template name="docListItemType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1219 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1220 <xsl:template name="docListItemType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1221 <xsl:apply-templates mode="docListItemType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1222 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1223 <xsl:template match="para" mode="docListItemType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1224 <xsl:call-template name="docParaType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1225 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1226 <xsl:template name="docSimpleSectType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1227 <xsl:apply-templates mode="docSimpleSectType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1228 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1229 <xsl:template match="title" mode="docSimpleSectType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1230 <xsl:call-template name="docTitleType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1231 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1232 <xsl:template match="para" mode="docSimpleSectType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1233 <xsl:call-template name="docParaType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1234 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1235 <xsl:template match="simplesectsep" mode="docSimpleSectType">&amp;simplesectsep;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1236 <xsl:template name="docVarListEntryType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1237 <xsl:apply-templates mode="docVarListEntryType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1238 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1239 <xsl:template match="term" mode="docVarListEntryType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1240 <xsl:call-template name="docTitleType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1241 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1242 <xsl:template name="docVariableListType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1243 <xsl:apply-templates mode="docVariableListType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1244 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1245 <xsl:template match="varlistentry" mode="docVariableListType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1246 <xsl:call-template name="docVarListEntryType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1247 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1248 <xsl:template match="listitem" mode="docVariableListType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1249 <xsl:call-template name="docListItemType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1250 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1251 <xsl:template match="*" mode="docRefTextType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1252 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1253 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1254 <xsl:template name="docRefTextType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1255 <xsl:apply-templates mode="docRefTextType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1256 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1257 <xsl:template match="ulink" mode="docRefTextType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1258 <xsl:call-template name="docURLLink"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1259 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1260 <xsl:template match="bold" mode="docRefTextType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1261 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1262 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1263 <xsl:template match="emphasis" mode="docRefTextType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1264 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1265 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1266 <xsl:template match="computeroutput" mode="docRefTextType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1267 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1268 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1269 <xsl:template match="subscript" mode="docRefTextType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1270 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1271 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1272 <xsl:template match="superscript" mode="docRefTextType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1273 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1274 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1275 <xsl:template match="center" mode="docRefTextType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1276 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1277 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1278 <xsl:template match="small" mode="docRefTextType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1279 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1280 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1281 <xsl:template match="htmlonly" mode="docRefTextType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1282 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1283 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1284 <xsl:template match="manonly" mode="docRefTextType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1285 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1286 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1287 <xsl:template match="xmlonly" mode="docRefTextType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1288 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1289 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1290 <xsl:template match="rtfonly" mode="docRefTextType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1291 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1292 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1293 <xsl:template match="latexonly" mode="docRefTextType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1294 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1295 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1296 <xsl:template match="dot" mode="docRefTextType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1297 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1298 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1299 <xsl:template match="msc" mode="docRefTextType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1300 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1301 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1302 <xsl:template match="anchor" mode="docRefTextType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1303 <xsl:call-template name="docAnchorType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1304 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1305 <xsl:template match="formula" mode="docRefTextType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1306 <xsl:call-template name="docFormulaType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1307 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1308 <xsl:template match="ref" mode="docRefTextType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1309 <xsl:call-template name="docRefTextType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1310 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1311 <xsl:template match="copy" mode="docRefTextType">&amp;copy;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1312 <xsl:template match="trademark" mode="docRefTextType">&amp;trademark;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1313 <xsl:template match="registered" mode="docRefTextType">&amp;registered;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1314 <xsl:template match="lsquo" mode="docRefTextType">&amp;lsquo;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1315 <xsl:template match="rsquo" mode="docRefTextType">&amp;rsquo;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1316 <xsl:template match="ldquo" mode="docRefTextType">&amp;ldquo;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1317 <xsl:template match="rdquo" mode="docRefTextType">&amp;rdquo;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1318 <xsl:template match="ndash" mode="docRefTextType">&amp;ndash;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1319 <xsl:template match="mdash" mode="docRefTextType">&amp;mdash;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1320 <xsl:template match="umlaut" mode="docRefTextType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1321 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1322 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1323 <xsl:template match="acute" mode="docRefTextType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1324 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1325 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1326 <xsl:template match="grave" mode="docRefTextType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1327 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1328 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1329 <xsl:template match="circ" mode="docRefTextType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1330 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1331 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1332 <xsl:template match="slash" mode="docRefTextType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1333 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1334 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1335 <xsl:template match="tilde" mode="docRefTextType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1336 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1337 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1338 <xsl:template match="cedil" mode="docRefTextType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1339 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1340 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1341 <xsl:template match="ring" mode="docRefTextType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1342 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1343 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1344 <xsl:template match="szlig" mode="docRefTextType">&amp;szlig;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1345 <xsl:template match="nonbreakablespace" mode="docRefTextType">&amp;nbsp;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1346 <xsl:template match="aelig" mode="docRefTextType">&amp;aelig;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1347 <xsl:template match="AElig" mode="docRefTextType">&amp;AElig;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1348 <xsl:template match="Gamma" mode="docRefTextType">&amp;Gamma;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1349 <xsl:template match="Delta" mode="docRefTextType">&amp;Delta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1350 <xsl:template match="Theta" mode="docRefTextType">&amp;Theta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1351 <xsl:template match="Lambda" mode="docRefTextType">&amp;Lambda;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1352 <xsl:template match="Xi" mode="docRefTextType">&amp;Xi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1353 <xsl:template match="Pi" mode="docRefTextType">&amp;Pi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1354 <xsl:template match="Sigma" mode="docRefTextType">&amp;Sigma;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1355 <xsl:template match="Upsilon" mode="docRefTextType">&amp;Upsilon;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1356 <xsl:template match="Phi" mode="docRefTextType">&amp;Phi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1357 <xsl:template match="Psi" mode="docRefTextType">&amp;Psi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1358 <xsl:template match="Omega" mode="docRefTextType">&amp;Omega;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1359 <xsl:template match="alpha" mode="docRefTextType">&amp;alpha;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1360 <xsl:template match="beta" mode="docRefTextType">&amp;beta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1361 <xsl:template match="gamma" mode="docRefTextType">&amp;gamma;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1362 <xsl:template match="delta" mode="docRefTextType">&amp;delta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1363 <xsl:template match="epsilon" mode="docRefTextType">&amp;epsilon;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1364 <xsl:template match="zeta" mode="docRefTextType">&amp;zeta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1365 <xsl:template match="eta" mode="docRefTextType">&amp;eta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1366 <xsl:template match="theta" mode="docRefTextType">&amp;theta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1367 <xsl:template match="iota" mode="docRefTextType">&amp;iota;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1368 <xsl:template match="kappa" mode="docRefTextType">&amp;kappa;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1369 <xsl:template match="lambda" mode="docRefTextType">&amp;lambda;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1370 <xsl:template match="mu" mode="docRefTextType">&amp;mu;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1371 <xsl:template match="nu" mode="docRefTextType">&amp;nu;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1372 <xsl:template match="xi" mode="docRefTextType">&amp;xi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1373 <xsl:template match="pi" mode="docRefTextType">&amp;pi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1374 <xsl:template match="rho" mode="docRefTextType">&amp;rho;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1375 <xsl:template match="sigma" mode="docRefTextType">&amp;sigma;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1376 <xsl:template match="tau" mode="docRefTextType">&amp;tau;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1377 <xsl:template match="upsilon" mode="docRefTextType">&amp;upsilon;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1378 <xsl:template match="phi" mode="docRefTextType">&amp;phi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1379 <xsl:template match="chi" mode="docRefTextType">&amp;chi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1380 <xsl:template match="psi" mode="docRefTextType">&amp;psi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1381 <xsl:template match="omega" mode="docRefTextType">&amp;omega;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1382 <xsl:template match="sigmaf" mode="docRefTextType">&amp;sigmaf;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1383 <xsl:template match="sect" mode="docRefTextType">&amp;sect;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1384 <xsl:template match="deg" mode="docRefTextType">&amp;deg;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1385 <xsl:template match="prime" mode="docRefTextType">&amp;prime;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1386 <xsl:template match="Prime" mode="docRefTextType">&amp;Prime;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1387 <xsl:template match="infin" mode="docRefTextType">&amp;infin;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1388 <xsl:template match="empty" mode="docRefTextType">&amp;empty;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1389 <xsl:template match="plusmn" mode="docRefTextType">&amp;plusmn;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1390 <xsl:template match="times" mode="docRefTextType">&amp;times;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1391 <xsl:template match="minus" mode="docRefTextType">&amp;minus;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1392 <xsl:template match="sdot" mode="docRefTextType">&amp;sdot;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1393 <xsl:template match="part" mode="docRefTextType">&amp;part;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1394 <xsl:template match="nabla" mode="docRefTextType">&amp;nabla;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1395 <xsl:template match="radic" mode="docRefTextType">&amp;radic;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1396 <xsl:template match="perp" mode="docRefTextType">&amp;perp;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1397 <xsl:template match="sum" mode="docRefTextType">&amp;sum;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1398 <xsl:template match="int" mode="docRefTextType">&amp;int;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1399 <xsl:template match="prod" mode="docRefTextType">&amp;prod;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1400 <xsl:template match="sim" mode="docRefTextType">&amp;sim;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1401 <xsl:template match="asymp" mode="docRefTextType">&amp;asymp;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1402 <xsl:template match="ne" mode="docRefTextType">&amp;ne;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1403 <xsl:template match="equiv" mode="docRefTextType">&amp;equiv;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1404 <xsl:template match="prop" mode="docRefTextType">&amp;prop;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1405 <xsl:template match="le" mode="docRefTextType">&amp;le;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1406 <xsl:template match="ge" mode="docRefTextType">&amp;ge;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1407 <xsl:template match="larr" mode="docRefTextType">&amp;larr;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1408 <xsl:template match="rarr" mode="docRefTextType">&amp;rarr;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1409 <xsl:template match="isin" mode="docRefTextType">&amp;isin;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1410 <xsl:template match="notin" mode="docRefTextType">&amp;notin;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1411 <xsl:template match="lceil" mode="docRefTextType">&amp;lceil;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1412 <xsl:template match="rceil" mode="docRefTextType">&amp;rceil;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1413 <xsl:template match="lfloor" mode="docRefTextType">&amp;lfloor;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1414 <xsl:template match="rfloor" mode="docRefTextType">&amp;rfloor;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1415 <xsl:template name="docTableType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1416 <xsl:apply-templates mode="docTableType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1417 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1418 <xsl:template match="row" mode="docTableType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1419 <xsl:call-template name="docRowType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1420 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1421 <xsl:template match="caption" mode="docTableType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1422 <xsl:call-template name="docCaptionType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1423 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1424 <xsl:template name="docRowType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1425 <xsl:apply-templates mode="docRowType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1426 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1427 <xsl:template match="entry" mode="docRowType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1428 <xsl:call-template name="docEntryType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1429 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1430 <xsl:template name="docEntryType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1431 <xsl:apply-templates mode="docEntryType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1432 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1433 <xsl:template match="para" mode="docEntryType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1434 <xsl:call-template name="docParaType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1435 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1436 <xsl:template match="*" mode="docCaptionType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1437 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1438 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1439 <xsl:template name="docCaptionType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1440 <xsl:apply-templates mode="docCaptionType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1441 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1442 <xsl:template match="ulink" mode="docCaptionType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1443 <xsl:call-template name="docURLLink"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1444 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1445 <xsl:template match="bold" mode="docCaptionType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1446 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1447 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1448 <xsl:template match="emphasis" mode="docCaptionType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1449 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1450 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1451 <xsl:template match="computeroutput" mode="docCaptionType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1452 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1453 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1454 <xsl:template match="subscript" mode="docCaptionType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1455 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1456 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1457 <xsl:template match="superscript" mode="docCaptionType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1458 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1459 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1460 <xsl:template match="center" mode="docCaptionType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1461 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1462 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1463 <xsl:template match="small" mode="docCaptionType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1464 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1465 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1466 <xsl:template match="htmlonly" mode="docCaptionType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1467 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1468 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1469 <xsl:template match="manonly" mode="docCaptionType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1470 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1471 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1472 <xsl:template match="xmlonly" mode="docCaptionType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1473 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1474 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1475 <xsl:template match="rtfonly" mode="docCaptionType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1476 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1477 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1478 <xsl:template match="latexonly" mode="docCaptionType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1479 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1480 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1481 <xsl:template match="dot" mode="docCaptionType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1482 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1483 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1484 <xsl:template match="msc" mode="docCaptionType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1485 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1486 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1487 <xsl:template match="anchor" mode="docCaptionType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1488 <xsl:call-template name="docAnchorType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1489 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1490 <xsl:template match="formula" mode="docCaptionType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1491 <xsl:call-template name="docFormulaType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1492 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1493 <xsl:template match="ref" mode="docCaptionType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1494 <xsl:call-template name="docRefTextType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1495 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1496 <xsl:template match="copy" mode="docCaptionType">&amp;copy;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1497 <xsl:template match="trademark" mode="docCaptionType">&amp;trademark;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1498 <xsl:template match="registered" mode="docCaptionType">&amp;registered;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1499 <xsl:template match="lsquo" mode="docCaptionType">&amp;lsquo;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1500 <xsl:template match="rsquo" mode="docCaptionType">&amp;rsquo;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1501 <xsl:template match="ldquo" mode="docCaptionType">&amp;ldquo;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1502 <xsl:template match="rdquo" mode="docCaptionType">&amp;rdquo;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1503 <xsl:template match="ndash" mode="docCaptionType">&amp;ndash;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1504 <xsl:template match="mdash" mode="docCaptionType">&amp;mdash;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1505 <xsl:template match="umlaut" mode="docCaptionType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1506 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1507 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1508 <xsl:template match="acute" mode="docCaptionType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1509 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1510 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1511 <xsl:template match="grave" mode="docCaptionType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1512 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1513 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1514 <xsl:template match="circ" mode="docCaptionType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1515 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1516 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1517 <xsl:template match="slash" mode="docCaptionType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1518 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1519 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1520 <xsl:template match="tilde" mode="docCaptionType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1521 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1522 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1523 <xsl:template match="cedil" mode="docCaptionType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1524 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1525 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1526 <xsl:template match="ring" mode="docCaptionType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1527 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1528 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1529 <xsl:template match="szlig" mode="docCaptionType">&amp;szlig;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1530 <xsl:template match="nonbreakablespace" mode="docCaptionType">&amp;nbsp;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1531 <xsl:template match="aelig" mode="docCaptionType">&amp;aelig;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1532 <xsl:template match="AElig" mode="docCaptionType">&amp;AElig;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1533 <xsl:template match="Gamma" mode="docCaptionType">&amp;Gamma;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1534 <xsl:template match="Delta" mode="docCaptionType">&amp;Delta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1535 <xsl:template match="Theta" mode="docCaptionType">&amp;Theta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1536 <xsl:template match="Lambda" mode="docCaptionType">&amp;Lambda;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1537 <xsl:template match="Xi" mode="docCaptionType">&amp;Xi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1538 <xsl:template match="Pi" mode="docCaptionType">&amp;Pi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1539 <xsl:template match="Sigma" mode="docCaptionType">&amp;Sigma;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1540 <xsl:template match="Upsilon" mode="docCaptionType">&amp;Upsilon;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1541 <xsl:template match="Phi" mode="docCaptionType">&amp;Phi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1542 <xsl:template match="Psi" mode="docCaptionType">&amp;Psi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1543 <xsl:template match="Omega" mode="docCaptionType">&amp;Omega;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1544 <xsl:template match="alpha" mode="docCaptionType">&amp;alpha;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1545 <xsl:template match="beta" mode="docCaptionType">&amp;beta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1546 <xsl:template match="gamma" mode="docCaptionType">&amp;gamma;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1547 <xsl:template match="delta" mode="docCaptionType">&amp;delta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1548 <xsl:template match="epsilon" mode="docCaptionType">&amp;epsilon;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1549 <xsl:template match="zeta" mode="docCaptionType">&amp;zeta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1550 <xsl:template match="eta" mode="docCaptionType">&amp;eta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1551 <xsl:template match="theta" mode="docCaptionType">&amp;theta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1552 <xsl:template match="iota" mode="docCaptionType">&amp;iota;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1553 <xsl:template match="kappa" mode="docCaptionType">&amp;kappa;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1554 <xsl:template match="lambda" mode="docCaptionType">&amp;lambda;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1555 <xsl:template match="mu" mode="docCaptionType">&amp;mu;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1556 <xsl:template match="nu" mode="docCaptionType">&amp;nu;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1557 <xsl:template match="xi" mode="docCaptionType">&amp;xi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1558 <xsl:template match="pi" mode="docCaptionType">&amp;pi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1559 <xsl:template match="rho" mode="docCaptionType">&amp;rho;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1560 <xsl:template match="sigma" mode="docCaptionType">&amp;sigma;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1561 <xsl:template match="tau" mode="docCaptionType">&amp;tau;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1562 <xsl:template match="upsilon" mode="docCaptionType">&amp;upsilon;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1563 <xsl:template match="phi" mode="docCaptionType">&amp;phi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1564 <xsl:template match="chi" mode="docCaptionType">&amp;chi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1565 <xsl:template match="psi" mode="docCaptionType">&amp;psi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1566 <xsl:template match="omega" mode="docCaptionType">&amp;omega;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1567 <xsl:template match="sigmaf" mode="docCaptionType">&amp;sigmaf;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1568 <xsl:template match="sect" mode="docCaptionType">&amp;sect;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1569 <xsl:template match="deg" mode="docCaptionType">&amp;deg;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1570 <xsl:template match="prime" mode="docCaptionType">&amp;prime;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1571 <xsl:template match="Prime" mode="docCaptionType">&amp;Prime;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1572 <xsl:template match="infin" mode="docCaptionType">&amp;infin;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1573 <xsl:template match="empty" mode="docCaptionType">&amp;empty;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1574 <xsl:template match="plusmn" mode="docCaptionType">&amp;plusmn;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1575 <xsl:template match="times" mode="docCaptionType">&amp;times;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1576 <xsl:template match="minus" mode="docCaptionType">&amp;minus;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1577 <xsl:template match="sdot" mode="docCaptionType">&amp;sdot;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1578 <xsl:template match="part" mode="docCaptionType">&amp;part;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1579 <xsl:template match="nabla" mode="docCaptionType">&amp;nabla;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1580 <xsl:template match="radic" mode="docCaptionType">&amp;radic;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1581 <xsl:template match="perp" mode="docCaptionType">&amp;perp;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1582 <xsl:template match="sum" mode="docCaptionType">&amp;sum;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1583 <xsl:template match="int" mode="docCaptionType">&amp;int;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1584 <xsl:template match="prod" mode="docCaptionType">&amp;prod;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1585 <xsl:template match="sim" mode="docCaptionType">&amp;sim;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1586 <xsl:template match="asymp" mode="docCaptionType">&amp;asymp;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1587 <xsl:template match="ne" mode="docCaptionType">&amp;ne;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1588 <xsl:template match="equiv" mode="docCaptionType">&amp;equiv;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1589 <xsl:template match="prop" mode="docCaptionType">&amp;prop;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1590 <xsl:template match="le" mode="docCaptionType">&amp;le;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1591 <xsl:template match="ge" mode="docCaptionType">&amp;ge;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1592 <xsl:template match="larr" mode="docCaptionType">&amp;larr;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1593 <xsl:template match="rarr" mode="docCaptionType">&amp;rarr;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1594 <xsl:template match="isin" mode="docCaptionType">&amp;isin;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1595 <xsl:template match="notin" mode="docCaptionType">&amp;notin;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1596 <xsl:template match="lceil" mode="docCaptionType">&amp;lceil;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1597 <xsl:template match="rceil" mode="docCaptionType">&amp;rceil;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1598 <xsl:template match="lfloor" mode="docCaptionType">&amp;lfloor;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1599 <xsl:template match="rfloor" mode="docCaptionType">&amp;rfloor;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1600 <xsl:template match="*" mode="docHeadingType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1601 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1602 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1603 <xsl:template name="docHeadingType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1604 <xsl:apply-templates mode="docHeadingType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1605 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1606 <xsl:template match="ulink" mode="docHeadingType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1607 <xsl:call-template name="docURLLink"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1608 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1609 <xsl:template match="bold" mode="docHeadingType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1610 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1611 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1612 <xsl:template match="emphasis" mode="docHeadingType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1613 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1614 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1615 <xsl:template match="computeroutput" mode="docHeadingType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1616 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1617 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1618 <xsl:template match="subscript" mode="docHeadingType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1619 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1620 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1621 <xsl:template match="superscript" mode="docHeadingType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1622 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1623 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1624 <xsl:template match="center" mode="docHeadingType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1625 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1626 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1627 <xsl:template match="small" mode="docHeadingType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1628 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1629 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1630 <xsl:template match="htmlonly" mode="docHeadingType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1631 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1632 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1633 <xsl:template match="manonly" mode="docHeadingType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1634 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1635 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1636 <xsl:template match="xmlonly" mode="docHeadingType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1637 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1638 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1639 <xsl:template match="rtfonly" mode="docHeadingType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1640 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1641 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1642 <xsl:template match="latexonly" mode="docHeadingType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1643 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1644 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1645 <xsl:template match="dot" mode="docHeadingType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1646 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1647 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1648 <xsl:template match="msc" mode="docHeadingType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1649 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1650 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1651 <xsl:template match="anchor" mode="docHeadingType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1652 <xsl:call-template name="docAnchorType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1653 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1654 <xsl:template match="formula" mode="docHeadingType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1655 <xsl:call-template name="docFormulaType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1656 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1657 <xsl:template match="ref" mode="docHeadingType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1658 <xsl:call-template name="docRefTextType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1659 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1660 <xsl:template match="copy" mode="docHeadingType">&amp;copy;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1661 <xsl:template match="trademark" mode="docHeadingType">&amp;trademark;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1662 <xsl:template match="registered" mode="docHeadingType">&amp;registered;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1663 <xsl:template match="lsquo" mode="docHeadingType">&amp;lsquo;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1664 <xsl:template match="rsquo" mode="docHeadingType">&amp;rsquo;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1665 <xsl:template match="ldquo" mode="docHeadingType">&amp;ldquo;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1666 <xsl:template match="rdquo" mode="docHeadingType">&amp;rdquo;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1667 <xsl:template match="ndash" mode="docHeadingType">&amp;ndash;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1668 <xsl:template match="mdash" mode="docHeadingType">&amp;mdash;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1669 <xsl:template match="umlaut" mode="docHeadingType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1670 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1671 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1672 <xsl:template match="acute" mode="docHeadingType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1673 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1674 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1675 <xsl:template match="grave" mode="docHeadingType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1676 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1677 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1678 <xsl:template match="circ" mode="docHeadingType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1679 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1680 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1681 <xsl:template match="slash" mode="docHeadingType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1682 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1683 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1684 <xsl:template match="tilde" mode="docHeadingType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1685 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1686 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1687 <xsl:template match="cedil" mode="docHeadingType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1688 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1689 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1690 <xsl:template match="ring" mode="docHeadingType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1691 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1692 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1693 <xsl:template match="szlig" mode="docHeadingType">&amp;szlig;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1694 <xsl:template match="nonbreakablespace" mode="docHeadingType">&amp;nbsp;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1695 <xsl:template match="aelig" mode="docHeadingType">&amp;aelig;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1696 <xsl:template match="AElig" mode="docHeadingType">&amp;AElig;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1697 <xsl:template match="Gamma" mode="docHeadingType">&amp;Gamma;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1698 <xsl:template match="Delta" mode="docHeadingType">&amp;Delta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1699 <xsl:template match="Theta" mode="docHeadingType">&amp;Theta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1700 <xsl:template match="Lambda" mode="docHeadingType">&amp;Lambda;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1701 <xsl:template match="Xi" mode="docHeadingType">&amp;Xi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1702 <xsl:template match="Pi" mode="docHeadingType">&amp;Pi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1703 <xsl:template match="Sigma" mode="docHeadingType">&amp;Sigma;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1704 <xsl:template match="Upsilon" mode="docHeadingType">&amp;Upsilon;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1705 <xsl:template match="Phi" mode="docHeadingType">&amp;Phi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1706 <xsl:template match="Psi" mode="docHeadingType">&amp;Psi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1707 <xsl:template match="Omega" mode="docHeadingType">&amp;Omega;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1708 <xsl:template match="alpha" mode="docHeadingType">&amp;alpha;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1709 <xsl:template match="beta" mode="docHeadingType">&amp;beta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1710 <xsl:template match="gamma" mode="docHeadingType">&amp;gamma;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1711 <xsl:template match="delta" mode="docHeadingType">&amp;delta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1712 <xsl:template match="epsilon" mode="docHeadingType">&amp;epsilon;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1713 <xsl:template match="zeta" mode="docHeadingType">&amp;zeta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1714 <xsl:template match="eta" mode="docHeadingType">&amp;eta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1715 <xsl:template match="theta" mode="docHeadingType">&amp;theta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1716 <xsl:template match="iota" mode="docHeadingType">&amp;iota;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1717 <xsl:template match="kappa" mode="docHeadingType">&amp;kappa;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1718 <xsl:template match="lambda" mode="docHeadingType">&amp;lambda;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1719 <xsl:template match="mu" mode="docHeadingType">&amp;mu;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1720 <xsl:template match="nu" mode="docHeadingType">&amp;nu;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1721 <xsl:template match="xi" mode="docHeadingType">&amp;xi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1722 <xsl:template match="pi" mode="docHeadingType">&amp;pi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1723 <xsl:template match="rho" mode="docHeadingType">&amp;rho;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1724 <xsl:template match="sigma" mode="docHeadingType">&amp;sigma;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1725 <xsl:template match="tau" mode="docHeadingType">&amp;tau;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1726 <xsl:template match="upsilon" mode="docHeadingType">&amp;upsilon;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1727 <xsl:template match="phi" mode="docHeadingType">&amp;phi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1728 <xsl:template match="chi" mode="docHeadingType">&amp;chi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1729 <xsl:template match="psi" mode="docHeadingType">&amp;psi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1730 <xsl:template match="omega" mode="docHeadingType">&amp;omega;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1731 <xsl:template match="sigmaf" mode="docHeadingType">&amp;sigmaf;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1732 <xsl:template match="sect" mode="docHeadingType">&amp;sect;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1733 <xsl:template match="deg" mode="docHeadingType">&amp;deg;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1734 <xsl:template match="prime" mode="docHeadingType">&amp;prime;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1735 <xsl:template match="Prime" mode="docHeadingType">&amp;Prime;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1736 <xsl:template match="infin" mode="docHeadingType">&amp;infin;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1737 <xsl:template match="empty" mode="docHeadingType">&amp;empty;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1738 <xsl:template match="plusmn" mode="docHeadingType">&amp;plusmn;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1739 <xsl:template match="times" mode="docHeadingType">&amp;times;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1740 <xsl:template match="minus" mode="docHeadingType">&amp;minus;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1741 <xsl:template match="sdot" mode="docHeadingType">&amp;sdot;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1742 <xsl:template match="part" mode="docHeadingType">&amp;part;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1743 <xsl:template match="nabla" mode="docHeadingType">&amp;nabla;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1744 <xsl:template match="radic" mode="docHeadingType">&amp;radic;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1745 <xsl:template match="perp" mode="docHeadingType">&amp;perp;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1746 <xsl:template match="sum" mode="docHeadingType">&amp;sum;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1747 <xsl:template match="int" mode="docHeadingType">&amp;int;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1748 <xsl:template match="prod" mode="docHeadingType">&amp;prod;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1749 <xsl:template match="sim" mode="docHeadingType">&amp;sim;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1750 <xsl:template match="asymp" mode="docHeadingType">&amp;asymp;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1751 <xsl:template match="ne" mode="docHeadingType">&amp;ne;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1752 <xsl:template match="equiv" mode="docHeadingType">&amp;equiv;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1753 <xsl:template match="prop" mode="docHeadingType">&amp;prop;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1754 <xsl:template match="le" mode="docHeadingType">&amp;le;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1755 <xsl:template match="ge" mode="docHeadingType">&amp;ge;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1756 <xsl:template match="larr" mode="docHeadingType">&amp;larr;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1757 <xsl:template match="rarr" mode="docHeadingType">&amp;rarr;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1758 <xsl:template match="isin" mode="docHeadingType">&amp;isin;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1759 <xsl:template match="notin" mode="docHeadingType">&amp;notin;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1760 <xsl:template match="lceil" mode="docHeadingType">&amp;lceil;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1761 <xsl:template match="rceil" mode="docHeadingType">&amp;rceil;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1762 <xsl:template match="lfloor" mode="docHeadingType">&amp;lfloor;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1763 <xsl:template match="rfloor" mode="docHeadingType">&amp;rfloor;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1764 <xsl:template match="*" mode="docImageType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1765 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1766 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1767 <xsl:template name="docImageType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1768 <xsl:apply-templates mode="docImageType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1769 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1770 <xsl:template match="ulink" mode="docImageType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1771 <xsl:call-template name="docURLLink"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1772 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1773 <xsl:template match="bold" mode="docImageType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1774 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1775 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1776 <xsl:template match="emphasis" mode="docImageType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1777 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1778 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1779 <xsl:template match="computeroutput" mode="docImageType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1780 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1781 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1782 <xsl:template match="subscript" mode="docImageType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1783 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1784 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1785 <xsl:template match="superscript" mode="docImageType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1786 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1787 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1788 <xsl:template match="center" mode="docImageType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1789 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1790 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1791 <xsl:template match="small" mode="docImageType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1792 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1793 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1794 <xsl:template match="htmlonly" mode="docImageType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1795 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1796 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1797 <xsl:template match="manonly" mode="docImageType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1798 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1799 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1800 <xsl:template match="xmlonly" mode="docImageType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1801 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1802 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1803 <xsl:template match="rtfonly" mode="docImageType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1804 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1805 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1806 <xsl:template match="latexonly" mode="docImageType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1807 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1808 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1809 <xsl:template match="dot" mode="docImageType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1810 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1811 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1812 <xsl:template match="msc" mode="docImageType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1813 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1814 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1815 <xsl:template match="anchor" mode="docImageType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1816 <xsl:call-template name="docAnchorType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1817 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1818 <xsl:template match="formula" mode="docImageType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1819 <xsl:call-template name="docFormulaType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1820 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1821 <xsl:template match="ref" mode="docImageType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1822 <xsl:call-template name="docRefTextType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1823 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1824 <xsl:template match="copy" mode="docImageType">&amp;copy;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1825 <xsl:template match="trademark" mode="docImageType">&amp;trademark;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1826 <xsl:template match="registered" mode="docImageType">&amp;registered;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1827 <xsl:template match="lsquo" mode="docImageType">&amp;lsquo;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1828 <xsl:template match="rsquo" mode="docImageType">&amp;rsquo;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1829 <xsl:template match="ldquo" mode="docImageType">&amp;ldquo;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1830 <xsl:template match="rdquo" mode="docImageType">&amp;rdquo;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1831 <xsl:template match="ndash" mode="docImageType">&amp;ndash;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1832 <xsl:template match="mdash" mode="docImageType">&amp;mdash;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1833 <xsl:template match="umlaut" mode="docImageType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1834 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1835 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1836 <xsl:template match="acute" mode="docImageType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1837 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1838 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1839 <xsl:template match="grave" mode="docImageType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1840 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1841 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1842 <xsl:template match="circ" mode="docImageType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1843 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1844 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1845 <xsl:template match="slash" mode="docImageType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1846 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1847 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1848 <xsl:template match="tilde" mode="docImageType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1849 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1850 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1851 <xsl:template match="cedil" mode="docImageType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1852 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1853 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1854 <xsl:template match="ring" mode="docImageType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1855 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1856 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1857 <xsl:template match="szlig" mode="docImageType">&amp;szlig;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1858 <xsl:template match="nonbreakablespace" mode="docImageType">&amp;nbsp;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1859 <xsl:template match="aelig" mode="docImageType">&amp;aelig;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1860 <xsl:template match="AElig" mode="docImageType">&amp;AElig;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1861 <xsl:template match="Gamma" mode="docImageType">&amp;Gamma;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1862 <xsl:template match="Delta" mode="docImageType">&amp;Delta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1863 <xsl:template match="Theta" mode="docImageType">&amp;Theta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1864 <xsl:template match="Lambda" mode="docImageType">&amp;Lambda;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1865 <xsl:template match="Xi" mode="docImageType">&amp;Xi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1866 <xsl:template match="Pi" mode="docImageType">&amp;Pi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1867 <xsl:template match="Sigma" mode="docImageType">&amp;Sigma;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1868 <xsl:template match="Upsilon" mode="docImageType">&amp;Upsilon;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1869 <xsl:template match="Phi" mode="docImageType">&amp;Phi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1870 <xsl:template match="Psi" mode="docImageType">&amp;Psi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1871 <xsl:template match="Omega" mode="docImageType">&amp;Omega;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1872 <xsl:template match="alpha" mode="docImageType">&amp;alpha;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1873 <xsl:template match="beta" mode="docImageType">&amp;beta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1874 <xsl:template match="gamma" mode="docImageType">&amp;gamma;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1875 <xsl:template match="delta" mode="docImageType">&amp;delta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1876 <xsl:template match="epsilon" mode="docImageType">&amp;epsilon;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1877 <xsl:template match="zeta" mode="docImageType">&amp;zeta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1878 <xsl:template match="eta" mode="docImageType">&amp;eta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1879 <xsl:template match="theta" mode="docImageType">&amp;theta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1880 <xsl:template match="iota" mode="docImageType">&amp;iota;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1881 <xsl:template match="kappa" mode="docImageType">&amp;kappa;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1882 <xsl:template match="lambda" mode="docImageType">&amp;lambda;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1883 <xsl:template match="mu" mode="docImageType">&amp;mu;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1884 <xsl:template match="nu" mode="docImageType">&amp;nu;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1885 <xsl:template match="xi" mode="docImageType">&amp;xi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1886 <xsl:template match="pi" mode="docImageType">&amp;pi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1887 <xsl:template match="rho" mode="docImageType">&amp;rho;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1888 <xsl:template match="sigma" mode="docImageType">&amp;sigma;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1889 <xsl:template match="tau" mode="docImageType">&amp;tau;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1890 <xsl:template match="upsilon" mode="docImageType">&amp;upsilon;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1891 <xsl:template match="phi" mode="docImageType">&amp;phi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1892 <xsl:template match="chi" mode="docImageType">&amp;chi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1893 <xsl:template match="psi" mode="docImageType">&amp;psi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1894 <xsl:template match="omega" mode="docImageType">&amp;omega;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1895 <xsl:template match="sigmaf" mode="docImageType">&amp;sigmaf;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1896 <xsl:template match="sect" mode="docImageType">&amp;sect;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1897 <xsl:template match="deg" mode="docImageType">&amp;deg;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1898 <xsl:template match="prime" mode="docImageType">&amp;prime;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1899 <xsl:template match="Prime" mode="docImageType">&amp;Prime;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1900 <xsl:template match="infin" mode="docImageType">&amp;infin;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1901 <xsl:template match="empty" mode="docImageType">&amp;empty;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1902 <xsl:template match="plusmn" mode="docImageType">&amp;plusmn;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1903 <xsl:template match="times" mode="docImageType">&amp;times;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1904 <xsl:template match="minus" mode="docImageType">&amp;minus;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1905 <xsl:template match="sdot" mode="docImageType">&amp;sdot;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1906 <xsl:template match="part" mode="docImageType">&amp;part;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1907 <xsl:template match="nabla" mode="docImageType">&amp;nabla;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1908 <xsl:template match="radic" mode="docImageType">&amp;radic;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1909 <xsl:template match="perp" mode="docImageType">&amp;perp;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1910 <xsl:template match="sum" mode="docImageType">&amp;sum;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1911 <xsl:template match="int" mode="docImageType">&amp;int;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1912 <xsl:template match="prod" mode="docImageType">&amp;prod;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1913 <xsl:template match="sim" mode="docImageType">&amp;sim;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1914 <xsl:template match="asymp" mode="docImageType">&amp;asymp;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1915 <xsl:template match="ne" mode="docImageType">&amp;ne;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1916 <xsl:template match="equiv" mode="docImageType">&amp;equiv;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1917 <xsl:template match="prop" mode="docImageType">&amp;prop;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1918 <xsl:template match="le" mode="docImageType">&amp;le;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1919 <xsl:template match="ge" mode="docImageType">&amp;ge;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1920 <xsl:template match="larr" mode="docImageType">&amp;larr;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1921 <xsl:template match="rarr" mode="docImageType">&amp;rarr;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1922 <xsl:template match="isin" mode="docImageType">&amp;isin;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1923 <xsl:template match="notin" mode="docImageType">&amp;notin;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1924 <xsl:template match="lceil" mode="docImageType">&amp;lceil;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1925 <xsl:template match="rceil" mode="docImageType">&amp;rceil;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1926 <xsl:template match="lfloor" mode="docImageType">&amp;lfloor;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1927 <xsl:template match="rfloor" mode="docImageType">&amp;rfloor;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1928 <xsl:template match="*" mode="docFileType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1929 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1930 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1931 <xsl:template name="docFileType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1932 <xsl:apply-templates mode="docFileType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1933 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1934 <xsl:template match="ulink" mode="docFileType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1935 <xsl:call-template name="docURLLink"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1936 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1937 <xsl:template match="bold" mode="docFileType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1938 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1939 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1940 <xsl:template match="emphasis" mode="docFileType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1941 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1942 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1943 <xsl:template match="computeroutput" mode="docFileType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1944 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1945 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1946 <xsl:template match="subscript" mode="docFileType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1947 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1948 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1949 <xsl:template match="superscript" mode="docFileType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1950 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1951 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1952 <xsl:template match="center" mode="docFileType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1953 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1954 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1955 <xsl:template match="small" mode="docFileType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1956 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1957 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1958 <xsl:template match="htmlonly" mode="docFileType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1959 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1960 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1961 <xsl:template match="manonly" mode="docFileType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1962 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1963 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1964 <xsl:template match="xmlonly" mode="docFileType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1965 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1966 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1967 <xsl:template match="rtfonly" mode="docFileType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1968 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1969 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1970 <xsl:template match="latexonly" mode="docFileType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1971 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1972 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1973 <xsl:template match="dot" mode="docFileType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1974 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1975 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1976 <xsl:template match="msc" mode="docFileType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1977 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1978 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1979 <xsl:template match="anchor" mode="docFileType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1980 <xsl:call-template name="docAnchorType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1981 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1982 <xsl:template match="formula" mode="docFileType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1983 <xsl:call-template name="docFormulaType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1984 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1985 <xsl:template match="ref" mode="docFileType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1986 <xsl:call-template name="docRefTextType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1987 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1988 <xsl:template match="copy" mode="docFileType">&amp;copy;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1989 <xsl:template match="trademark" mode="docFileType">&amp;trademark;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1990 <xsl:template match="registered" mode="docFileType">&amp;registered;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1991 <xsl:template match="lsquo" mode="docFileType">&amp;lsquo;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1992 <xsl:template match="rsquo" mode="docFileType">&amp;rsquo;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1993 <xsl:template match="ldquo" mode="docFileType">&amp;ldquo;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1994 <xsl:template match="rdquo" mode="docFileType">&amp;rdquo;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1995 <xsl:template match="ndash" mode="docFileType">&amp;ndash;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1996 <xsl:template match="mdash" mode="docFileType">&amp;mdash;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1997 <xsl:template match="umlaut" mode="docFileType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1998 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
1999 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2000 <xsl:template match="acute" mode="docFileType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2001 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2002 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2003 <xsl:template match="grave" mode="docFileType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2004 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2005 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2006 <xsl:template match="circ" mode="docFileType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2007 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2008 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2009 <xsl:template match="slash" mode="docFileType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2010 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2011 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2012 <xsl:template match="tilde" mode="docFileType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2013 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2014 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2015 <xsl:template match="cedil" mode="docFileType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2016 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2017 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2018 <xsl:template match="ring" mode="docFileType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2019 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2020 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2021 <xsl:template match="szlig" mode="docFileType">&amp;szlig;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2022 <xsl:template match="nonbreakablespace" mode="docFileType">&amp;nbsp;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2023 <xsl:template match="aelig" mode="docFileType">&amp;aelig;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2024 <xsl:template match="AElig" mode="docFileType">&amp;AElig;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2025 <xsl:template match="Gamma" mode="docFileType">&amp;Gamma;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2026 <xsl:template match="Delta" mode="docFileType">&amp;Delta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2027 <xsl:template match="Theta" mode="docFileType">&amp;Theta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2028 <xsl:template match="Lambda" mode="docFileType">&amp;Lambda;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2029 <xsl:template match="Xi" mode="docFileType">&amp;Xi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2030 <xsl:template match="Pi" mode="docFileType">&amp;Pi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2031 <xsl:template match="Sigma" mode="docFileType">&amp;Sigma;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2032 <xsl:template match="Upsilon" mode="docFileType">&amp;Upsilon;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2033 <xsl:template match="Phi" mode="docFileType">&amp;Phi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2034 <xsl:template match="Psi" mode="docFileType">&amp;Psi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2035 <xsl:template match="Omega" mode="docFileType">&amp;Omega;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2036 <xsl:template match="alpha" mode="docFileType">&amp;alpha;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2037 <xsl:template match="beta" mode="docFileType">&amp;beta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2038 <xsl:template match="gamma" mode="docFileType">&amp;gamma;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2039 <xsl:template match="delta" mode="docFileType">&amp;delta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2040 <xsl:template match="epsilon" mode="docFileType">&amp;epsilon;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2041 <xsl:template match="zeta" mode="docFileType">&amp;zeta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2042 <xsl:template match="eta" mode="docFileType">&amp;eta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2043 <xsl:template match="theta" mode="docFileType">&amp;theta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2044 <xsl:template match="iota" mode="docFileType">&amp;iota;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2045 <xsl:template match="kappa" mode="docFileType">&amp;kappa;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2046 <xsl:template match="lambda" mode="docFileType">&amp;lambda;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2047 <xsl:template match="mu" mode="docFileType">&amp;mu;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2048 <xsl:template match="nu" mode="docFileType">&amp;nu;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2049 <xsl:template match="xi" mode="docFileType">&amp;xi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2050 <xsl:template match="pi" mode="docFileType">&amp;pi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2051 <xsl:template match="rho" mode="docFileType">&amp;rho;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2052 <xsl:template match="sigma" mode="docFileType">&amp;sigma;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2053 <xsl:template match="tau" mode="docFileType">&amp;tau;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2054 <xsl:template match="upsilon" mode="docFileType">&amp;upsilon;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2055 <xsl:template match="phi" mode="docFileType">&amp;phi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2056 <xsl:template match="chi" mode="docFileType">&amp;chi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2057 <xsl:template match="psi" mode="docFileType">&amp;psi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2058 <xsl:template match="omega" mode="docFileType">&amp;omega;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2059 <xsl:template match="sigmaf" mode="docFileType">&amp;sigmaf;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2060 <xsl:template match="sect" mode="docFileType">&amp;sect;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2061 <xsl:template match="deg" mode="docFileType">&amp;deg;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2062 <xsl:template match="prime" mode="docFileType">&amp;prime;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2063 <xsl:template match="Prime" mode="docFileType">&amp;Prime;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2064 <xsl:template match="infin" mode="docFileType">&amp;infin;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2065 <xsl:template match="empty" mode="docFileType">&amp;empty;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2066 <xsl:template match="plusmn" mode="docFileType">&amp;plusmn;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2067 <xsl:template match="times" mode="docFileType">&amp;times;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2068 <xsl:template match="minus" mode="docFileType">&amp;minus;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2069 <xsl:template match="sdot" mode="docFileType">&amp;sdot;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2070 <xsl:template match="part" mode="docFileType">&amp;part;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2071 <xsl:template match="nabla" mode="docFileType">&amp;nabla;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2072 <xsl:template match="radic" mode="docFileType">&amp;radic;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2073 <xsl:template match="perp" mode="docFileType">&amp;perp;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2074 <xsl:template match="sum" mode="docFileType">&amp;sum;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2075 <xsl:template match="int" mode="docFileType">&amp;int;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2076 <xsl:template match="prod" mode="docFileType">&amp;prod;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2077 <xsl:template match="sim" mode="docFileType">&amp;sim;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2078 <xsl:template match="asymp" mode="docFileType">&amp;asymp;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2079 <xsl:template match="ne" mode="docFileType">&amp;ne;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2080 <xsl:template match="equiv" mode="docFileType">&amp;equiv;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2081 <xsl:template match="prop" mode="docFileType">&amp;prop;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2082 <xsl:template match="le" mode="docFileType">&amp;le;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2083 <xsl:template match="ge" mode="docFileType">&amp;ge;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2084 <xsl:template match="larr" mode="docFileType">&amp;larr;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2085 <xsl:template match="rarr" mode="docFileType">&amp;rarr;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2086 <xsl:template match="isin" mode="docFileType">&amp;isin;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2087 <xsl:template match="notin" mode="docFileType">&amp;notin;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2088 <xsl:template match="lceil" mode="docFileType">&amp;lceil;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2089 <xsl:template match="rceil" mode="docFileType">&amp;rceil;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2090 <xsl:template match="lfloor" mode="docFileType">&amp;lfloor;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2091 <xsl:template match="rfloor" mode="docFileType">&amp;rfloor;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2092 <xsl:template match="*" mode="docTocItemType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2093 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2094 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2095 <xsl:template name="docTocItemType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2096 <xsl:apply-templates mode="docTocItemType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2097 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2098 <xsl:template match="ulink" mode="docTocItemType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2099 <xsl:call-template name="docURLLink"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2100 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2101 <xsl:template match="bold" mode="docTocItemType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2102 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2103 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2104 <xsl:template match="emphasis" mode="docTocItemType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2105 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2106 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2107 <xsl:template match="computeroutput" mode="docTocItemType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2108 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2109 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2110 <xsl:template match="subscript" mode="docTocItemType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2111 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2112 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2113 <xsl:template match="superscript" mode="docTocItemType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2114 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2115 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2116 <xsl:template match="center" mode="docTocItemType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2117 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2118 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2119 <xsl:template match="small" mode="docTocItemType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2120 <xsl:call-template name="docMarkupType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2121 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2122 <xsl:template match="htmlonly" mode="docTocItemType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2123 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2124 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2125 <xsl:template match="manonly" mode="docTocItemType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2126 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2127 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2128 <xsl:template match="xmlonly" mode="docTocItemType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2129 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2130 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2131 <xsl:template match="rtfonly" mode="docTocItemType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2132 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2133 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2134 <xsl:template match="latexonly" mode="docTocItemType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2135 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2136 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2137 <xsl:template match="dot" mode="docTocItemType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2138 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2139 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2140 <xsl:template match="msc" mode="docTocItemType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2141 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2142 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2143 <xsl:template match="anchor" mode="docTocItemType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2144 <xsl:call-template name="docAnchorType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2145 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2146 <xsl:template match="formula" mode="docTocItemType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2147 <xsl:call-template name="docFormulaType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2148 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2149 <xsl:template match="ref" mode="docTocItemType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2150 <xsl:call-template name="docRefTextType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2151 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2152 <xsl:template match="copy" mode="docTocItemType">&amp;copy;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2153 <xsl:template match="trademark" mode="docTocItemType">&amp;trademark;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2154 <xsl:template match="registered" mode="docTocItemType">&amp;registered;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2155 <xsl:template match="lsquo" mode="docTocItemType">&amp;lsquo;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2156 <xsl:template match="rsquo" mode="docTocItemType">&amp;rsquo;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2157 <xsl:template match="ldquo" mode="docTocItemType">&amp;ldquo;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2158 <xsl:template match="rdquo" mode="docTocItemType">&amp;rdquo;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2159 <xsl:template match="ndash" mode="docTocItemType">&amp;ndash;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2160 <xsl:template match="mdash" mode="docTocItemType">&amp;mdash;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2161 <xsl:template match="umlaut" mode="docTocItemType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2162 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2163 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2164 <xsl:template match="acute" mode="docTocItemType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2165 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2166 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2167 <xsl:template match="grave" mode="docTocItemType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2168 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2169 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2170 <xsl:template match="circ" mode="docTocItemType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2171 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2172 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2173 <xsl:template match="slash" mode="docTocItemType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2174 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2175 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2176 <xsl:template match="tilde" mode="docTocItemType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2177 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2178 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2179 <xsl:template match="cedil" mode="docTocItemType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2180 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2181 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2182 <xsl:template match="ring" mode="docTocItemType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2183 <xsl:value-of select="@char"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2184 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2185 <xsl:template match="szlig" mode="docTocItemType">&amp;szlig;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2186 <xsl:template match="nonbreakablespace" mode="docTocItemType">&amp;nbsp;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2187 <xsl:template match="aelig" mode="docTocItemType">&amp;aelig;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2188 <xsl:template match="AElig" mode="docTocItemType">&amp;AElig;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2189 <xsl:template match="Gamma" mode="docTocItemType">&amp;Gamma;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2190 <xsl:template match="Delta" mode="docTocItemType">&amp;Delta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2191 <xsl:template match="Theta" mode="docTocItemType">&amp;Theta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2192 <xsl:template match="Lambda" mode="docTocItemType">&amp;Lambda;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2193 <xsl:template match="Xi" mode="docTocItemType">&amp;Xi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2194 <xsl:template match="Pi" mode="docTocItemType">&amp;Pi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2195 <xsl:template match="Sigma" mode="docTocItemType">&amp;Sigma;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2196 <xsl:template match="Upsilon" mode="docTocItemType">&amp;Upsilon;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2197 <xsl:template match="Phi" mode="docTocItemType">&amp;Phi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2198 <xsl:template match="Psi" mode="docTocItemType">&amp;Psi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2199 <xsl:template match="Omega" mode="docTocItemType">&amp;Omega;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2200 <xsl:template match="alpha" mode="docTocItemType">&amp;alpha;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2201 <xsl:template match="beta" mode="docTocItemType">&amp;beta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2202 <xsl:template match="gamma" mode="docTocItemType">&amp;gamma;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2203 <xsl:template match="delta" mode="docTocItemType">&amp;delta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2204 <xsl:template match="epsilon" mode="docTocItemType">&amp;epsilon;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2205 <xsl:template match="zeta" mode="docTocItemType">&amp;zeta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2206 <xsl:template match="eta" mode="docTocItemType">&amp;eta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2207 <xsl:template match="theta" mode="docTocItemType">&amp;theta;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2208 <xsl:template match="iota" mode="docTocItemType">&amp;iota;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2209 <xsl:template match="kappa" mode="docTocItemType">&amp;kappa;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2210 <xsl:template match="lambda" mode="docTocItemType">&amp;lambda;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2211 <xsl:template match="mu" mode="docTocItemType">&amp;mu;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2212 <xsl:template match="nu" mode="docTocItemType">&amp;nu;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2213 <xsl:template match="xi" mode="docTocItemType">&amp;xi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2214 <xsl:template match="pi" mode="docTocItemType">&amp;pi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2215 <xsl:template match="rho" mode="docTocItemType">&amp;rho;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2216 <xsl:template match="sigma" mode="docTocItemType">&amp;sigma;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2217 <xsl:template match="tau" mode="docTocItemType">&amp;tau;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2218 <xsl:template match="upsilon" mode="docTocItemType">&amp;upsilon;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2219 <xsl:template match="phi" mode="docTocItemType">&amp;phi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2220 <xsl:template match="chi" mode="docTocItemType">&amp;chi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2221 <xsl:template match="psi" mode="docTocItemType">&amp;psi;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2222 <xsl:template match="omega" mode="docTocItemType">&amp;omega;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2223 <xsl:template match="sigmaf" mode="docTocItemType">&amp;sigmaf;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2224 <xsl:template match="sect" mode="docTocItemType">&amp;sect;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2225 <xsl:template match="deg" mode="docTocItemType">&amp;deg;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2226 <xsl:template match="prime" mode="docTocItemType">&amp;prime;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2227 <xsl:template match="Prime" mode="docTocItemType">&amp;Prime;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2228 <xsl:template match="infin" mode="docTocItemType">&amp;infin;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2229 <xsl:template match="empty" mode="docTocItemType">&amp;empty;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2230 <xsl:template match="plusmn" mode="docTocItemType">&amp;plusmn;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2231 <xsl:template match="times" mode="docTocItemType">&amp;times;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2232 <xsl:template match="minus" mode="docTocItemType">&amp;minus;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2233 <xsl:template match="sdot" mode="docTocItemType">&amp;sdot;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2234 <xsl:template match="part" mode="docTocItemType">&amp;part;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2235 <xsl:template match="nabla" mode="docTocItemType">&amp;nabla;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2236 <xsl:template match="radic" mode="docTocItemType">&amp;radic;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2237 <xsl:template match="perp" mode="docTocItemType">&amp;perp;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2238 <xsl:template match="sum" mode="docTocItemType">&amp;sum;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2239 <xsl:template match="int" mode="docTocItemType">&amp;int;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2240 <xsl:template match="prod" mode="docTocItemType">&amp;prod;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2241 <xsl:template match="sim" mode="docTocItemType">&amp;sim;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2242 <xsl:template match="asymp" mode="docTocItemType">&amp;asymp;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2243 <xsl:template match="ne" mode="docTocItemType">&amp;ne;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2244 <xsl:template match="equiv" mode="docTocItemType">&amp;equiv;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2245 <xsl:template match="prop" mode="docTocItemType">&amp;prop;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2246 <xsl:template match="le" mode="docTocItemType">&amp;le;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2247 <xsl:template match="ge" mode="docTocItemType">&amp;ge;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2248 <xsl:template match="larr" mode="docTocItemType">&amp;larr;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2249 <xsl:template match="rarr" mode="docTocItemType">&amp;rarr;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2250 <xsl:template match="isin" mode="docTocItemType">&amp;isin;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2251 <xsl:template match="notin" mode="docTocItemType">&amp;notin;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2252 <xsl:template match="lceil" mode="docTocItemType">&amp;lceil;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2253 <xsl:template match="rceil" mode="docTocItemType">&amp;rceil;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2254 <xsl:template match="lfloor" mode="docTocItemType">&amp;lfloor;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2255 <xsl:template match="rfloor" mode="docTocItemType">&amp;rfloor;</xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2256 <xsl:template name="docTocListType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2257 <xsl:apply-templates mode="docTocListType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2258 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2259 <xsl:template match="tocitem" mode="docTocListType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2260 <xsl:call-template name="docTocItemType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2261 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2262 <xsl:template name="docLanguageType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2263 <xsl:apply-templates mode="docLanguageType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2264 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2265 <xsl:template match="para" mode="docLanguageType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2266 <xsl:call-template name="docParaType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2267 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2268 <xsl:template name="docParamListType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2269 <xsl:apply-templates mode="docParamListType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2270 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2271 <xsl:template match="parameteritem" mode="docParamListType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2272 <xsl:call-template name="docParamListItem"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2273 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2274 <xsl:template name="docParamListItem">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2275 <xsl:apply-templates mode="docParamListItem"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2276 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2277 <xsl:template match="parameternamelist" mode="docParamListItem">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2278 <xsl:call-template name="docParamNameList"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2279 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2280 <xsl:template match="parameterdescription" mode="docParamListItem">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2281 <xsl:call-template name="descriptionType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2282 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2283 <xsl:template name="docParamNameList">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2284 <xsl:apply-templates mode="docParamNameList"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2285 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2286 <xsl:template match="parametertype" mode="docParamNameList">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2287 <xsl:call-template name="docParamType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2288 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2289 <xsl:template match="parametername" mode="docParamNameList">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2290 <xsl:call-template name="docParamName"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2291 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2292 <xsl:template match="*" mode="docParamType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2293 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2294 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2295 <xsl:template name="docParamType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2296 <xsl:apply-templates mode="docParamType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2297 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2298 <xsl:template match="ref" mode="docParamType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2299 <xsl:call-template name="refTextType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2300 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2301 <xsl:template match="*" mode="docParamName">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2302 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2303 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2304 <xsl:template name="docParamName">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2305 <xsl:apply-templates mode="docParamName"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2306 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2307 <xsl:template match="ref" mode="docParamName">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2308 <xsl:call-template name="refTextType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2309 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2310 <xsl:template name="docXRefSectType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2311 <xsl:apply-templates mode="docXRefSectType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2312 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2313 <xsl:template match="xreftitle" mode="docXRefSectType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2314 <xsl:value-of select="text()"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2315 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2316 <xsl:template match="xrefdescription" mode="docXRefSectType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2317 <xsl:call-template name="descriptionType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2318 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2319 <xsl:template name="docCopyType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2320 <xsl:apply-templates mode="docCopyType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2321 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2322 <xsl:template match="para" mode="docCopyType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2323 <xsl:call-template name="docParaType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2324 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2325 <xsl:template match="sect1" mode="docCopyType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2326 <xsl:call-template name="docSect1Type"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2327 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2328 <xsl:template match="internal" mode="docCopyType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2329 <xsl:call-template name="docInternalType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2330 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2331 <xsl:template name="docBlockQuoteType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2332 <xsl:apply-templates mode="docBlockQuoteType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2333 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2334 <xsl:template match="para" mode="docBlockQuoteType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2335 <xsl:call-template name="docParaType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2336 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2337 <xsl:template name="docParBlockType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2338 <xsl:apply-templates mode="docParBlockType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2339 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2340 <xsl:template match="para" mode="docParBlockType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2341 <xsl:call-template name="docParaType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2342 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2343 <xsl:template name="docCharType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2344 <xsl:apply-templates mode="docCharType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2345 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2346 <xsl:template name="docEmptyType">
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2347 <xsl:apply-templates mode="docEmptyType"/>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2348 </xsl:template>
fa7a99c2d079 dox library templates and schemas
sergey
parents:
diff changeset
2349 </xsl:stylesheet>