You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ki...@apache.org on 2003/04/09 20:01:03 UTC

cvs commit: jakarta-servletapi-5/jsr152/examples/xml xml.jsp

kinman      2003/04/09 11:01:02

  Modified:    jsr152/examples/xml xml.jsp
  Log:
  - Patch by Jan Luehe
  
    Replaced <p> with &lt;p&gt;, so it can be correctly parsed (the enclosing
    <jsp:text> must not have any subelements, as per the JSP spec)
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-servletapi-5/jsr152/examples/xml/xml.jsp
  
  Index: xml.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/xml/xml.jsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- xml.jsp	17 Dec 2002 22:16:56 -0000	1.2
  +++ xml.jsp	9 Apr 2003 18:01:02 -0000	1.3
  @@ -46,7 +46,7 @@
   
   
   <jsp:text>
  -  <p>This sentence is enclosed in a jsp:text element.</p>
  +  &lt;p&gt;This sentence is enclosed in a jsp:text element.&lt;/p&gt;
   </jsp:text>
   
   </body>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org