You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by gl...@apache.org on 2001/07/01 17:33:49 UTC

cvs commit: jakarta-taglibs/xsl/xml intro.xml

glenn       01/07/01 08:33:49

  Added:       application/xml intro.xml
               bsf/xml  intro.xml
               datetime/xml intro.xml
               i18n/xml intro.xml
               input/xml intro.xml
               io/xml   intro.xml
               jdbc/xml intro.xml
               jndi/xml intro.xml
               jspspec/xml intro.xml
               log/xml  intro.xml
               mailer/xml intro.xml
               page/xml intro.xml
               random/xml intro.xml
               request/xml intro.xml
               response/xml intro.xml
               scrape/xml intro.xml
               session/xml intro.xml
               sql/xml  intro.xml
               utility/xml intro.xml
               xsl/xml  intro.xml
  Log:
  Move here, it doesn't really belong in doc/web
  
  Revision  Changes    Path
  1.1                  jakarta-taglibs/application/xml/intro.xml
  
  Index: intro.xml
  ===================================================================
  <?xml version="1.0"?>
  <document url="./intro.xml">
  
    <properties>
      <author>Justyna Horwat</author>
      <title>The Jakarta-Taglibs Project: Application Tag Library</title>
    </properties>
  
    <body>
  
  
    <section name="Application Tag Library" href="Welcome">
  
    <p>The Application custom tag library contains tags which can be used to
    access information contained in the ServletContext for a web application.</p>
    <p>Tags are provided to access information in "application"-scoped attributes 
    and web application initialization parameters, which are defined in the 
    "/WEB-INF/web.xml" file.</p>
  
    </section>
  
    <section name="Documentation" href="Documentation">
  
    <p>For more information about the Application Tag Library, look at the on-line documentation:</p>
    <ul>
    <li>View the <a href="index.html">Application Taglib Documentation</a></li>
    </ul>
  
    <p>For information on how to use the distributions, look at the following documentation:</p>
  
    <ul>
    <li>Using the Jakarta-Taglibs <a href="../../binarydist.html">Binary Distribution</a></li>
    <li>Using the Jakarta-Taglibs <a href="../..//sourcedist.html">Source Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Download" href="Download">
  
    <p>A binary download of the Application Tag Library is available</p>
    <ul>
    <li><strong>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/projects/application/">Application Tag Library</a></strong></li>
    </ul>
  
    <p>The following distributions are also available for download:</p>
    <ul>
    <li>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/src/">Jakarta-Taglibs Source</a></li>
    <li>Download entire <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly">Jakarta-Taglibs Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Contributors" href="Contributors">
    <p>List of contributors:</p>
  
    <ul>
    <li>Morgan Delagrange</li>
    </ul>
  
    </section>
  
    </body>
  </document>
  
  
  
  1.1                  jakarta-taglibs/bsf/xml/intro.xml
  
  Index: intro.xml
  ===================================================================
  <?xml version="1.0"?>
  <document url="./intro.xml">
  
    <properties>
      <author>Justyna Horwat</author>
      <title>The Jakarta-Taglibs Project: BSF Tag Library</title>
    </properties>
  
    <body>
  
  
    <section name="BSF Tag Library" href="Welcome">
  
    <p>The Bean Scripting Framework (BSF) is an architecture for incorporating 
       scripting into Java applications and applets. Scripting languages such 
       as Netscape Rhino (Javascript), VBScript, Perl, Tcl, Python, NetRexx and 
       Rexx are commonly used to augment an application's function or to script 
       together a set of application components to form an application.</p>
  
    </section>
  
    <section name="Documentation" href="Documentation">
  
    <p>For more information about the BSF Tag Library, look at the on-line documentation:</p>
    <ul>
    <li>View the <a href="index.html">BSF Taglib Documentation</a></li>
    </ul>
  
    <p>For information on how to use the distributions, look at the following documentation:</p>
  
    <ul>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/binarydist.html">Binary Distribution</a></li>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/sourcedist.html">Source Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Download" href="Download">
  
    <p>A binary download of the BSF Tag Library is available</p>
    <ul>
    <li><strong>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/projects/bsf/">BSF Tag Library</a></strong></li>
    </ul>
  
    <p>The following distributions are also available for download:</p>
    <ul>
    <li>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/src/">Jakarta-Taglibs Source</a></li>
    <li>Download entire <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly">Jakarta-Taglibs Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Contributors" href="Contributors">
    <p>List of contributors:</p>
  
    <ul>
    <li>Doug Davis</li>
    <li>Sam Ruby</li>
    <li>Craig R. McClanahan</li>
    </ul>
  
    </section>
  
    </body>
  </document>
  
  
  
  1.1                  jakarta-taglibs/datetime/xml/intro.xml
  
  Index: intro.xml
  ===================================================================
  <?xml version="1.0"?>
  <document url="./intro.xml">
  
    <properties>
      <author>Justyna Horwat</author>
      <title>The Jakarta-Taglibs Project: DateTime Tag Library</title>
    </properties>
  
    <body>
  
  
    <section name="DateTime Tag Library" href="Welcome">
  
    <p>The DateTime custom tag library contains tags which can be used to handle date 
       and time related functions. Tags are provided for formatting a Date for output, 
       generating a Date from HTML forum input, using time zones, and localization.</p>
  
    </section>
  
    <section name="Documentation" href="Documentation">
  
    <p>For more information about the DateTime Tag Library, look at the on-line documentation:</p>
    <ul>
    <li>View the <a href="index.html">DateTime Taglib Documentation</a></li>
    </ul>
  
    <p>For information on how to use the distributions, look at the following documentation:</p>
  
    <ul>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/binarydist.html">Binary Distribution</a></li>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/sourcedist.html">Source Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Download" href="Download">
  
    <p>A binary download of the DateTime Tag Library is available</p>
    <ul>
    <li><strong>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/projects/datetime/">DateTime Tag Library</a></strong></li>
    </ul>
  
    <p>The following distributions are also available for download:</p>
    <ul>
    <li>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/src/">Jakarta-Taglibs Source</a></li>
    <li>Download entire <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly">Jakarta-Taglibs Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Contributors" href="Contributors">
    <p>List of contributors:</p>
  
    <ul>
    <li>Glenn Nielsen</li>
    </ul>
  
    </section>
  
    </body>
  </document>
  
  
  
  1.1                  jakarta-taglibs/i18n/xml/intro.xml
  
  Index: intro.xml
  ===================================================================
  <?xml version="1.0"?>
  <document url="./intro.xml">
  
    <properties>
      <author>Tim Dawson</author>
      <title>The Jakarta-Taglibs Project: I18N Tag Library</title>
    </properties>
  
    <body>
  
  
    <section name="I18N Tag Library" href="Welcome">
    <p>The I18N custom tag library contains tags that help manage
       the complexity of creating internationalized web applications.
       For those not familiar with the term "i18n", it is a standard
       abbreviation for "internationalization", which starts with the
       letter I, ends with the letter N, and contains a total of 18
       letters.<br/>
       While some may see similarity with the struts message tag, these
       tags have several advantages, particularly with respect to
       message arguments, not to mention the fact that its a standalone
       tag library and doesn't require the user to adopt (or rip
       components out of) struts.
    </p>
  
    </section>
  
    <section name="Documentation" href="Documentation">
  
    <p>For more information about the I18N Tag Library, look at the on-line documentation:</p>
    <ul>
    <li>View the <a href="index.html">I18N Taglib Documentation</a></li>
    </ul>
  
    <p>For information on how to use the distributions, look at the following documentation:</p>
  
    <ul>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/binarydist.html">Binary Distribution</a></li>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/sourcedist.html">Source Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Download" href="Download">
  
    <p>A binary download of the I18N Tag Library is available</p>
    <ul>
    <li><strong>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/projects/i18n/">I18N Tag Library</a></strong></li>
    </ul>
  
    <p>The following distributions are also available for download:</p>
    <ul>
    <li>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/src/">Jakarta-Taglibs Source</a></li>
    <li>Download entire <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly">Jakarta-Taglibs Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Contributors" href="Contributors">
    <p>List of contributors:</p>
  
    <ul>
    <li>Tim Dawson</li>
    <li>James Strachan</li>
    </ul>
  
    </section>
  
    </body>
  </document>
  
  
  
  1.1                  jakarta-taglibs/input/xml/intro.xml
  
  Index: intro.xml
  ===================================================================
  <?xml version="1.0"?>
  <document url="./intro.xml">
  
    <properties>
      <author>Justyna Horwat</author>
      <title>The Jakarta-Taglibs Project: Input Tag Library</title>
    </properties>
  
    <body>
  
  
    <section name="Input Tag Library" href="Welcome">
  
    <p>The "input" tag extension library lets you present HTML &lt;form&gt; 
       elements that are tied to the ServletRequest that caused the 
       current JSP page to run. That is, using this library, you can 
       easily prepopulate form elements with prior values that the user 
       has chosen -- or with default values for the first time a user 
       hits a web page. This is useful when you need to present the 
       same page to the user several times (e.g., for server-side validation).</p>
  
    </section>
  
    <section name="Documentation" href="Documentation">
  
    <p>For more information about the Input Tag Library, look at the on-line documentation:</p>
    <ul>
    <li>View the <a href="index.html">Input Taglib Documentation</a></li>
    </ul>
  
    <p>For information on how to use the distributions, look at the following documentation:</p>
  
    <ul>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/binarydist.html">Binary Distribution</a></li>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/sourcedist.html">Source Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Download" href="Download">
  
    <p>A binary download of the Input Tag Library is available</p>
    <ul>
    <li><strong>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/projects/input/">Input Tag Library</a></strong></li>
    </ul>
  
    <p>The following distributions are also available for download:</p>
    <ul>
    <li>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/src/">Jakarta-Taglibs Source</a></li>
    <li>Download entire <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly">Jakarta-Taglibs Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Contributors" href="Contributors">
    <p>List of contributors:</p>
  
    <ul>
    <li>Shawn Bayern</li>
    </ul>
  
    </section>
  
    </body>
  </document>
  
  
  
  1.1                  jakarta-taglibs/io/xml/intro.xml
  
  Index: intro.xml
  ===================================================================
  <?xml version="1.0"?>
  <document url="./intro.xml">
  
    <properties>
      <author>James Strachan</author>
      <title>The Jakarta-Taglibs Project: IO Tag Library</title>
    </properties>
  
    <body>
  
  
    <section name="IO Tag Library" href="Welcome">
  
    <p>The IO custom tag library contains tags which can be used to
    perform a variety of input and output related tasks from inside JSP.
    A variety of protocols are supported such as HTTP, HTTPS, FTP, XML-RPC and 
    SOAP requests.</p>
  
    </section>
  
    <section name="Documentation" href="Documentation">
  
    <p>For more information about the IO Tag Library, look at the on-line documentation:</p>
    <ul>
    <li>View the <a href="index.html">IO Taglib Documentation</a></li>
    </ul>
  
    <p>For information on how to use the distributions, look at the following documentation:</p>
  
    <ul>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/binarydist.html">Binary Distribution</a></li>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/sourcedist.html">Source Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Download" href="Download">
  
    <p>A binary download of the IO Tag Library is available</p>
    <ul>
    <li><strong>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/projects/io/">IO Tag Library</a></strong></li>
    </ul>
  
    <p>The following distributions are also available for download:</p>
    <ul>
    <li>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/src/">Jakarta-Taglibs Source</a></li>
    <li>Download entire <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly">Jakarta-Taglibs Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Contributors" href="Contributors">
    <p>List of contributors:</p>
  
    <ul>
    <li>James Strachan</li>
    <li>Pierre Delisle</li>
    </ul>
  
    </section>
  
    </body>
  </document>
  
  
  
  1.1                  jakarta-taglibs/jdbc/xml/intro.xml
  
  Index: intro.xml
  ===================================================================
  <?xml version="1.0"?>
  <!DOCTYPE personnel SYSTEM "../../src/doc/taglibs_docs.dtd">
  
  <document url="./intro.xml">
  
    <properties>
      <author>Morgan Delagrange</author>
      <title>The Jakarta-Taglibs Project: DBTags Tag Library</title>
    </properties>
  
    <body>
  
  
    <section name="DBTags Tag Library" href="Welcome">
  
    <p>The DBTags custom tag library contains tags which can be used to
    read from and write to an SQL database.</p>
  
    </section>
  
    <section name="DBTags News" href="News">
      <news>
        <newsitem date="05/02/2001">
          The JDBC tag library has been renamed to DBTags!  The JAR and
          TLD files now have different names, but the functionality
          is identical.  You may continue to use the old URI to avoid
          changes to your JSPs.
        </newsitem>
      </news>
    </section>
  
    <section name="Documentation" href="Documentation">
  
    <p>For more information about the DBTags Tag Library, look at the on-line documentation:
    <ul>
    <li>View the <a href="index.html">DBTags Taglib Documentation</a></li>
    </ul>
    </p>
  
    <p>For information on how to use the distributions, look at the following documentation:
    <ul>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/binarydist.html">Binary Distribution</a></li>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/sourcedist.html">Source Distribution</a></li>
    </ul>
  </p>
  
    </section>
  
    <section name="Download" href="Download">
  
    <p>A binary download of the DBTags Tag Library is available:
    <ul>
    <li><strong>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/projects/dbtags/">DBTags Tag Library</a></strong></li>
    </ul>
  </p>
    <p>The following distributions are also available for download:
    <ul>
    <li>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/src/">Jakarta-Taglibs Source</a></li>
    <li>Download entire <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly">Jakarta-Taglibs Distribution</a></li>
    </ul>
  </p>
  
    </section>
  
    <section name="Contributors" href="Contributors">
    <p>List of contributors:
  
    <ul>
    <li>Rich Catlett</li>
    <li>Morgan Delagrange</li>
    <li>Glenn Nielsen</li>
    <li>Marius Scurtescu</li>
    </ul>
  </p>
    </section>
  
    </body>
  </document>
  
  
  
  1.1                  jakarta-taglibs/jndi/xml/intro.xml
  
  Index: intro.xml
  ===================================================================
  <?xml version="1.0"?>
  <document url="./intro.xml">
  
    <properties>
      <author>Justyna Horwat</author>
      <title>The Jakarta-Taglibs Project: JNDI Tag Library</title>
    </properties>
  
    <body>
  
  
    <section name="JNDI Tag Library" href="Welcome">
  
    <p>The JNDI Tag Library creates an instance of a javax.naming.Context based on the values
       of the attributes providing some of the standard values.  In addition to the 
       System properties and the jndi.properties, some standard properties are 
       scanned in the pageContext attributes.</p>
  
    </section>
  
    <section name="Documentation" href="Documentation">
  
    <p>For more information about the JNDI Tag Library, look at the on-line documentation:</p>
    <ul>
    <li>View the <a href="index.html">JNDI Taglib Documentation</a></li>
    </ul>
  
    <p>For information on how to use the distributions, look at the following documentation:</p>
  
    <ul>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/binarydist.html">Binary Distribution</a></li>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/sourcedist.html">Source Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Download" href="Download">
  
    <p>A binary download of the JNDI Tag Library is available</p>
    <ul>
    <li><strong>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/projects/jndi/">JNDI Tag Library</a></strong></li>
    </ul>
  
    <p>The following distributions are also available for download:</p>
    <ul>
    <li>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/src/">Jakarta-Taglibs Source</a></li>
    <li>Download entire <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly">Jakarta-Taglibs Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Contributors" href="Contributors">
    <p>List of contributors:</p>
  
    <ul>
    <li>Danno Ferrin</li>
    </ul>
  
    </section>
  
    </body>
  </document>
  
  
  
  1.1                  jakarta-taglibs/jspspec/xml/intro.xml
  
  Index: intro.xml
  ===================================================================
  <?xml version="1.0"?>
  <document url="./intro.xml">
  
    <properties>
      <author>Justyna Horwat</author>
      <title>The Jakarta-Taglibs Project: JSP Spec Tag Library</title>
    </properties>
  
    <body>
  
  
    <section name="JSP Spec Tag Library" href="Welcome">
    <p>The JSPSPEC custom tag library contains working examples 
       of the tags described in the JavaServerPages specification, 
       Version 1.1. As such, the tags are focused more on being 
       examples of custom tag library code techniques, and less on 
       being useful in production applications.</p>
  
    </section>
  
    <section name="Documentation" href="Documentation">
  
    <p>For more information about the JSP Spec Tag Library, look at the on-line documentation:</p>
    <ul>
    <li>View the <a href="index.html">JSP Spec Taglib Documentation</a></li>
    </ul>
  
    <p>For information on how to use the distributions, look at the following documentation:</p>
  
    <ul>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/binarydist.html">Binary Distribution</a></li>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/sourcedist.html">Source Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Download" href="Download">
  
    <p>A binary download of the JSP Spec Tag Library is available</p>
    <ul>
    <li><strong>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/projects/jspspec/">JSP Spec Tag Library</a></strong></li>
    </ul>
  
    <p>The following distributions are also available for download:</p>
    <ul>
    <li>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/src/">Jakarta-Taglibs Source</a></li>
    <li>Download entire <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly">Jakarta-Taglibs Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Contributors" href="Contributors">
    <p>List of contributors:</p>
  
    <ul>
    <li>Craig R. McClanahan</li>
    </ul>
  
    </section>
  
    </body>
  </document>
  
  
  
  1.1                  jakarta-taglibs/log/xml/intro.xml
  
  Index: intro.xml
  ===================================================================
  <?xml version="1.0"?>
  <document url="./intro.xml">
  
    <properties>
      <author>Joseph B. Ottinger</author>
      <author>James Strachan</author>
      <title>Jakarta-Taglibs Project: Log Tag Library</title>
    </properties>
  
    <body>
  
  
    <section name="Log Tag Library" href="Welcome">
  
      <p>
      The Log library allows you to embed logging calls in your JSP which can be 
      output to a variety of destinations thanks to the power of the
      <a href="http://jakarta.apache.org/log4j/docs/index.html">log4j</a> project.
      </p>
  
    </section>
  
    <section name="Documentation" href="Documentation">
  
    <p>For more information about the Log Tag Library, look at the on-line documentation:</p>
    <ul>
    <li>View the <a href="index.html">Log Taglib Documentation</a></li>
    </ul>
  
    <p>For information on how to use the distributions, look at the following documentation:</p>
  
    <ul>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/binarydist.html">Binary Distribution</a></li>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/sourcedist.html">Source Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Download" href="Download">
  
    <p>A binary download of the Log Tag Library is available</p>
    <ul>
    <li><strong>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/projects/log/">Log Tag Library</a></strong></li>
    </ul>
  
    <p>The following distributions are also available for download:</p>
    <ul>
    <li>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/src/">Jakarta-Taglibs Source</a></li>
    <li>Download entire <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly">Jakarta-Taglibs Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Contributors" href="Contributors">
    <p>List of contributors:</p>
  
    <ul>
    <li>Joseph B. Ottinger</li>
    <li>James Strachan</li>
    </ul>
  
    </section>
  
    </body>
  </document>
  
  
  
  1.1                  jakarta-taglibs/mailer/xml/intro.xml
  
  Index: intro.xml
  ===================================================================
  <?xml version="1.0"?>
  <document url="./intro.xml">
  
    <properties>
      <author>Rich Catlett</author>
      <title>The Jakarta-Taglibs Project: Mailer Tag Library</title>
    </properties>
  
    <body>
  
  
    <section name="Mailer Tag Library" href="Welcome">
    <p>This custom tag library is used to send e-mail.
    </p>
  
    </section>
  
    <section name="Documentation" href="Documentation">
  
    <p>For more information about the Mailer Tag Library, look at the on-line documentation:</p>
    <ul>
    <li>View the <a href="index.html">Mailer Taglib Documentation</a></li>
    </ul>
  
    <p>For information on how to use the distributions, look at the following documentation:</p>
  
    <ul>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/binarydist.html">Binary Distribution</a></li>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/sourcedist.html">Source Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Download" href="Download">
  
    <p>A binary download of the Mailer Tag Library is available</p>
    <ul>
    <li><strong>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/projects/mailer/">Mailer Tag Library</a></strong></li>
    </ul>
  
    <p>The following distributions are also available for download:</p>
    <ul>
    <li>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/src/">Jakarta-Taglibs Source</a></li>
    <li>Download entire <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly">Jakarta-Taglibs Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Contributors" href="Contributors">
    <p>List of contributors:</p>
  
    <ul>
    <li>Rich Catlett</li>
    </ul>
  
    </section>
  
    </body>
  </document>
  
  
  
  1.1                  jakarta-taglibs/page/xml/intro.xml
  
  Index: intro.xml
  ===================================================================
  <?xml version="1.0"?>
  <document url="./intro.xml">
  
    <properties>
      <author>Justyna Horwat</author>
      <title>The Jakarta-Taglibs Project: Page Tag Library</title>
    </properties>
  
    <body>
  
  
    <section name="Page Tag Library" href="Welcome">
  
    <p>The Page custom tag library contains tags which can be used to
    access all the information about the PageContext for a JSP page.</p>
    <p>Tags are provided to access information in "page"-scoped attributes.</p>
  
  
    </section>
  
    <section name="Documentation" href="Documentation">
  
    <p>For more information about the Page Tag Library, look at the on-line documentation:</p>
    <ul>
    <li>View the <a href="index.html">Page Taglib Documentation</a></li>
    </ul>
  
    <p>For information on how to use the distributions, look at the following documentation:</p>
  
    <ul>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/binarydist.html">Binary Distribution</a></li>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/sourcedist.html">Source Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Download" href="Download">
  
    <p>A binary download of the Page Tag Library is available</p>
    <ul>
    <li><strong>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/projects/page/">Page Tag Library</a></strong></li>
    </ul>
  
    <p>The following distributions are also available for download:</p>
    <ul>
    <li>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/src/">Jakarta-Taglibs Source</a></li>
    <li>Download entire <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly">Jakarta-Taglibs Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Contributors" href="Contributors">
    <p>List of contributors:</p>
  
    <ul>
    <li>Morgan Delagrange</li>
    </ul>
  
    </section>
  
    </body>
  </document>
  
  
  
  1.1                  jakarta-taglibs/random/xml/intro.xml
  
  Index: intro.xml
  ===================================================================
  <?xml version="1.0"?>
  <document url="./intro.xml">
  
    <properties>
      <author>Rich Catlett</author>
      <title>The Jakarta-Taglibs Project: Random Tag Library</title>
    </properties>
  
    <body>
  
  
    <section name="Random Tag Library" href="Welcome">
    <p>This custom tag library is used to create random string and number generators.
    </p>
  
    </section>
  
    <section name="Documentation" href="Documentation">
  
    <p>For more information about the Random Tag Library, look at the on-line documentation:</p>
    <ul>
    <li>View the <a href="index.html">Random Taglib Documentation</a></li>
    </ul>
  
    <p>For information on how to use the distributions, look at the following documentation:</p>
  
    <ul>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/binarydist.html">Binary Distribution</a></li>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/sourcedist.html">Source Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Download" href="Download">
  
    <p>A binary download of the Random Tag Library is available</p>
    <ul>
    <li><strong>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/projects/random/">Random Tag Library</a></strong></li>
    </ul>
  
    <p>The following distributions are also available for download:</p>
    <ul>
    <li>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/src/">Jakarta-Taglibs Source</a></li>
    <li>Download entire <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly">Jakarta-Taglibs Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Contributors" href="Contributors">
    <p>List of contributors:</p>
  
    <ul>
    <li>Rich Catlett</li>
    </ul>
  
    </section>
  
    </body>
  </document>
  
  
  
  1.1                  jakarta-taglibs/request/xml/intro.xml
  
  Index: intro.xml
  ===================================================================
  <?xml version="1.0"?>
  <document url="./intro.xml">
  
    <properties>
      <author>Justyna Horwat</author>
      <title>The Jakarta-Taglibs Project: Request Tag Library</title>
    </properties>
  
    <body>
  
  
    <section name="Request Tag Library" href="Welcome">
    <p>The Request custom tag library contains tags which can 
       be used to access all the information about the HTTP 
       request for a JSP page.</p>
  
    <p>Tags are provided to access information in the HTTP 
       request for HTTP input parameters from a POST or GET, 
       HTTP Headers, Cookies, request attributes, and session 
       information related to this request.</p>
  
    </section>
  
    <section name="Documentation" href="Documentation">
  
    <p>For more information about the Request Tag Library, look at the on-line documentation:</p>
    <ul>
    <li>View the <a href="index.html">Request Taglib Documentation</a></li>
    </ul>
  
    <p>For information on how to use the distributions, look at the following documentation:</p>
  
    <ul>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/binarydist.html">Binary Distribution</a></li>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/sourcedist.html">Source Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Download" href="Download">
  
    <p>A binary download of the Request Tag Library is available</p>
    <ul>
    <li><strong>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/projects/request/">Request Tag Library</a></strong></li>
    </ul>
  
    <p>The following distributions are also available for download:</p>
    <ul>
    <li>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/src/">Jakarta-Taglibs Source</a></li>
    <li>Download entire <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly">Jakarta-Taglibs Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Contributors" href="Contributors">
    <p>List of contributors:</p>
  
    <ul>
    <li>Glenn Nielsen</li>
    </ul>
  
    </section>
  
    </body>
  </document>
  
  
  
  1.1                  jakarta-taglibs/response/xml/intro.xml
  
  Index: intro.xml
  ===================================================================
  <?xml version="1.0"?>
  <document url="./intro.xml">
  
    <properties>
      <author>Justyna Horwat</author>
      <title>The Jakarta-Taglibs Project: Response Tag Library</title>
    </properties>
  
    <body>
  
  
    <section name="Response Tag Library" href="Welcome">
    <p>The Response custom tag library contains tags which can 
       be used to set all the information for an HTTP response 
       for a JSP page.</p>
  
    <p>This includes creating cookies and setting their values, 
       setting HTTP headers, returning back an HTTP error, or 
       sending an HTTP redirect.</p>
  
    </section>
  
    <section name="Documentation" href="Documentation">
  
    <p>For more information about the Response Tag Library, look at the on-line documentation:</p>
    <ul>
    <li>View the <a href="index.html">Response Taglib Documentation</a></li>
    </ul>
  
    <p>For information on how to use the distributions, look at the following documentation:</p>
  
    <ul>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/binarydist.html">Binary Distribution</a></li>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/sourcedist.html">Source Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Download" href="Download">
  
    <p>A binary download of the Response Tag Library is available</p>
    <ul>
    <li><strong>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/projects/response/">Response Tag Library</a></strong></li>
    </ul>
  
    <p>The following distributions are also available for download:</p>
    <ul>
    <li>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/src/">Jakarta-Taglibs Source</a></li>
    <li>Download entire <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly">Jakarta-Taglibs Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Contributors" href="Contributors">
    <p>List of contributors:</p>
  
    <ul>
    <li>Glenn Nielsen</li>
    </ul>
  
    </section>
  
    </body>
  </document>
  
  
  
  1.1                  jakarta-taglibs/scrape/xml/intro.xml
  
  Index: intro.xml
  ===================================================================
  <?xml version="1.0"?>
  <document url="./intro.xml">
  
    <properties>
      <author>Rich Catlett</author>
      <title>The Jakarta-Taglibs Project: Scrape Tag Library</title>
    </properties>
  
    <body>
  
  
    <section name="Scrape Tag Library" href="Welcome">
  
    <p>The scrape tag library can scrape or extract content from web
  documents and display the content in your JSP. For example,
  you could scrape stock quotes from other web sites
  and display them in your pages.</p>
  
    </section>
  
    <section name="Documentation" href="Documentation">
  
    <p>For more information about the Scrape Tag Library, look at the on-line documentation:</p>
    <ul>
    <li>View the <a href="index.html">Scrape Taglib Documentation</a></li>
    </ul>
  
    <p>For information on how to use the distributions, look at the following documentation:</p>
  
    <ul>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/binarydist.html">Binary Distribution</a></li>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/sourcedist.html">Source Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Download" href="Download">
  
    <p>A binary download of the Scrape Tag Library is available</p>
    <ul>
    <li><strong>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/projects/scrape/">Scrape Tag Library</a></strong></li>
    </ul>
  
    <p>The following distributions are also available for download:</p>
    <ul>
    <li>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/src/">Jakarta-Taglibs Source</a></li>
    <li>Download entire <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly">Jakarta-Taglibs Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Contributors" href="Contributors">
    <p>List of contributors:</p>
  
    <ul>
    <li>Rich Catlett</li>
    <li>Glenn Nielsen</li>
    </ul>
  
    </section>
  
    </body>
  </document>
  
  
  
  1.1                  jakarta-taglibs/session/xml/intro.xml
  
  Index: intro.xml
  ===================================================================
  <?xml version="1.0"?>
  <document url="./intro.xml">
  
    <properties>
      <author>Justyna Horwat</author>
      <title>The Jakarta-Taglibs Project: Session Tag Library</title>
    </properties>
  
    <body>
  
  
    <section name="Session Tag Library" href="Welcome">
    <p>The Session JSP tag library provides tags for reading 
       or modifying client HttpSession information.</p>
  
    <p>A servlet container uses an HttpSession to store information 
       about a clients session on the server. By default a JSP page 
       will create a session for a user. The user is tied to the 
       session using either a Cookie or by using URL rewriting. 
       This is how you can tie information to a user between multiple 
       HTTP requests to your server.</p>
  
    <p>Session Attributes are what makes it possible to store 
       information about a clients session between multiple HTTP 
       requests. A session attribute consists of a name and value. 
       To save information about a users session on your server use 
       the setattribute tag.</p>
  
  
    </section>
  
    <section name="Documentation" href="Documentation">
  
    <p>For more information about the Session Tag Library, look at the on-line documentation:</p>
    <ul>
    <li>View the <a href="index.html">Session Taglib Documentation</a></li>
    </ul>
  
    <p>For information on how to use the distributions, look at the following documentation:</p>
  
    <ul>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/binarydist.html">Binary Distribution</a></li>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/sourcedist.html">Source Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Download" href="Download">
  
    <p>A binary download of the Session Tag Library is available</p>
    <ul>
    <li><strong>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/projects/session/">Session Tag Library</a></strong></li>
    </ul>
  
    <p>The following distributions are also available for download:</p>
    <ul>
    <li>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/src/">Jakarta-Taglibs Source</a></li>
    <li>Download entire <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly">Jakarta-Taglibs Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Contributors" href="Contributors">
    <p>List of contributors:</p>
  
    <ul>
    <li>Glenn Nielsen</li>
    </ul>
  
    </section>
  
    </body>
  </document>
  
  
  
  1.1                  jakarta-taglibs/sql/xml/intro.xml
  
  Index: intro.xml
  ===================================================================
  <?xml version="1.0"?>
  <document url="./intro.xml">
  
    <properties>
      <author>Justyna Horwat</author>
      <title>The Jakarta-Taglibs Project: SQL Tag Library</title>
    </properties>
  
    <body>
  
  
    <section name="SQL Tag Library" href="Welcome">
    <p>The SQL Tag Library is an implementation of the SQL tags 
       discussed in Section A.2.1 and A.2.2 of the JavaServer Pages 1.1
       Specification.</p>
  
    </section>
  
    <section name="SQL Taglib News" href="News">
      <news>
        <newsitem date="05/02/2001">
          The SQL Sample tag library is no longer supported. Users of 
          this tag library may want to consider migrating to the 
          DBTags library.       
        </newsitem>
      </news>
    </section>
    
    <section name="Documentation" href="Documentation">
  
  <!--
    <p>For more information about the SQL Tag Library, look at the on-line documentation:</p>
    <ul>
    <li>View the <a href="index.html">SQL Taglib Documentation</a></li>
    </ul>
  -->
  
    <p>For information on how to use the distributions, look at the following documentation:</p>
  
    <ul>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/binarydist.html">Binary Distribution</a></li>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/sourcedist.html">Source Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Download" href="Download">
  
    <p>A binary download of the SQL Tag Library is available</p>
    <ul>
    <li><strong>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/projects/sql/">SQL Tag Library</a></strong></li>
    </ul>
  
    <p>The following distributions are also available for download:</p>
    <ul>
    <li>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/src/">Jakarta-Taglibs Source</a></li>
    <li>Download entire <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly">Jakarta-Taglibs Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Contributors" href="Contributors">
    <p>List of contributors:</p>
  
    <ul>
    <li>Boyd Waters</li>
    <li>Ignacio J. Ortega</li>
    </ul>
  
    </section>
  
    </body>
  </document>
  
  
  
  1.1                  jakarta-taglibs/utility/xml/intro.xml
  
  Index: intro.xml
  ===================================================================
  <?xml version="1.0"?>
  <document url="./intro.xml">
  
    <properties>
      <author>Justyna Horwat</author>
      <title>The Jakarta-Taglibs Project: Utility Tag Library</title>
    </properties>
  
    <body>
  
  
    <section name="Utility Tag Library" href="Welcome">
    <p>The utility custom tag library contains examples of some 
       basic tags. It illustrates several custom tag library 
       code techniques.</p>
  
    </section>
  
    <section name="Documentation" href="Documentation">
  
    <p>For more information about the Utility Tag Library, look at the on-line documentation:</p>
    <ul>
    <li>View the <a href="index.html">Utility Taglib Documentation</a></li>
    </ul>
  
    <p>For information on how to use the distributions, look at the following documentation:</p>
  
    <ul>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/binarydist.html">Binary Distribution</a></li>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/sourcedist.html">Source Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Download" href="Download">
  
    <p>A binary download of the Utility Tag Library is available</p>
    <ul>
    <li><strong>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/projects/utility/">Utility Tag Library</a></strong></li>
    </ul>
  
    <p>The following distributions are also available for download:</p>
    <ul>
    <li>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/src/">Jakarta-Taglibs Source</a></li>
    <li>Download entire <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly">Jakarta-Taglibs Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Contributors" href="Contributors">
    <p>List of contributors:</p>
  
    <ul>
    <li>Mandar Raje</li>
    <li>Justyna Horwat</li>
    </ul>
  
    </section>
  
    </body>
  </document>
  
  
  
  1.1                  jakarta-taglibs/xsl/xml/intro.xml
  
  Index: intro.xml
  ===================================================================
  <?xml version="1.0"?>
  <document url="./intro.xml">
  
    <properties>
      <author>Justyna Horwat</author>
      <title>The Jakarta-Taglibs Project: XSL Tag Library</title>
    </properties>
  
    <body>
  
  
    <section name="XSL Tag Library" href="Welcome">
    <p>The XSL custom tag library contains an working examples 
       of the tags described in the JSP specification, Version 
       1.1. As such, the tags are focused more on being examples 
       of custom tag library code techniques, and less on being useful 
       in production applications.</p>
  
    <p>With this custom tag library you can process a XML document 
       with a XSL stylesheet and insert it in place.</p>
  
    </section>
  
    <section name="Documentation" href="Documentation">
  
    <p>For more information about the XSL Tag Library, look at the on-line documentation:</p>
    <ul>
    <li>View the <a href="index.html">XSL Taglib Documentation</a></li>
    </ul>
  
    <p>For information on how to use the distributions, look at the following documentation:</p>
  
    <ul>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/binarydist.html">Binary Distribution</a></li>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/sourcedist.html">Source Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Download" href="Download">
  
    <p>A binary download of the XSL Tag Library is available</p>
    <ul>
    <li><strong>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/projects/xsl/">XSL Tag Library</a></strong></li>
    </ul>
  
    <p>The following distributions are also available for download:</p>
    <ul>
    <li>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/src/">Jakarta-Taglibs Source</a></li>
    <li>Download entire <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly">Jakarta-Taglibs Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Contributors" href="Contributors">
    <p>List of contributors:</p>
  
    <ul>
    <li>Ignacio J. Ortega</li>
    <li>Craig R. McClanahan</li>
    </ul>
  
    </section>
  
    </body>
  </document>