You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by hl...@apache.org on 2003/10/10 20:58:27 UTC

cvs commit: jakarta-commons-sandbox/hivemind/src/xsl hivemind.xsl

hlship      2003/10/10 11:58:27

  Modified:    hivemind/src/xsl hivemind.xsl
  Log:
  Fix problems in XSL that kept configuration-points and contributions from linking to each other.
  
  Revision  Changes    Path
  1.21      +3 -3      jakarta-commons-sandbox/hivemind/src/xsl/hivemind.xsl
  
  Index: hivemind.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/hivemind/src/xsl/hivemind.xsl,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- hivemind.xsl	9 Oct 2003 22:58:16 -0000	1.20
  +++ hivemind.xsl	10 Oct 2003 18:58:27 -0000	1.21
  @@ -167,7 +167,7 @@
   		</table>
   		<xsl:apply-templates select="schema"/>
   					
  -		<xsl:for-each select="/registry/module/contribution[@point-id = current()/@id]">
  +		<xsl:for-each select="/registry/module/contribution[@configuration-id = current()/@id]">
   		  <xsl:sort select="../@id"/>
   		  
   		  <h3>Contributions from module
  @@ -321,7 +321,7 @@
   					<h2> <xsl:attribute name="id"><xsl:value-of select="@uid"/></xsl:attribute> 
   			Contribution to 
   			
  -			<xsl:apply-templates select="/registry/module/configuration-point[@id = current()/@point-id]" mode="link"/>
  +			<xsl:apply-templates select="/registry/module/configuration-point[@id = current()/@configuration-id]" mode="link"/>
   					
   			</h2>
   			
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org