You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gr...@apache.org on 2001/02/20 17:02:49 UTC

cvs commit: xml-cocoon/samples/rss fancy-rss-wml.xsl rss-html.xsl simple-rss-wml.xsl

greenrd     01/02/20 08:02:49

  Modified:    samples/rss fancy-rss-wml.xsl rss-html.xsl
                        simple-rss-wml.xsl
  Log:
  conformance fix - fixes bug 653
  
  Revision  Changes    Path
  1.2       +2 -2      xml-cocoon/samples/rss/fancy-rss-wml.xsl
  
  Index: fancy-rss-wml.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/samples/rss/fancy-rss-wml.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- fancy-rss-wml.xsl	2000/03/25 12:47:41	1.1
  +++ fancy-rss-wml.xsl	2001/02/20 16:02:47	1.2
  @@ -2,7 +2,7 @@
   
   <!-- Written by Vjekoslav Nesek -->
   
  -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
   
   <xsl:template match="rss">
    <xsl:apply-templates select="channel"/>
  @@ -83,4 +83,4 @@
     </card>
    </xsl:template>
   
  -</xsl:stylesheet>
  \ No newline at end of file
  +</xsl:stylesheet>
  
  
  
  1.3       +2 -2      xml-cocoon/samples/rss/rss-html.xsl
  
  Index: rss-html.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/samples/rss/rss-html.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- rss-html.xsl	2000/03/26 13:19:28	1.2
  +++ rss-html.xsl	2001/02/20 16:02:48	1.3
  @@ -2,7 +2,7 @@
   
   <!-- Written by Vjekoslav Nesek -->
   
  -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
   
    <xsl:template match="channel">
     <xsl:processing-instruction name="cocoon-format">type="text/html"</xsl:processing-instruction>
  @@ -34,4 +34,4 @@
     <dd><xsl:value-of select="description"/></dd>
    </xsl:template>
   
  -</xsl:stylesheet>
  \ No newline at end of file
  +</xsl:stylesheet>
  
  
  
  1.2       +2 -2      xml-cocoon/samples/rss/simple-rss-wml.xsl
  
  Index: simple-rss-wml.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/samples/rss/simple-rss-wml.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- simple-rss-wml.xsl	2000/03/25 12:47:41	1.1
  +++ simple-rss-wml.xsl	2001/02/20 16:02:48	1.2
  @@ -2,7 +2,7 @@
   
   <!-- Written by Vjekoslav Nesek -->
   
  -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
   
    <xsl:template match="rss">
     <xsl:apply-templates select="channel"/>
  @@ -31,4 +31,4 @@
     </p>
    </xsl:template>
   
  -</xsl:stylesheet>
  \ No newline at end of file
  +</xsl:stylesheet>