You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ch...@apache.org on 2003/08/01 13:41:05 UTC

cvs commit: xml-forrest/src/resources/stylesheets changes2rss.xsl changesv10tochangesv11.xsl docv10todocv11.xsl faqv10tofaqv11.xsl faqv20tofaqv12.xsl wiki2html.xsl wiki2htmlpage.xsl

cheche      2003/08/01 04:41:05

  Modified:    src/resources/stylesheets changes2rss.xsl
                        changesv10tochangesv11.xsl docv10todocv11.xsl
                        faqv10tofaqv11.xsl faqv20tofaqv12.xsl wiki2html.xsl
                        wiki2htmlpage.xsl
  Log:
  Remove xsl:output as it this ignore by cocoon
  
  Revision  Changes    Path
  1.4       +0 -7      xml-forrest/src/resources/stylesheets/changes2rss.xsl
  
  Index: changes2rss.xsl
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/stylesheets/changes2rss.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- changes2rss.xsl	30 Jul 2003 08:37:54 -0000	1.3
  +++ changes2rss.xsl	1 Aug 2003 11:41:05 -0000	1.4
  @@ -4,13 +4,6 @@
     <xsl:param name="config-file" select="'../../skinconf.xml'"/>
     <xsl:variable name="config" select="document($config-file)/skinconfig"/>
   
  -  <xsl:output method = "xml"
  -    version="1.0" 
  -    encoding="ISO-8859-1" 
  -    doctype-public="-//Netscape Communications//DTD RSS 0.91//EN"                   
  -    doctype-system="http://my.netscape.com/publish/formats/rss-0.91.dtd"                   
  -    />
  -
     <xsl:template match="status">
   
       <xsl:variable name="changes-url"
  
  
  
  1.3       +0 -2      xml-forrest/src/resources/stylesheets/changesv10tochangesv11.xsl
  
  Index: changesv10tochangesv11.xsl
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/stylesheets/changesv10tochangesv11.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- changesv10tochangesv11.xsl	18 Nov 2002 03:18:34 -0000	1.2
  +++ changesv10tochangesv11.xsl	1 Aug 2003 11:41:05 -0000	1.3
  @@ -3,8 +3,6 @@
   <xsl:preserve-space elements="*" />
     <!-- changes-v10.dtd to changes-v11.dtd transformation -->
     
  -  <xsl:output doctype-public="-//APACHE//DTD Changes V1.1//EN" doctype-system="changes-v11.dtd"/>
  -  
     <xsl:template match="/">
           <xsl:apply-templates/>
     </xsl:template>
  
  
  
  1.9       +0 -6      xml-forrest/src/resources/stylesheets/docv10todocv11.xsl
  
  Index: docv10todocv11.xsl
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/stylesheets/docv10todocv11.xsl,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- docv10todocv11.xsl	30 Jul 2003 08:37:54 -0000	1.8
  +++ docv10todocv11.xsl	1 Aug 2003 11:41:05 -0000	1.9
  @@ -3,12 +3,6 @@
   <!-- <xsl:preserve-space elements="*" /> -->
     <!-- document-v10.dtd to document-v11.dtd transformation -->
   
  -  <!-- normally, I would include something like this:-->
  -  <xsl:output 
  -     doctype-public="-//APACHE//DTD Documentation V1.1//EN"
  -     doctype-system="document-v11.dtd"
  -      />
  -     
   
     <!-- We should something similar, i.e. make sure the result of this transformation is validated against the v11 DTD
     -->
  
  
  
  1.2       +0 -2      xml-forrest/src/resources/stylesheets/faqv10tofaqv11.xsl
  
  Index: faqv10tofaqv11.xsl
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/stylesheets/faqv10tofaqv11.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- faqv10tofaqv11.xsl	20 Jun 2002 06:50:08 -0000	1.1
  +++ faqv10tofaqv11.xsl	1 Aug 2003 11:41:05 -0000	1.2
  @@ -3,8 +3,6 @@
   <xsl:preserve-space elements="*" />
     <!-- faq-v10.dtd to faq-v11.dtd transformation -->
     
  -  <xsl:output doctype-public="-//APACHE//DTD FAQ V1.1//EN" doctype-system="faq-v11.dtd"/>
  -  
     <xsl:template match="/">
           <xsl:apply-templates/>
     </xsl:template>
  
  
  
  1.3       +0 -2      xml-forrest/src/resources/stylesheets/faqv20tofaqv12.xsl
  
  Index: faqv20tofaqv12.xsl
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/stylesheets/faqv20tofaqv12.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- faqv20tofaqv12.xsl	8 May 2003 00:28:18 -0000	1.2
  +++ faqv20tofaqv12.xsl	1 Aug 2003 11:41:05 -0000	1.3
  @@ -3,8 +3,6 @@
     <xsl:preserve-space elements="*" />
     <!-- faq-v20x.dtd to faq-v12.dtd transformation -->
   
  -  <xsl:output doctype-public="-//APACHE//DTD FAQ V1.2//EN" doctype-system="faq-v12.dtd"/>
  -
     <xsl:template match="/">
       <xsl:apply-templates/>
     </xsl:template>
  
  
  
  1.3       +0 -2      xml-forrest/src/resources/stylesheets/wiki2html.xsl
  
  Index: wiki2html.xsl
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/stylesheets/wiki2html.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- wiki2html.xsl	30 Jul 2003 08:37:54 -0000	1.2
  +++ wiki2html.xsl	1 Aug 2003 11:41:05 -0000	1.3
  @@ -3,8 +3,6 @@
                   xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
                   xmlns:wiki="http://chaperon.sourceforge.net/grammar/wiki/1.0">
   
  - <xsl:output method="xml"/>
  -
    <xsl:template match="wiki:wiki">
       <xsl:apply-templates/>
    </xsl:template>
  
  
  
  1.3       +0 -2      xml-forrest/src/resources/stylesheets/wiki2htmlpage.xsl
  
  Index: wiki2htmlpage.xsl
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/stylesheets/wiki2htmlpage.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- wiki2htmlpage.xsl	30 Jul 2003 08:37:54 -0000	1.2
  +++ wiki2htmlpage.xsl	1 Aug 2003 11:41:05 -0000	1.3
  @@ -3,8 +3,6 @@
                   xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
                   xmlns:wiki="http://chaperon.sourceforge.net/grammar/wiki/1.0">
   
  - <xsl:output method="xml"/>
  -
    <xsl:template match="/">
     <html>
      <body>