[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xml-cocoon-dev
Subject:    cvs commit: xml-cocoon/samples/xsp page-html.xsl
From:       stefano () locus ! apache ! org
Date:       2000-02-28 23:32:23
[Download RAW message or body]

stefano     00/02/28 15:32:23

  Modified:    samples  index.xsl
               samples/dcp sample-page-html.xsl
               samples/entities entities-page-html.xsl
               samples/fo novel-fo.xsl
               samples/hello hello-page-html.xsl
               samples/import import-page-html.xsl
               samples/ldap ldap.xsl
               samples/sites/jakarta.apache.org page-html.xsl
               samples/sites/java.apache.org fancy-page-html.xsl
                        text-page-html.xsl
               samples/vml hello-page-vml.xsl
               samples/vrml hello-vrml.xsl
               samples/wap portfolio-html.xsl portfolio-wml.xsl
               samples/xsp page-html.xsl
  Log:
  so I'm removing the version="1.0" alltogether (xalan appears to work with no problems)
  
  Revision  Changes    Path
  1.5       +1 -1      xml-cocoon/samples/index.xsl
  
  Index: index.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/samples/index.xsl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- index.xsl	2000/02/27 23:07:13	1.4
  +++ index.xsl	2000/02/28 23:32:18	1.5
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   
  -<xsl:stylesheet xsl:version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  +<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
   
   <xsl:template match="samples">
   <xsl:processing-instruction name="cocoon-format">type="text/html"</xsl:processing-instruction>
  
  
  
  1.5       +1 -1      xml-cocoon/samples/dcp/sample-page-html.xsl
  
  Index: sample-page-html.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/samples/dcp/sample-page-html.xsl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- sample-page-html.xsl	2000/02/27 23:07:13	1.4
  +++ sample-page-html.xsl	2000/02/28 23:32:18	1.5
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   
  -<xsl:stylesheet xsl:version="1.0"  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
   
     <xsl:template match="page">
      <xsl:processing-instruction name="cocoon-format">type="text/html"</xsl:processing-instruction>
  
  
  
  1.3       +1 -1      xml-cocoon/samples/entities/entities-page-html.xsl
  
  Index: entities-page-html.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/samples/entities/entities-page-html.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- entities-page-html.xsl	2000/02/27 23:07:13	1.2
  +++ entities-page-html.xsl	2000/02/28 23:32:18	1.3
  @@ -6,7 +6,7 @@
   
   <!-- Written by Stefano Mazzocchi "stefano@apache.org" -->
   
  -<xsl:stylesheet xsl:version="1.0"  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
   
     <xsl:template match="page">
      <xsl:processing-instruction name="cocoon-format">type="text/html"</xsl:processing-instruction>
  
  
  
  1.4       +1 -1      xml-cocoon/samples/fo/novel-fo.xsl
  
  Index: novel-fo.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/samples/fo/novel-fo.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- novel-fo.xsl	2000/02/27 23:07:14	1.3
  +++ novel-fo.xsl	2000/02/28 23:32:19	1.4
  @@ -1,4 +1,4 @@
  -<xsl:stylesheet xsl:version="1.0"
  +<xsl:stylesheet
     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
     xmlns:fo="http://www.w3.org/1999/XSL/Format">
   
  
  
  
  1.5       +1 -1      xml-cocoon/samples/hello/hello-page-html.xsl
  
  Index: hello-page-html.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/samples/hello/hello-page-html.xsl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- hello-page-html.xsl	2000/02/27 23:07:14	1.4
  +++ hello-page-html.xsl	2000/02/28 23:32:20	1.5
  @@ -2,7 +2,7 @@
   
   <!-- Written by Stefano Mazzocchi "stefano@apache.org" -->
   
  -<xsl:stylesheet xsl:version="1.0"  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
   
     <xsl:template match="page">
      <xsl:processing-instruction name="cocoon-format">type="text/html"</xsl:processing-instruction>
  
  
  
  1.4       +1 -1      xml-cocoon/samples/import/import-page-html.xsl
  
  Index: import-page-html.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/samples/import/import-page-html.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- import-page-html.xsl	2000/02/27 23:07:14	1.3
  +++ import-page-html.xsl	2000/02/28 23:32:20	1.4
  @@ -2,7 +2,7 @@
   
   <!-- Written by Stefano Mazzocchi "stefano@apache.org" -->
   
  -<xsl:stylesheet xsl:version="1.0"  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
   
     <xsl:import href="../hello/hello-page-html.xsl"/>
   
  
  
  
  1.4       +1 -1      xml-cocoon/samples/ldap/ldap.xsl
  
  Index: ldap.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/samples/ldap/ldap.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ldap.xsl	2000/02/27 23:07:15	1.3
  +++ ldap.xsl	2000/02/28 23:32:20	1.4
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   
  -<xsl:stylesheet xsl:version="1.0"  xmlns:xsl="http://www.w3.org/XSL/Transform/1.0">
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0">
   
     <xsl:template match="page">
      <xsl:processing-instruction name="cocoon-format">type="text/html"</xsl:processing-instruction>
  
  
  
  1.4       +2 -2      xml-cocoon/samples/sites/jakarta.apache.org/page-html.xsl
  
  Index: page-html.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/samples/sites/jakarta.apache.org/page-html.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- page-html.xsl	2000/02/27 23:07:15	1.3
  +++ page-html.xsl	2000/02/28 23:32:21	1.4
  @@ -1,9 +1,9 @@
   <?xml version="1.0"?>
   
   <!-- Author: Stefano Mazzocchi "stefano@apache.org" -->
  -<!-- Version: $Id: page-html.xsl,v 1.3 2000/02/27 23:07:15 stefano Exp $ -->
  +<!-- Version: $Id: page-html.xsl,v 1.4 2000/02/28 23:32:21 stefano Exp $ -->
   
  -<xsl:stylesheet xsl:version="1.0"  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
   
     <xsl:template match="page">
      <xsl:processing-instruction name="cocoon-format">type="text/html"</xsl:processing-instruction>
  
  
  
  1.5       +2 -2      xml-cocoon/samples/sites/java.apache.org/fancy-page-html.xsl
  
  Index: fancy-page-html.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/samples/sites/java.apache.org/fancy-page-html.xsl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- fancy-page-html.xsl	2000/02/27 23:07:15	1.4
  +++ fancy-page-html.xsl	2000/02/28 23:32:21	1.5
  @@ -1,9 +1,9 @@
   <?xml version="1.0"?>
   
   <!-- Author: Stefano Mazzocchi "stefano@apache.org" -->
  -<!-- Version: $Id: fancy-page-html.xsl,v 1.4 2000/02/27 23:07:15 stefano Exp $ -->
  +<!-- Version: $Id: fancy-page-html.xsl,v 1.5 2000/02/28 23:32:21 stefano Exp $ -->
   
  -<xsl:stylesheet xsl:version="1.0"  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
   
     <xsl:template match="page">
      <xsl:processing-instruction name="cocoon-format">type="text/html"</xsl:processing-instruction>
  
  
  
  1.4       +2 -2      xml-cocoon/samples/sites/java.apache.org/text-page-html.xsl
  
  Index: text-page-html.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/samples/sites/java.apache.org/text-page-html.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- text-page-html.xsl	2000/02/27 23:07:15	1.3
  +++ text-page-html.xsl	2000/02/28 23:32:21	1.4
  @@ -1,11 +1,11 @@
   <?xml version="1.0"?>
   
   <!-- Author: Stefano Mazzocchi "stefano@apache.org" -->
  -<!-- Version: $Id: text-page-html.xsl,v 1.3 2000/02/27 23:07:15 stefano Exp $ -->
  +<!-- Version: $Id: text-page-html.xsl,v 1.4 2000/02/28 23:32:21 stefano Exp $ -->
   
   <!-- This stylesheet is for text browsers -->
   
  -<xsl:stylesheet xsl:version="1.0"  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
   
     <xsl:template match="page">
       <xsl:processing-instruction name="cocoon-format">type="text/html"</xsl:processing-instruction>
  
  
  
  1.4       +1 -1      xml-cocoon/samples/vml/hello-page-vml.xsl
  
  Index: hello-page-vml.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/samples/vml/hello-page-vml.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- hello-page-vml.xsl	2000/02/27 23:07:16	1.3
  +++ hello-page-vml.xsl	2000/02/28 23:32:21	1.4
  @@ -16,7 +16,7 @@
       session.
   -->
   
  -<xsl:stylesheet xsl:version="1.0"  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
   
     <xsl:template match="page">
      <xsl:processing-instruction name="cocoon-format">type="text/xml"</xsl:processing-instruction>
  
  
  
  1.3       +1 -1      xml-cocoon/samples/vrml/hello-vrml.xsl
  
  Index: hello-vrml.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/samples/vrml/hello-vrml.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- hello-vrml.xsl	2000/02/27 23:07:16	1.2
  +++ hello-vrml.xsl	2000/02/28 23:32:22	1.3
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   
  -<xsl:stylesheet xsl:version="1.0"  xmlns:xsl="http://www.w3.org/XSL/Transform/1.0">
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0">
   
   	<xsl:template match="page">
   		<xsl:processing-instruction name="cocoon-format">type="model/vrml"</xsl:processing-instruction>
  
  
  
  1.5       +1 -1      xml-cocoon/samples/wap/portfolio-html.xsl
  
  Index: portfolio-html.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/samples/wap/portfolio-html.xsl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- portfolio-html.xsl	2000/02/27 23:07:16	1.4
  +++ portfolio-html.xsl	2000/02/28 23:32:22	1.5
  @@ -2,7 +2,7 @@
   
   <!-- Written by Stefano Mazzocchi "stefano@apache.org" -->
   
  -<xsl:stylesheet xsl:version="1.0"  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
   
     <xsl:template match="portfolio">
      <xsl:processing-instruction name="cocoon-format">type="text/html"</xsl:processing-instruction>
  
  
  
  1.5       +1 -1      xml-cocoon/samples/wap/portfolio-wml.xsl
  
  Index: portfolio-wml.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/samples/wap/portfolio-wml.xsl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- portfolio-wml.xsl	2000/02/27 23:07:16	1.4
  +++ portfolio-wml.xsl	2000/02/28 23:32:22	1.5
  @@ -2,7 +2,7 @@
   
   <!-- Written by Stefano Mazzocchi "stefano@apache.org" -->
   
  -<xsl:stylesheet xsl:version="1.0"  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
   
    <xsl:template match="portfolio">
     <xsl:processing-instruction name="cocoon-format">type="text/wml"</xsl:processing-instruction>
  
  
  
  1.6       +1 -1      xml-cocoon/samples/xsp/page-html.xsl
  
  Index: page-html.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/samples/xsp/page-html.xsl,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- page-html.xsl	2000/02/27 23:07:17	1.5
  +++ page-html.xsl	2000/02/28 23:32:23	1.6
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   
  -<xsl:stylesheet xsl:version="1.0"  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
   
     <xsl:template match="page">
      <xsl:processing-instruction name="cocoon-format">type="text/html"</xsl:processing-instruction>
  
  
  

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic