You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by sg...@apache.org on 2001/11/28 15:33:05 UTC

cvs commit: jakarta-jetspeed/webapp/WEB-INF/xsl jpc-full.xsl

sgala       01/11/28 06:33:05

  Modified:    webapp/WEB-INF/xsl jpc-full.xsl
  Log:
  Problem when we update stylesheet processor. Should work with current and future stylesheet processor. There was a missing param declaration.
  
  Revision  Changes    Path
  1.5       +1 -1      jakarta-jetspeed/webapp/WEB-INF/xsl/jpc-full.xsl
  
  Index: jpc-full.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/xsl/jpc-full.xsl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- jpc-full.xsl	2001/05/08 10:05:54	1.4
  +++ jpc-full.xsl	2001/11/28 14:33:05	1.5
  @@ -130,7 +130,7 @@
       Given an id... get the image entry for a specific topic.
       -->
       <xsl:template name="get-entry-topic">
  -
  +        <xsl:param name="itemId"/>
           <!-- first get the topic name of the iten you requested -->
           
           <xsl:variable name="topic" select="/jcm:content/jcm:channel/jcm:item[$itemId]/jcm:topic"/>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>