vgritsenko 02/04/15 18:19:39
Modified: src/webapp/stylesheets/sitemap simple-sitemap2html.xsl
Log:
remove obsolete map:value syntax
Revision Changes Path
1.2 +1 -1
xml-cocoon2/src/webapp/stylesheets/sitemap/simple-sitemap2html.xsl
Index: simple-sitemap2html.xsl
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/webapp/stylesheets/sitemap/simple-sitemap2html.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- simple-sitemap2html.xsl 3 Jan 2002 12:31:46 -0000 1.1
+++ simple-sitemap2html.xsl 16 Apr 2002 01:19:39 -0000 1.2
@@ -433,7 +433,7 @@
<td align="right"> </td>
<td colspan="3">
<xsl:for-each select="./*">
-  <xsl:value-of select="name()"/>=<xsl:value-of
select="@map:value"/><xsl:value-of select="text()"/>
+  <xsl:value-of select="name()"/>=<xsl:value-of select="text()"/>
<xsl:if test="./*">
<xsl:call-template name="show-config">
<xsl:with-param name="indent"> <xsl:value-of
select="$indent"/></xsl:with-param>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]