Author: ab
Date: 2007-06-06 15:46:26 +0000 (Wed, 06 Jun 2007)
New Revision: 1124

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=1124

Log:
And more fixes for slashes: use <literal/> in <command/> and <value/> 
automatically
Modified:
   trunk/xslt/expand-smbconfdoc.xsl


Changeset:
Modified: trunk/xslt/expand-smbconfdoc.xsl
===================================================================
--- trunk/xslt/expand-smbconfdoc.xsl    2007-06-06 15:36:50 UTC (rev 1123)
+++ trunk/xslt/expand-smbconfdoc.xsl    2007-06-06 15:46:26 UTC (rev 1124)
@@ -12,7 +12,9 @@
 
        <xsl:template match="description"><xsl:apply-templates/></xsl:template>
 
-       <xsl:template match="value"><xsl:apply-templates/></xsl:template>
+       <xsl:template match="value"><xsl:element 
name="literal"><xsl:apply-templates/></xsl:element></xsl:template>
+       
+       <xsl:template match="command"><xsl:element 
name="literal"><xsl:apply-templates/></xsl:element></xsl:template>
 
        <xsl:template match="synonym"><xsl:apply-templates/></xsl:template>
 

Reply via email to