docs-common/packaging bookinfo.xsl,1.11,1.12

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Sat Jan 14 23:16:49 UTC 2006


Author: pfrields

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

Modified Files:
	bookinfo.xsl 
Log Message:
Fix copyright section for real this time; since DocBook structure should be as good as ours, just copy it


Index: bookinfo.xsl
===================================================================
RCS file: /cvs/docs/docs-common/packaging/bookinfo.xsl,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- bookinfo.xsl	7 Jan 2006 04:54:47 -0000	1.11
+++ bookinfo.xsl	14 Jan 2006 23:16:42 -0000	1.12
@@ -21,16 +21,7 @@
 	<xsl:call-template name="get-title"/>
       </xsl:element>
       <xsl:for-each select="/rpm-info/copyright">
-	<xsl:element name="copyright">
-	  <xsl:for-each select="year"><xsl:element name="year">
-	      <xsl:value-of select="."/>
-	    </xsl:element></xsl:for-each>
-	  <xsl:for-each select="/rpm-info/copyright/holder">
-	    <xsl:element name="holder">
-	      <xsl:value-of select="node()"/>
-	    </xsl:element>
-	  </xsl:for-each>
-	</xsl:element>
+	<xsl:copy-of select="."/>
       </xsl:for-each>
       <xsl:element name="authorgroup">
 	<xsl:for-each select="/rpm-info/author">




More information about the Fedora-docs-commits mailing list