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:29:33 UTC

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

glenn       01/07/01 08:29:33

  Added:       xtags/xml intro.xml
  Log:
  Move here, it doesn't really belong in doc/web
  
  Revision  Changes    Path
  1.1                  jakarta-taglibs/xtags/xml/intro.xml
  
  Index: intro.xml
  ===================================================================
  <?xml version="1.0"?>
  <document url="./intro.xml">
  
    <properties>
      <author>James Strachan</author>
      <title>The Jakarta-Taglibs Project: XTags Library</title>
    </properties>
  
    <body>
  
  
    <section name="XTags Library" href="Welcome">
  
    <p>XTags is a JSP custom tag library for working with XML. 
      XTags implements an XSLT-like language allowing XML to be styled and 
      processed from directly within a JSP page using familiar XSLT and XPath 
      techniques.
    </p>
    <p>In many ways XTags is like XSLT implemented in JSP allowing you to 
      seamlessly work with JSP, custom tags, JavaBeans and the whole 
      J2EE platform from inside a single piece of JSP!
    </p>
    <p>XTags is currently built on top of <a href="http://dom4j.org">dom4j</a> the 
      flexible open source XML framework for the Java platform.
      Though increasingly XTags will use a pluggable XPath engine to support
      the travesal of DOM and Java Beans too.
    </p>
  
    </section>
  
    <section name="Documentation" href="Documentation">
  
    <p>For more information about the XTags Tag Library, look at the on-line documentation:</p>
    <ul>
    <li>View the <a href="index.html">XTags 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 XTags Tag Library is available</p>
    <ul>
    <li><strong>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/projects/xtags/">XTags 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>
    </ul>
  
    <p>XTags was generously donated to Apache by <a href="http://www.citria.com/">Citria Ltd</a>.</p>
  
    </section>
  
    </body>
  </document>