(xsl:template name="escape"): Write xsl:param "required" attribute as comment.
authorWojciech Polak <polak@gnu.org>
Thu, 11 Oct 2007 16:37:59 +0000 (16:37 +0000)
committerWojciech Polak <polak@gnu.org>
Thu, 11 Oct 2007 16:37:59 +0000 (16:37 +0000)
data/xslt/xml2dot.xsl

index 416ee13e038d0b44992b590566bfaaaac9b69251..1d56ca8d373da04494821b1b039e099e5b50fd8c 100644 (file)
 </xsl:template>
 
 <xsl:template name="escape">
-  <xsl:param name="subject" required="yes"/>
+  <xsl:param name="subject"/> <!-- required -->
   <xsl:call-template name="string-replace">
     <xsl:with-param name="subject">
       <xsl:call-template name="string-replace">