sysdeftools/joinandparesysdef.xsl
branchHighFidelityModel
changeset 206 eccc98839441
parent 151 84b123918d3f
--- a/sysdeftools/joinandparesysdef.xsl	Wed May 12 11:29:16 2010 +0100
+++ b/sysdeftools/joinandparesysdef.xsl	Thu May 13 15:57:44 2010 +0100
@@ -15,11 +15,11 @@
 -->
  	<xsl:output method="xml" indent="yes"/>
 
-	<!-- comma-separated list of IDs in the literal from as the document they appear in (ie same namespace prefix) -->
+	<!-- pare = comma-separated list of IDs in the literal from as the document they appear in (ie same namespace prefix) -->
 <xsl:param name="pare"/>		
 
 
-	<!-- the rank item to pare down. This will remove any item of that rank EXCEPT those in $pare -->
+	<!-- rank = the rank item to pare down. This will remove any item of that rank EXCEPT those in $pare -->
 <xsl:param name="rank">package</xsl:param>
 
 <xsl:variable name="pare-list" select="concat(',',translate(normalize-space($pare),' ',','),',')"/> <!-- accept spaces in pare. Pad with commas to make computing easier -->