]> granicus.if.org Git - docbook-dsssl/commitdiff
Support org
authorNorman Walsh <ndw@nwalsh.com>
Thu, 15 Jun 2006 20:27:23 +0000 (20:27 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 15 Jun 2006 20:27:23 +0000 (20:27 +0000)
xsl/html/info.xsl

index b1d664927f272d8aa97e1bf6ac403f4b54bbf9a0..ecc90f3304f0add2523bc843bac0a6282cdd308d 100644 (file)
   </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/>