Title: Plans for Servlet 2.4 servletspec attribute in <deploymentdescriptor> subtask

Are there any plans for allowing the servletspec="2.4" value in the deploymentdescriptor subtask of webdoclet?

With 2.4, there is no DTD, and it's changed to use an XSD:

<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://
    java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4">


Servlet containers should be (of course), backwards compatible, but it'd be nice to see this "forward- thinking" from the Xdoclet folks ;)

Thanks,

Matt

Reply via email to