svn commit: r882031 - /forrest/trunk/main/webapp/resources/stylesheets/linkmap-to-document.xsl
| Newsgroups | gmane.text.xml.forrest.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: crossley
Date: Thu Nov 19 02:28:48 2009
New Revision: 882031
URL: http://svn.apache.org/viewvc?rev=882031&view=rev
Log:
Change "a" to "link" for valid internal xml.
Issue: part FOR-413
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=882031&r1=882030&r2=882031&view=diff
==============================================================================
--- forrest/trunk/main/webapp/resources/stylesheets/linkmap-to-document.xsl (original)
+++ forrest/trunk/main/webapp/resources/stylesheets/linkmap-to-document.xsl Thu Nov 19 02:28:48 2009
@@ -48,7 +48,7 @@
<xsl:if
test="@label">
<ul>
- <li><a>
+ <li><link>
<xsl:if
test="@href!=''">
<xsl:attribute
@@ -59,7 +59,7 @@
</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