You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by bl...@apache.org on 2001/01/16 22:30:07 UTC

cvs commit: xml-cocoon/webapp/stylesheets dynamic-page2html.xsl

bloritsch    01/01/16 13:30:07

  Modified:    webapp/stylesheets Tag: xml-cocoon2 dynamic-page2html.xsl
  Log:
  We have a fully functional employees.xsp page
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.8   +0 -7      xml-cocoon/webapp/stylesheets/Attic/dynamic-page2html.xsl
  
  Index: dynamic-page2html.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/webapp/stylesheets/Attic/dynamic-page2html.xsl,v
  retrieving revision 1.1.2.7
  retrieving revision 1.1.2.8
  diff -u -r1.1.2.7 -r1.1.2.8
  --- dynamic-page2html.xsl	2000/12/30 22:30:28	1.1.2.7
  +++ dynamic-page2html.xsl	2001/01/16 21:30:07	1.1.2.8
  @@ -71,13 +71,6 @@
       </ul>
     </xsl:template>
   
  -  <xsl:template match="option">
  -   <option value="{@value}">
  -    <xsl:if test="@selected = 'true'"><xsl:attribute name="selected" value=""/></xsl:if>
  -    <xsl:apply-templates/>
  -   </option>
  -  </xsl:template>
  -
     <xsl:template match="@*|node()" priority="-1">
      <xsl:copy>
       <xsl:apply-templates select="@*|node()"/>