glenn 01/07/04 16:16:10
Modified: src/taglib taglib-doc.xsl
Log:
Fixed tlib-version
Revision Changes Path
1.6 +3 -3 jakarta-taglibs/src/taglib/taglib-doc.xsl
Index: taglib-doc.xsl
===================================================================
RCS file: /home/cvs/jakarta-taglibs/src/taglib/taglib-doc.xsl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- taglib-doc.xsl 2001/07/04 22:13:32 1.5
+++ taglib-doc.xsl 2001/07/04 23:16:08 1.6
@@ -69,7 +69,7 @@
<body bgcolor="white">
<center>
<h1>Jakarta Project: <xsl:value-of select="display-name"/></h1>
- <h3>Version: <xsl:value-of select="tlibversion"/></h3>
+ <h3>Version: <xsl:value-of select="tlib-version"/></h3>
</center>
<!-- Table of Contents -->
@@ -117,7 +117,7 @@
descriptor in /WEB-INF/web.xml like this:
<pre>
<taglib>
- <taglib-uri>http://jakarta.apache.org/taglibs/<xsl:value-of
select="short-name"/>-<xsl:value-of select="tlibversion"/></taglib-uri>
+ <taglib-uri>http://jakarta.apache.org/taglibs/<xsl:value-of
select="short-name"/>-<xsl:value-of select="tlib-version"/></taglib-uri>
<taglib-location><xsl:value-of
select="taglib-location"/></taglib-location>
</taglib>
</pre>
@@ -126,7 +126,7 @@
<p>To use the tags from this library in your JSP pages, add the following
directive at the top of each page: </p>
<pre>
-<%@ taglib uri="http://jakarta.apache.org/taglibs/<xsl:value-of
select="short-name"/>-<xsl:value-of select="tlibversion"/>"
prefix="<xsl:value-of select="prefix"/>" %>
+<%@ taglib uri="http://jakarta.apache.org/taglibs/<xsl:value-of
select="short-name"/>-<xsl:value-of select="tlib-version"/>"
prefix="<xsl:value-of select="prefix"/>" %>
</pre>
<p>where "<i><xsl:value-of select="prefix"/></i>" is the tag
name prefix you wish to use for tags from this library. You can change