Author: ferdinand
Date: Fri Feb 1 12:19:41 2008
New Revision: 617629
URL: http://svn.apache.org/viewvc?rev=617629&view=rev
Log:
replaced a with link to make resulting document conform to it dtd
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=617629&r1=617628&r2=617629&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
Fri Feb 1 12:19:41 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>  ___________________  <em>
+<!-- force site element name to be on same line as label
--></link>  ___________________  <em>
<xsl:value-of select="name(.)" /></em>
<xsl:if test="@description">
<!-- allow description to flow to next line in a small window -->