docs-common/packaging bookinfo.xsl,1.20,1.21

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Wed Mar 8 02:56:41 UTC 2006


Author: pfrields

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

Modified Files:
	bookinfo.xsl 
Log Message:
No need for all the extra fallback stuff, just have the file where it
needs to be!



Index: bookinfo.xsl
===================================================================
RCS file: /cvs/docs/docs-common/packaging/bookinfo.xsl,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- bookinfo.xsl	8 Mar 2006 02:10:20 -0000	1.20
+++ bookinfo.xsl	8 Mar 2006 02:56:33 -0000	1.21
@@ -89,31 +89,14 @@
 	    namespace="http://www.w3.org/2001/XInclude"><xsl:attribute
 	      name="href"><xsl:value-of
 		select="$fdpdir"/>/docs-common/common/legalnotice-opl-<xsl:value-of
-		select="$lang"/>.xml</xsl:attribute>
-	    <xsl:element name="xi:fallback"
-	      namespace="http://www.w3.org/2001/XInclude">
-	      <xsl:element
-		name="xi:include"
-		namespace="http://www.w3.org/2001/XInclude"><xsl:attribute
-		  name="href"><xsl:value-of
-		    select="$fdpdir"/>/docs-common/common/legalnotice-opl-en_US.xml</xsl:attribute>
-	      </xsl:element>
-	    </xsl:element>
-	  </xsl:element>
+		select="$lang"/>.xml</xsl:attribute></xsl:element>
 	</xsl:when>
 	<xsl:otherwise> <!-- assume OPL for now -->
 	  <xsl:element name="xi:include"
 	    namespace="http://www.w3.org/2001/XInclude"><xsl:attribute
 	      name="href"><xsl:value-of
 		select="$fdpdir"/>/docs-common/common/legalnotice-<xsl:value-of
-		select="$lang"/>.xml</xsl:attribute>
-	    <xsl:element name="xi:fallback"
-	      namespace="http://www.w3.org/2001/XInclude">
-	      <xsl:element name="xi:include"
-		namespace="http://www.w3.org/2001/XInclude"><xsl:attribute name="href"><xsl:value-of
-		    select="$fdpdir"/>/docs-common/common/legalnotice-en_US.xml</xsl:attribute></xsl:element>
-	    </xsl:element>
-	  </xsl:element>
+		select="$lang"/>.xml</xsl:attribute></xsl:element>
 	</xsl:otherwise>
       </xsl:choose>
     </xsl:element>




More information about the Fedora-docs-commits mailing list