You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2002/01/24 17:11:55 UTC

cvs commit: jakarta-tomcat-4.0/webapps/examples/jsp index.html

remm        02/01/24 08:11:55

  Modified:    webapps/examples/jsp index.html
  Log:
  - Add XML syntax example, contributed by Mike Los (mike.los at storigen.com).
  
  Revision  Changes    Path
  1.4       +7 -0      jakarta-tomcat-4.0/webapps/examples/jsp/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/examples/jsp/index.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.html	9 Sep 2001 04:00:08 -0000	1.3
  +++ index.html	24 Jan 2002 16:11:55 -0000	1.4
  @@ -156,6 +156,13 @@
   <td width="30%"><a href="mail/sendmail.html"><img SRC="../images/code.gif" HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a href="mail/sendmail.html">Source</a></td>
   </tr>
   
  +<tr valign=TOP>
  +<td>XML syntax example</td>
  +<td valign=TOP width="30%"><a href="xml/xml.jsp"><img src="../images/execute.gif" hspace=4 border=0  align=top></a><a href="xml/xml.jsp">Execute</a></td>
  +
  +<td width="30%"><a href="xml/xml.html"><img SRC="../images/code.gif" HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a href="xml/xml.html">Source</a></td>
  +</tr>
  +
   </table>
   
   </body>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>