jsp网络编程最好的学习源代码

源代码在线查看: basic.jspx

软件大小: 628 K
上传用户: xulei147
关键词: jsp 网络编程 源代码
下载地址: 免注册下载 普通下载 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 proove this is live, here's some dynamic content:
				    
				    
				  
				
							

相关资源