What is 標記符?(標准化越來越近了):namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
標記符分兩類,有體標記符,無體標記符
<tagName attributeName=”someValue” attributeName1=””/>
<img src="/edu/UploadPic/2008-2/2008229133140972.gif"/>
有體標記符是成對的.
標記符庫的組件
1. 標記處理器:a Java class file
2. 標記符庫描述符文件(TLD): a xml(標准化越來越近了) file (Struts-html, struts-bean, struts-logic,structs-template)
3. web.xml(標准化越來越近了)
4. jsp(SUN企業級應用的首選) 頁面的聲明
對Struts 程序使用標記庫
1.On jsp(SUN企業級應用的首選) page:
<%@ taglib uri=”/web-inf/struts-html.tld” prefix=”html”%>
2.On web.xml(標准化越來越近了) :
<taglib>
<taglib-uri>/web-inf/struts-html.tld</taglib-uri>
</tablib>
同Struts