docs-common/packaging get-worker.xsl,1.1,1.2

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Sun Jan 15 17:24:17 UTC 2006


Author: pfrields

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

Modified Files:
	get-worker.xsl 
Log Message:
Actually, makes much more sense for the default to be id


Index: get-worker.xsl
===================================================================
RCS file: /cvs/docs/docs-common/packaging/get-worker.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- get-worker.xsl	15 Jan 2006 17:05:14 -0000	1.1
+++ get-worker.xsl	15 Jan 2006 17:24:06 -0000	1.2
@@ -2,7 +2,7 @@
 
 Get a worker attribute by name for a specific worker.
   pos : param, integer for position (default: 1)
-  att : stringparam, name of attribute to fetch (default: email)
+  att : stringparam, name of attribute to fetch (default: id)
 N.B.: xml:space attribute not set to avoid output ugliness
 
 -->
@@ -12,7 +12,7 @@
   <xsl:output encoding="UTF-8" indent="yes" method="xml" omit-xml-declaration="yes" standalone="no" version="1.0"/>
 
   <xsl:param name="pos" select="1"/>
-  <xsl:param name="att" select="'email'"/>
+  <xsl:param name="att" select="'id'"/>
   <xsl:strip-space elements="*"/>
 
   <xsl:template match="/">




More information about the Fedora-docs-commits mailing list