docs-common/packaging bookinfo.xsl,1.22,1.23

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Sun Jul 9 20:43:24 UTC 2006


Author: pfrields

Update of /cvs/docs/docs-common/packaging
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13123/docs-common/packaging

Modified Files:
	bookinfo.xsl 
Log Message:
The circle is now complete. Once revhistory was but a bare @id; now it is a chunk.


Index: bookinfo.xsl
===================================================================
RCS file: /cvs/docs/docs-common/packaging/bookinfo.xsl,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- bookinfo.xsl	11 Apr 2006 20:19:26 -0000	1.22
+++ bookinfo.xsl	9 Jul 2006 20:43:22 -0000	1.23
@@ -45,7 +45,7 @@
 	      select="@worker"/></xsl:call-template>
 	</othercredit>
       </xsl:for-each>
-      <xsl:element name="revhistory">
+      <xsl:element name="revhistory" use-attribute-sets="revhist">
 	<xsl:for-each select="/rpm-info/changelog/revision[@role != 'rpm']">
 	  <xsl:element name="revision">
 	    <xsl:element name="revnumber">
@@ -104,4 +104,10 @@
 
   <xsl:include href="templates.xsl"/>
 
+  <!-- This attribute set guarantees the write chunk file name, since it is not
+  set in the standard XSL stylesheets. -->
+  <xsl:attribute-set name="revhist">
+    <xsl:attribute name="id">rv-revhistory</xsl:attribute>
+  </xsl:attribute-set>
+
 </xsl:stylesheet>




More information about the Fedora-docs-commits mailing list