equal
deleted
inserted
replaced
187 </body> |
187 </body> |
188 </html> |
188 </html> |
189 </xt:document> |
189 </xt:document> |
190 </xsl:template> |
190 </xsl:template> |
191 |
191 |
|
192 <xsl:template match="story//section"> |
|
193 <div class="section"> |
|
194 <xsl:apply-templates/> |
|
195 </div> |
|
196 </xsl:template> |
|
197 |
192 <!-- strophe --> |
198 <!-- strophe --> |
193 <xsl:template match="strophe"> |
199 <xsl:template match="strophe"> |
194 <p><xsl:apply-templates/></p> |
200 <p><xsl:apply-templates/></p> |
195 </xsl:template> |
201 </xsl:template> |
196 |
202 |
240 <div class="nda"> |
246 <div class="nda"> |
241 <xsl:apply-templates/> |
247 <xsl:apply-templates/> |
242 </div> |
248 </div> |
243 </xsl:template> |
249 </xsl:template> |
244 |
250 |
|
251 <xsl:template match="story" mode="xref"> |
|
252 <xsl:variable name="href"> |
|
253 <xsl:call-template name="get-id"/> |
|
254 </xsl:variable> |
|
255 <a href="{$href}.html"><xsl:value-of select="docinfo/title"/></a> |
|
256 </xsl:template> |
|
257 |
245 </xsl:stylesheet> |
258 </xsl:stylesheet> |
246 |
259 |