You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dl...@locus.apache.org on 2000/06/19 21:51:34 UTC

cvs commit: xml-xalan/samples/Servlet default.xsl default2.xsl

dleslie     00/06/19 12:51:34

  Modified:    samples/Servlet default.xsl default2.xsl
  Log:
  Corrected xls namespace declaration
  
  Revision  Changes    Path
  1.3       +1 -1      xml-xalan/samples/Servlet/default.xsl
  
  Index: default.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/samples/Servlet/default.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- default.xsl	2000/03/06 18:40:12	1.2
  +++ default.xsl	2000/06/19 19:51:31	1.3
  @@ -8,7 +8,7 @@
   <!--  to accommodate node expansion and contraction.                                -->
   <!--                                                                                -->
   
  -<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0" version="1.0"
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
                   xmlns="http://www.w3.org/TR/REC-html40">
                   
   <xsl:output method="html" indent="no"/>
  
  
  
  1.3       +1 -1      xml-xalan/samples/Servlet/default2.xsl
  
  Index: default2.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/samples/Servlet/default2.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- default2.xsl	2000/03/06 18:40:12	1.2
  +++ default2.xsl	2000/06/19 19:51:32	1.3
  @@ -8,7 +8,7 @@
   <!--  and displays all nodes as fully expanded.                                     -->
   <!--                                                                                -->
   
  -<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0" version="1.0"
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
                   xmlns="http://www.w3.org/TR/REC-html40">
                   
   <xsl:output method="html" indent="no"/>