]> granicus.if.org Git - docbook-dsssl/commitdiff
Support personname
authorNorman Walsh <ndw@nwalsh.com>
Sun, 24 Mar 2002 18:40:11 +0000 (18:40 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sun, 24 Mar 2002 18:40:11 +0000 (18:40 +0000)
xsl/html/inline.xsl

index 6afed0ac659c458e1262dba652b32735d78a46fc..19b5744732b6120504b29d219ca3e28322cb76db 100644 (file)
 
 <!-- ==================================================================== -->
 
+<xsl:template match="personname">
+  <xsl:call-template name="anchor"/>
+  <xsl:call-template name="person.name"/>
+</xsl:template>
+
+<!-- ==================================================================== -->
+
 </xsl:stylesheet>