<!-- ==================================================================== -->
<xsl:template match="personname">
- <xsl:call-template name="anchor"/>
<xsl:call-template name="person.name"/>
</xsl:template>
+<xsl:template match="jobtitle">
+ <xsl:apply-templates/>
+</xsl:template>
+
+<!-- ==================================================================== -->
+
+<xsl:template match="org">
+ <xsl:apply-templates/>
+</xsl:template>
+
+<xsl:template match="orgname">
+ <xsl:apply-templates/>
+</xsl:template>
+
+<xsl:template match="orgdiv">
+ <xsl:apply-templates/>
+</xsl:template>
+
+<xsl:template match="affiliation">
+ <xsl:apply-templates/>
+</xsl:template>
+
<!-- ==================================================================== -->
<xsl:template match="beginpage">
</span>
</xsl:template>
-<xsl:template match="org">
- <span class="{name(.)}">
- <xsl:call-template name="anchor"/>
- <xsl:apply-templates select="orgname"/>
- </span>
-</xsl:template>
-
-<xsl:template match="orgname">
- <span class="{name(.)}">
- <xsl:apply-templates/>
- </span>
-</xsl:template>
-
-<xsl:template match="orgdiv">
- <span class="{name(.)}">
- <xsl:apply-templates/>
- </span>
-</xsl:template>
-
<!-- ==================================================================== -->
</xsl:stylesheet>
<!-- ==================================================================== -->
+<xsl:template match="org">
+ <span class="{name(.)}">
+ <xsl:call-template name="anchor"/>
+ <xsl:apply-templates/>
+ </span>
+</xsl:template>
+
+<xsl:template match="orgname">
+ <span class="{name(.)}">
+ <xsl:apply-templates/>
+ </span>
+</xsl:template>
+
+<xsl:template match="orgdiv">
+ <span class="{name(.)}">
+ <xsl:apply-templates/>
+ </span>
+</xsl:template>
+
+<xsl:template match="affiliation">
+ <span class="{name(.)}">
+ <xsl:apply-templates/>
+ </span>
+</xsl:template>
+
+<!-- ==================================================================== -->
+
<xsl:template match="beginpage">
<!-- does nothing; this *is not* markup to force a page break. -->
</xsl:template>