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

DO NOT REPLY [Bug 14199] New: - Syntax error in jsp/xml/xml.jsp

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14199>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14199

Syntax error in jsp/xml/xml.jsp

           Summary: Syntax error in jsp/xml/xml.jsp
           Product: Tomcat 4
           Version: 4.1.14
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Webapps:Examples
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: hans@gefionsoftware.com


The <jsp:root> element doesn't declare the jsp namespace correctly. Instead of

<jsp:root xmlns="http://java.sun.com/JSP/Page"
  version="1.2">

is should be

<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"
  version="1.2">

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