You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by ri...@locus.apache.org on 2000/01/08 08:19:39 UTC

cvs commit: xml-cocoon/samples/xsp page-xsp.xsl

ricardo     00/01/07 23:19:39

  Modified:    samples/xsp page-xsp.xsl
  Log:
  :Normalized XSP namespaces
  
  Revision  Changes    Path
  1.3       +1 -1      xml-cocoon/samples/xsp/page-xsp.xsl
  
  Index: page-xsp.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/samples/xsp/page-xsp.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- page-xsp.xsl	2000/01/06 17:55:23	1.2
  +++ page-xsp.xsl	2000/01/08 07:19:39	1.3
  @@ -9,7 +9,7 @@
       <xsl:processing-instruction name="cocoon-process">type="xslt"</xsl:processing-instruction>
       <xsl:processing-instruction name="xml-stylesheet">href="page-html.xsl" type="text/xsl"</xsl:processing-instruction>
   
  -    <xsp:page language="java" xmlns:xsp="http://apache.org/DTD/XSP/Layer1">
  +    <xsp:page language="java" xmlns:xsp="http://www.apache.org/1999/XSP/Core">
    
       <xsp:logic>
         static private int counter = 0;