[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
docs-common/packaging insert-colophon.xsl,1.4,1.5
- From: "Paul W. Frields" (pfrields) <fedora-docs-commits redhat com>
- To: fedora-docs-commits redhat com
- Subject: docs-common/packaging insert-colophon.xsl,1.4,1.5
- Date: Sat, 4 Feb 2006 14:06:44 -0500
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>
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]