glenn       01/07/12 17:30:08

  Modified:    src/doc  addtaglib.xml
  Log:
  Document need for xml doctype in example jsp pages
  
  Revision  Changes    Path
  1.5       +3 -0      jakarta-taglibs/src/doc/addtaglib.xml
  
  Index: addtaglib.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/src/doc/addtaglib.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- addtaglib.xml     2001/07/07 18:47:35     1.4
  +++ addtaglib.xml     2001/07/13 00:30:06     1.5
  @@ -121,6 +121,9 @@
   
   <p>Create some static html and jsp pages in the 
   <code>examples/web/</code> to test the new tag.
  +The first line in your example jsp pages must declare the
  +xml doctype using something similar to this:
  +<code>&lt;!doctype html public "-//w3c//dtd html 4.0 transitional//en"&gt;</code>
   The build of the examples war file will automatically create an
   html file for each example jsp file. You can put a link in your
   static html or jsp files to the html file generated from the jsp
  
  
  

Reply via email to