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/03/06 19:40:13 UTC

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

dleslie     00/03/06 10:40:13

  Modified:    samples/Servlet default2.xsl default.xsl
  Log:
  Corrected stylesheet namespace declarations.
  
  Revision  Changes    Path
  1.2       +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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- default2.xsl	2000/02/12 00:00:13	1.1
  +++ default2.xsl	2000/03/06 18:40:12	1.2
  @@ -8,7 +8,7 @@
   <!--  and displays all nodes as fully expanded.                                     -->
   <!--                                                                                -->
   
  -<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0"
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0" version="1.0"
                   xmlns="http://www.w3.org/TR/REC-html40">
                   
   <xsl:output method="html" indent="no"/>
  
  
  
  1.2       +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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- default.xsl	2000/02/12 00:00:13	1.1
  +++ default.xsl	2000/03/06 18:40:12	1.2
  @@ -8,7 +8,7 @@
   <!--  to accommodate node expansion and contraction.                                -->
   <!--                                                                                -->
   
  -<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0"
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0" version="1.0"
                   xmlns="http://www.w3.org/TR/REC-html40">
                   
   <xsl:output method="html" indent="no"/>