| Author |
about uri element of tld
|
sid sree
Ranch Hand
Joined: Jun 28, 2007
Posts: 186
|
|
hi is the <uri> element of a tld (which comes under <taglib ....> ) an optional element ??
|
 |
Amol Nayak
Ranch Hand
Joined: Oct 26, 2006
Posts: 218
|
|
<xsd:element name="uri" type="j2ee:xsdAnyURIType" minOccurs="0"> <xsd:annotation> <xsd  ocumentation>Defines a public URI that uniquely identifies this version of the taglibrary. Leave it empty if it does not apply.</xsd  ocumentation> </xsd:annotation> </xsd:element>
This part of the xsd tells the story, uri tag is is optional. [ September 16, 2007: Message edited by: Amol Nayak ]
|
 |
 |
|
|
subject: about uri element of tld
|
|
|