Hi, In the Apache Myfaces Project [1] we are implementing the scpecification for JSR-252 (JSF 1.2). One of the new issues includes the implementation of a XSD Schema [2] to validate some configuration XML files. This schema has been already implemented by Sun for the JSF Reference Implementation. In the previous implementation (1.1) we did include the DTDs for those files also implemented by Sun in our codebase, keeping the Sun headers and including a note in the LICENSE. It is possible the same or a similar thing to include the schema in our codebase, or do we have to implement it from scratch?
Cheers, Bruno [1] http://myfaces.apache.org [2] http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd
