
Tag library file format 263
</taglibrary>
<taglibrary name="ASP.NET Tags" doctypes="ASP.NET_CSharp,ASP.NET_VB"¬
servermodel="ASPNet" prefix="<asp:" tagchooser="ASPNet/TagChooser.xml"¬
id="DWTagLibrary_aspnet">
<tagref name="dataset" file="aspnet/dataset.vtm" prefix="<mm:dataset"/>
</taglibrary>
</taglibraries>
The taglibrary tag groups one or more tags into a tag library. When you import tags or
create a new set of tags, you can group them into tag libraries. Typically, a
taglibrary
grouping corresponds to a set of tags that are defined in a JavaServer Pages (JSP) TLD file, an
XML document type definition (DTD) file, an ASP.Net name space, or some other logical
grouping.
The following table lists the
taglibrary attributes:
Attribute Description Mandatory/
optional
taglibary.name
Used to refer to the tag library in the UI. Mandatory
taglibrary.doctypes
Indicates the document types for which this
library is active. When the library is active,
library tags appear in the Code Hints pop-up
menu. Not all tag libraries can be active at the
same time because name conflicts can occur
(for example, HTML and WML files
are incompatible).
Mandatory
taglibrary.prefix
When specified, tags within the tag library
have the form
taglibrary.prefix +
tagref.name
For example, if the
taglibrary.prefix is "<jrun:" and the
tagref.name is "if" then the tag is of the form
"<jrun:if". This can be overridden for a
particular tag.
Optional
taglibrary.servermodel
If the tags in the tag library execute on an
application server, the
servermodel attribute
identifies the server model of the tag. If the
tags are client-side tags (not server-side tags),
the
servermodel attribute is omitted. The
servermodel attribute is also used for Check
Target Browsers.
Optional
Kommentare zu diesen Handbüchern