WAP DTD ver. 1.4

    Custom JSP tag. Writes a standard WAP DTD header for your xhtml or wml file.

For example:
 


<%@ taglib uri="taglib.tld" prefix="wap" %>
<% response.setContentType("text/vnd.wap.wml"); %>
<wap:WAPDTD version="1"/>
<wml>
...
</wml>

Tags are:

WAPDTD

Tag writes a header for mobile web pages. Parameters are:

1) version Optional attribute. Describes a WAP version. Default value is 2 (XHTML files).

for downloading:

Library: wapdtd.jar    Description: taglib.tld

 © Coldbeans      Comments?

See also Coldtags suite - the largest collection of custom JSP tags.

Also in Coldtags: