glenn 01/07/01 08:55:28
Modified: src/doc tutorial.xml
Log:
Updated documentation
Revision Changes Path
1.2 +0 -16 jakarta-taglibs/src/doc/tutorial.xml
Index: tutorial.xml
===================================================================
RCS file: /home/cvs/jakarta-taglibs/src/doc/tutorial.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tutorial.xml 2001/06/30 13:40:55 1.1
+++ tutorial.xml 2001/07/01 15:55:28 1.2
@@ -330,22 +330,6 @@
</ul>
</section>
-<section name="JavaServer Pages" href="tag_jsp">
-<p>JavaServer Pages can handle XML content encapsulated in Tag Library actions.</p>
-<code>
-<pre>
- <%@ taglib uri="identifier" prefix="prefix" %>
-</pre>
-</code>
-<p>To use a Tag Library, you need to tell the JSP container where it is located
- using a <code>taglib</code> directive. The directive must come <b>before</b> any
actions.</p>
-<ul>
- <li>The "identifier" will need to match the one used in
<code><taglib-uri></code>
- in the web.xml file.</li>
- <li>The "prefix" distinguishes which tag library will be used.</li>
-</ul>
-</section>
-
<section name="Installation and Deployment" href="tag_install">
<h3>a) Creating a Generic Tag Library </h3>