Author: ferdinand
Date: Mon Feb 4 08:43:23 2008
New Revision: 618321
URL: http://svn.apache.org/viewvc?rev=618321&view=rev
Log:
reverted changes from 617629
Modified:
forrest/branches/UpdateFOPto094/main/webapp/resources/stylesheets/linkmap-to-document.xsl
Modified:
forrest/branches/UpdateFOPto094/main/webapp/resources/stylesheets/linkmap-to-document.xsl
URL:
http://svn.apache.org/viewvc/forrest/branches/UpdateFOPto094/main/webapp/resources/stylesheets/linkmap-to-document.xsl?rev=618321&r1=618320&r2=618321&view=diff
==============================================================================
---
forrest/branches/UpdateFOPto094/main/webapp/resources/stylesheets/linkmap-to-document.xsl
(original)
+++
forrest/branches/UpdateFOPto094/main/webapp/resources/stylesheets/linkmap-to-document.xsl
Mon Feb 4 08:43:23 2008
@@ -41,14 +41,14 @@
<xsl:template match="*">
<xsl:if test="@label">
<ul>
- <li><link>
+ <li><a>
<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
--></link>  ___________________  <em>
+<!-- force site element name to be on same line as label
--></a>  ___________________  <em>
<xsl:value-of select="name(.)" /></em>
<xsl:if test="@description">
<!-- allow description to flow to next line in a small window -->