docs-common/packaging insert-colophon.xsl,1.4,1.5

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Sat Feb 4 19:06:44 UTC 2006


Author: pfrields

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

Modified Files:
	insert-colophon.xsl 
Log Message:
Make spacing XML adherent


Index: insert-colophon.xsl
===================================================================
RCS file: /cvs/docs/docs-common/packaging/insert-colophon.xsl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- insert-colophon.xsl	4 Feb 2006 05:04:22 -0000	1.4
+++ insert-colophon.xsl	4 Feb 2006 19:06:19 -0000	1.5
@@ -62,8 +62,11 @@
     <xsl:attribute name="initials"><xsl:value-of
 	select="$initials"/></xsl:attribute>
     <xsl:attribute name="email"><xsl:value-of select="$email"/></xsl:attribute>
-    <xsl:attribute name="wholename"><xsl:value-of select="$firstname"/> <xsl:if
-	test="$othername"><xsl:value-of select="$othername"/> </xsl:if><xsl:value-of select="$surname"/></xsl:attribute>
+    <xsl:attribute name="wholename"><xsl:value-of
+	select="$firstname"/><xsl:text> </xsl:text><xsl:if
+	test="$othername"><xsl:value-of 
+	  select="$othername"/><xsl:text> </xsl:text></xsl:if><xsl:value-of 
+	select="$surname"/></xsl:attribute>
     <xsl:attribute name="id"><xsl:value-of select="$firstname"/><xsl:value-of
 	select="$surname"/></xsl:attribute>
   </xsl:attribute-set>




More information about the Fedora-docs-commits mailing list