1 <?xml version="1.0" encoding="ASCII"?>
2 <!--This file was created automatically by html2xhtml-->
3 <!--from the HTML stylesheets.-->
4 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" version="1.0">
6 <xsl:import href="slides-common.xsl"/>
8 <xsl:template match="/">
11 <title><xsl:value-of select="/slides/slidesinfo/title"/></title>
14 <xsl:apply-templates/>
19 <xsl:template match="slidesinfo">
20 <xsl:variable name="id">
21 <xsl:call-template name="object.id"/>
24 <div id="{$id}" class="titlepage">
25 <div class="titlepage-body">
26 <xsl:call-template name="titlepage-body"/>
31 <xsl:template match="slides" mode="toc">
35 <xsl:template match="foil">
36 <xsl:variable name="id">
37 <xsl:call-template name="object.id"/>
40 <div class="{name(.)}" id="{$id}">
41 <div class="foil-body">
42 <xsl:call-template name="foil-body"/>
44 <xsl:call-template name="process.footnotes"/>
48 <xsl:template match="foilgroup">
49 <xsl:variable name="id">
50 <xsl:call-template name="object.id"/>
53 <div class="{name(.)}" id="{$id}">
54 <div class="foilgroup-body">
55 <xsl:call-template name="foilgroup-body"/>
57 <xsl:call-template name="process.footnotes"/>
60 <xsl:apply-templates select="foil"/>
63 <xsl:template match="author" mode="titlepage.mode">
64 <div class="{name(.)}">
65 <h2 class="{name(.)}"><xsl:call-template name="person.name"/></h2>
66 <xsl:apply-templates mode="titlepage.mode" select="./contrib"/>
67 <xsl:apply-templates mode="titlepage.mode" select="./affiliation"/>