Tomcat 是一个小型的轻量级应用服务器

源代码在线查看: basic.jspx

软件大小: 7970 K
上传用户: ccuading
关键词: Tomcat 轻量级 服务器
下载地址: 免注册下载 普通下载 VIP

相关代码

								                 xmlns:jsp="http://java.sun.com/JSP/Page"
				                 xmlns:fmt="http://java.sun.com/jsp/jstl/fmt"
						 xmlns="http://www.w3.org/1999/xhtml">
				  
				  
				    JSPX - XHTML Basic Example
				  
				  
				    JSPX - XHTML Basic Example
				    
				    This example illustrates how to use JSPX to produce an XHTML basic
				    document suitable for use with mobile phones, televisions, 
				    PDAs, vending machines, pagers, car navigation systems,
				    mobile game machines, digital book readers, smart watches, etc.
				    
				    JSPX lets you create dynamic documents in a pure XML syntax compatible
				    with existing XML tools.  The XML syntax in JSP 1.2 was awkward and
				    required <jsp:root> to be the root element of the document.
				    This is no longer the case in JSP 2.0.
				    
				    This particular example uses a tag file to produce the DOCTYPE and
				    namespace declarations to make the output of this page a valid XHTML
				    Basic document.
				    
				    Just to prove this is live, here's some dynamic content:
				    
				    
				  
				
							

相关资源