rossb       00/11/11 05:11:53

  Modified:    src/org/apache/cocoon/components/language/markup/xsp/java
                        Tag: xml-cocoon2 xsp.xsl
  Log:
  Fixed a bug involving <xsp:expr>, fixed by Vadim Gritsenko.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.9   +2 -2      
xml-cocoon/src/org/apache/cocoon/components/language/markup/xsp/java/Attic/xsp.xsl
  
  Index: xsp.xsl
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon/src/org/apache/cocoon/components/language/markup/xsp/java/Attic/xsp.xsl,v
  retrieving revision 1.1.2.8
  retrieving revision 1.1.2.9
  diff -u -r1.1.2.8 -r1.1.2.9
  --- xsp.xsl   2000/08/31 15:52:35     1.1.2.8
  +++ xsp.xsl   2000/11/11 13:11:53     1.1.2.9
  @@ -11,7 +11,7 @@
   
   <!--
    * @author <a href="mailto:[EMAIL PROTECTED]>Ricardo Rocha</a>
  - * @version CVS $Revision: 1.1.2.8 $ $Date: 2000/08/31 15:52:35 $
  + * @version CVS $Revision: 1.1.2.9 $ $Date: 2000/11/11 13:11:53 $
   -->
   
   <!-- XSP Core logicsheet for the Java language -->
  @@ -259,7 +259,7 @@
   
     <xsl:template match="xsp:expr">
       <xsl:choose>
  -      <xsl:when test="starts-with(name(..), 'xsp:') and name(..) != 
'xsp:content'">
  +      <xsl:when test="starts-with(name(..), 'xsp:') and name(..) != 
'xsp:content' and name(..) != 'xsp:element'">
           <!--
                Expression is nested inside another XSP tag:
                preserve its Java type
  
  
  

Reply via email to