]> granicus.if.org Git - docbook-dsssl/commitdiff
Support personname
authorNorman Walsh <ndw@nwalsh.com>
Mon, 25 Mar 2002 13:01:13 +0000 (13:01 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Mon, 25 Mar 2002 13:01:13 +0000 (13:01 +0000)
xsl/fo/inline.xsl

index 9e595df0fb4882d27341625323a4a42978793c49..29420033061faaea6243fcb458fa38623da7945f 100644 (file)
 
 <!-- ==================================================================== -->
 
+<xsl:template match="personname">
+  <xsl:call-template name="anchor"/>
+  <xsl:call-template name="person.name"/>
+</xsl:template>
+
+<!-- ==================================================================== -->
+
 </xsl:stylesheet>