svn commit: samba-docs r1271 - in trunk/xslt: .

ab at samba.org ab at samba.org
Tue Apr 15 07:35:29 GMT 2008


Author: ab
Date: 2008-04-15 07:35:29 +0000 (Tue, 15 Apr 2008)
New Revision: 1271

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

Log:
Use indexterm instead of term in expansion xslts
Modified:
   trunk/xslt/expand-sambadoc.xsl
   trunk/xslt/expand-smbconfdoc.xsl


Changeset:
Modified: trunk/xslt/expand-sambadoc.xsl
===================================================================
--- trunk/xslt/expand-sambadoc.xsl	2008-04-15 07:26:30 UTC (rev 1270)
+++ trunk/xslt/expand-sambadoc.xsl	2008-04-15 07:35:29 UTC (rev 1271)
@@ -66,7 +66,7 @@
 
 	<xsl:template match="smbconfblock/smbconfoption">
 		<xsl:element name="member">
-			<xsl:element name="term">
+			<xsl:element name="indexterm">
 					<xsl:value-of select="@name"/>
 			</xsl:element>
 			<xsl:choose>
@@ -168,4 +168,5 @@
 
 		</xsl:element>
 	</xsl:template>
+
 </xsl:stylesheet>

Modified: trunk/xslt/expand-smbconfdoc.xsl
===================================================================
--- trunk/xslt/expand-smbconfdoc.xsl	2008-04-15 07:26:30 UTC (rev 1270)
+++ trunk/xslt/expand-smbconfdoc.xsl	2008-04-15 07:35:29 UTC (rev 1271)
@@ -53,7 +53,7 @@
 		</xsl:variable>
 
 		<xsl:variable name="term">
-			<xsl:element name="term">
+			<xsl:element name="indexterm">
 				<xsl:copy-of select="$anchor"/>
 				<xsl:value-of select="@name"/>
 				<xsl:value-of select="$context"/>



More information about the samba-cvs mailing list