You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by fe...@apache.org on 2008/02/01 21:19:26 UTC

svn commit: r617628 - /forrest/trunk/main/webapp/resources/stylesheets/linkmap-to-document.xsl

Author: ferdinand
Date: Fri Feb  1 12:19:25 2008
New Revision: 617628

URL: http://svn.apache.org/viewvc?rev=617628&view=rev
Log:
replaced a with link to make resulting document conform to it dtd

Modified:
    forrest/trunk/main/webapp/resources/stylesheets/linkmap-to-document.xsl

Modified: forrest/trunk/main/webapp/resources/stylesheets/linkmap-to-document.xsl
URL: http://svn.apache.org/viewvc/forrest/trunk/main/webapp/resources/stylesheets/linkmap-to-document.xsl?rev=617628&r1=617627&r2=617628&view=diff
==============================================================================
--- forrest/trunk/main/webapp/resources/stylesheets/linkmap-to-document.xsl (original)
+++ forrest/trunk/main/webapp/resources/stylesheets/linkmap-to-document.xsl Fri Feb  1 12:19:25 2008
@@ -41,14 +41,14 @@
   <xsl:template match="*">
     <xsl:if test="@label">
       <ul>
-        <li><a>
+        <li><link>
           <xsl:if test="@href!=''">
             <xsl:attribute name="href">
               <xsl:value-of select="@href"/>
             </xsl:attribute>
           </xsl:if>
           <xsl:value-of select="@label"/>
-<!-- force site element name to be on same line as label --></a>&#160;&#160;___________________&#160;&#160;<em>
+<!-- force site element name to be on same line as label --></link>&#160;&#160;___________________&#160;&#160;<em>
           <xsl:value-of select="name(.)" /></em>
           <xsl:if test="@description">
 <!-- allow description to flow to next line in a small window -->