]> granicus.if.org Git - docbook-dsssl/commitdiff
Support uri and orgname in para
authorNorman Walsh <ndw@nwalsh.com>
Wed, 27 Aug 2003 14:29:37 +0000 (14:29 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Wed, 27 Aug 2003 14:29:37 +0000 (14:29 +0000)
xsl/fo/inline.xsl

index a63c3d6f992e82374bbdafe36664dd72b074377a..26a0f9e37f34e036a8be39eb440be071d5c987ca 100644 (file)
   </xsl:for-each>
 </xsl:template>
 
+<xsl:template match="orgname">
+  <xsl:call-template name="inline.charseq"/>
+</xsl:template>
+
+<xsl:template match="uri">
+  <xsl:call-template name="inline.monoseq"/>
+</xsl:template>
+
 <!-- ==================================================================== -->
 
 <xsl:template match="menuchoice">