You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by pt...@apache.org on 2008/03/29 19:51:21 UTC

svn commit: r642581 - /jakarta/cactus/trunk/cactus-site/src/site/stylesheets/rdf2document.xsl

Author: ptahchiev
Date: Sat Mar 29 11:51:20 2008
New Revision: 642581

URL: http://svn.apache.org/viewvc?rev=642581&view=rev
Log:
small changes on the stylesheet.

Modified:
    jakarta/cactus/trunk/cactus-site/src/site/stylesheets/rdf2document.xsl

Modified: jakarta/cactus/trunk/cactus-site/src/site/stylesheets/rdf2document.xsl
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/cactus-site/src/site/stylesheets/rdf2document.xsl?rev=642581&r1=642580&r2=642581&view=diff
==============================================================================
--- jakarta/cactus/trunk/cactus-site/src/site/stylesheets/rdf2document.xsl (original)
+++ jakarta/cactus/trunk/cactus-site/src/site/stylesheets/rdf2document.xsl Sat Mar 29 11:51:20 2008
@@ -42,26 +42,26 @@
         <title><xsl:value-of select="channel/title"/></title>
       </properties>
       <body>
-        <section title="Archives">
+        <section name="Archives">
           <ul>
             <li>
-              <link href="site:news_archives_2003">2003 news 
-                archives</link>
+              <a href="news-2003.html">2003 news 
+                archives</a>
             </li>
             <li>
-              <link href="site:news_archives_2002">2002 news 
-                archives</link>
+              <a href="news-2002.html">2002 news 
+                archives</a>
             </li>
             <li>
-              <link href="site:news_archives_2001">2001 news 
-               archives</link>
+              <a href="news-2001.html">2001 news 
+               archives</a>
             </li>
           </ul>
         </section>
-        <section title="News and Events">
-          <link href="site:news_rdf">
+        <section name="News and Events">
+          <a href="http://jakarta.apache.org/cactus/news.xml">
             <img src="images/rss.png"/>
-          </link>          	
+          </a>          	
           <table>
             <xsl:apply-templates select="item"/>
           </table>
@@ -71,7 +71,6 @@
   </xsl:template>
 
   <xsl:template match="item">
-    <anchor id="substring-after(link, '#')"/>
     <tr>
       <th><xsl:value-of select="substring-before(dc:date, 'T')"/></th>
       <td><xsl:value-of select="description" disable-output-escaping="yes"/></td>



---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org