Author: rgardler
Date: Fri Mar 2 04:15:00 2007
New Revision: 513722
URL: http://svn.apache.org/viewvc?view=rev&rev=513722
Log:
make it work in static as well as dynamic mode (temporary hack with fixme
comment)
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/descriptorIndex-to-indexByCommon.xsl
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/descriptorIndex-to-indexByCommon.xsl
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/descriptorIndex-to-indexByCommon.xsl?view=diff&rev=513722&r1=513721&r2=513722
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/descriptorIndex-to-indexByCommon.xsl
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/descriptorIndex-to-indexByCommon.xsl
Fri Mar 2 04:15:00 2007
@@ -37,7 +37,8 @@
<div>
<p>
<a>
- <xsl:attribute name="href"><xsl:value-of
select="@href-noext"/>.html</xsl:attribute>
+ <!-- FIXME: should use the dotdots.xsl to calculate the root -->
+ <xsl:attribute name="href">../../<xsl:value-of
select="@href-noext"/>.html</xsl:attribute>
<xsl:value-of select="$name"/>
</a>
<xsl:text> </xsl:text>