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>
   &lt;taglib&gt;
  -  &lt;taglib-uri&gt;http://jakarta.apache.org/taglibs/<xsl:value-of 
select="short-name"/>-<xsl:value-of select="tlibversion"/>&lt;/taglib-uri&gt;
  +  &lt;taglib-uri&gt;http://jakarta.apache.org/taglibs/<xsl:value-of 
select="short-name"/>-<xsl:value-of select="tlib-version"/>&lt;/taglib-uri&gt;
     &lt;taglib-location&gt;<xsl:value-of 
select="taglib-location"/>&lt;/taglib-location&gt;
   &lt;/taglib&gt;
   </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>
  -&lt;%@ taglib uri=&quot;http://jakarta.apache.org/taglibs/<xsl:value-of 
select="short-name"/>-<xsl:value-of select="tlibversion"/>&quot; 
prefix=&quot;<xsl:value-of select="prefix"/>&quot; %&gt;
  +&lt;%@ taglib uri=&quot;http://jakarta.apache.org/taglibs/<xsl:value-of 
select="short-name"/>-<xsl:value-of select="tlib-version"/>&quot; 
prefix=&quot;<xsl:value-of select="prefix"/>&quot; %&gt;
   </pre>
     <p>where &quot;<i><xsl:value-of select="prefix"/></i>&quot; is the tag
        name prefix you wish to use for tags from this library. You can change
  
  
  

Reply via email to