admin
2020-07-14 eec7e789a87863c25d92c10ad5dfc22ad80c448d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding= "UTF-8"?>
<taglib>
    <tlib-version>1.0</tlib-version>
    <jsp-version>1.2</jsp-version>
 
    <short-name>date</short-name>
 
    <tag>
        <name>date</name>
        <tag-class>com.yeshi.miduo.tag.DateTag</tag-class>
        <body-content>JSP</body-content>
        <attribute>
            <name>value</name>
            <required>true</required>
            <rtexprvalue>true</rtexprvalue>
        </attribute>
    </tag>
</taglib>