JSP.7.2 Document Type


JSP.7.2.1 The jsp:root Element

An XML document representing a JSP page has jsp:root as its root element type. The root is also the place where taglibs will insert their namespace attributes. The top element has an xmlns attribute that enables the use of the standard elements defined in the JSP 1.1 specification.

 <jsp:root     xmlns:jsp="http://java.sun.com/products/jsp/dtd/jsp_1_0.dtd">  remainder of transformed JSP page  </jsp:root> 

JSP.7.2.2 Public ID

The proposed document type declaration is:

 <!  DOCTYPE root     PUBLIC  "-//Sun Microsystems Inc.//DTD JavaServer Pages Version 1.1//EN"             "http://java.sun.com/products/jsp/dtd/jspcore_1_0.dtd"> 


Java 2 Platform, Enterprise Edition. Platform and Component Specifications
Java 2 Platform, Enterprise Edition: Platform and Component Specifications
ISBN: 0201704560
EAN: 2147483647
Year: 2000
Pages: 399

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net