JSP工程应用与项目实践

源代码在线查看: x-1_0.tld

软件大小: 5018 K
上传用户: zxyxwd6
关键词: JSP 工程 实践 项目
下载地址: 免注册下载 普通下载 VIP

相关代码

				
								  PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
				  "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">
				
				  1.0
				  1.2
				  x
				  http://java.sun.com/jstl/xml
				  JSTL XML
				  JSTL 1.0 XML library
				
				  
				    
					org.apache.taglibs.standard.tlv.JstlXmlTLV
				    
				    
					expressionAttributes
					
					    out:escapeXml
					    parse:xml
					    parse:systemId
					    parse:filter
					    transform:xml
					    transform:xmlSystemId
					    transform:xslt
					    transform:xsltSystemId
					    transform:result
					
					
					    Whitespace-separated list of colon-separated token pairs
					    describing tag:attribute combinations that accept expressions.
					    The validator uses this information to determine which
					    attributes need their syntax validated.
					
				     
				  
				
				  
				    choose
				    org.apache.taglibs.standard.tag.common.core.ChooseTag
				    JSP
				    
				        Simple conditional tag that establishes a context for
				        mutually exclusive conditional operations, marked by
				        <when> and <otherwise>
				    
				  
				
				  
				    out
				    org.apache.taglibs.standard.tag.el.xml.ExprTag
				    empty
				    
					Like <%= ... >, but for XPath expressions.
				    
				    
				        select
				        true
				        false
				    
				    
				        escapeXml
				        false
				        false
				    
				  
				
				  
				    if
				    org.apache.taglibs.standard.tag.common.xml.IfTag
				    JSP
				    
				      XML conditional tag, which evalutes its body if the
				      supplied XPath expression evalutes to 'true' as a boolean
				    
				    
				        select
				        true
				        false
				    
				    
				        var
				        false
				        false
				    
				    
				        scope
				        false
				        false
				    
				  
				
				  
				    forEach
				    org.apache.taglibs.standard.tag.common.xml.ForEachTag
				    JSP
				    
					XML iteration tag.
				    
				    
					var
					false
					false
				    
				    
					select
					true
					false
				    
				  
				
				  
				    otherwise
				    org.apache.taglibs.standard.tag.common.core.OtherwiseTag
				    JSP
				    
					Subtag of <choose> that follows <when> tags
					and runs only if all of the prior conditions evaluated to
					'false'
				    
				  
				
				  
				    param
				    org.apache.taglibs.standard.tag.el.xml.ParamTag
				    JSP
				    
				        Adds a parameter to a containing 'transform' tag's Transformer
				    
				    
				        name
				        true
				        false
				    
				    
				        value
				        false
				        false
				    
				  
				
				  
				    parse
				    org.apache.taglibs.standard.tag.el.xml.ParseTag
				    org.apache.taglibs.standard.tei.XmlParseTEI
				    JSP
				    
					Parses XML content from 'source' attribute or 'body'
				    
				    
				        var
				        false
				        false
				    
				    
				        varDom
				        false
				        false
				    
				    
				        scope
				        false
				        false
				    
				    
				        scopeDom
				        false
				        false
				    
				    
				        xml
				        false
				        false
				    
				    
				        systemId
				        false
				        false
				    
				    
				        filter
				        false
				        false
				    
				  
				
				  
				    set
				    org.apache.taglibs.standard.tag.common.xml.SetTag
				    empty
				    
					Saves the result of an XPath expression evaluation in a 'scope'
				    
				    
				        var
				        true
				        false
				    
				    
					select
				        false
				        false
				    
				    
				        scope
				        false
				        false
				    
				  
				
				  
				    transform
				    org.apache.taglibs.standard.tag.el.xml.TransformTag
				    org.apache.taglibs.standard.tei.XmlTransformTEI
				    JSP
				    
					Conducts a transformation given a source XML document
					and an XSLT stylesheet
				    
				    
				        var
				        false
				        false
				    
				    
				        scope
				        false
				        false
				    
				    
				        result
				        false
				        false
				    
				    
				        xml
				        false
				        false
				    
				    
				        xmlSystemId
				        false
				        false
				    
				    
					xslt
				        false
				        false
				    
				    
					xsltSystemId
				        false
				        false
				    
				  
				
				  
				    when
				    org.apache.taglibs.standard.tag.common.xml.WhenTag
				    JSP
				    
				        Subtag of <choose> that includes its body if its
				        expression evalutes to 'true'
				    
				    
				        select
				        true
				        false
				    
				  
				
				
							

相关资源