Re: [discuss] sun xsd's and dtd's in specs source tree

2006-12-11 Thread Jarek Gawor
I attached to https://issues.apache.org/jira/browse/GERONIMO-2630 a simple Java program that can remove any XML comments or xsd:annotation elements from a given XSD file. It might be useful to check the hand-typed files with the the cleaned up files (generated by this tool using the Sun's

Re: [discuss] sun xsd's and dtd's in specs source tree

2006-12-11 Thread Kevan Miller
On Dec 11, 2006, at 3:44 PM, Jarek Gawor wrote: I attached to https://issues.apache.org/jira/browse/GERONIMO-2630 a simple Java program that can remove any XML comments or xsd:annotation elements from a given XSD file. It might be useful to check the hand-typed files with the the cleaned up

Re: [discuss] sun xsd's and dtd's in specs source tree

2006-12-11 Thread Sachin Patel
I can take web-app_2_3 On Dec 11, 2006, at 4:08 PM, Kevan Miller wrote: On Dec 11, 2006, at 3:44 PM, Jarek Gawor wrote: I attached to https://issues.apache.org/jira/browse/GERONIMO-2630 a simple Java program that can remove any XML comments or xsd:annotation elements from a given XSD

Re: [discuss] sun xsd's and dtd's in specs source tree

2006-12-11 Thread Sachin Patel
I've added... https://svn.apache.org/repos/asf/geronimo/sandbox/xsds/web-app_2_3.dtd On Dec 11, 2006, at 4:08 PM, Kevan Miller wrote: On Dec 11, 2006, at 3:44 PM, Jarek Gawor wrote: I attached to https://issues.apache.org/jira/browse/GERONIMO-2630 a simple Java program that can remove any

Re: [discuss] sun xsd's and dtd's in specs source tree

2006-12-11 Thread Kevan Miller
On Dec 11, 2006, at 4:41 PM, Sachin Patel wrote: I've added... https://svn.apache.org/repos/asf/geronimo/sandbox/xsds/web-app_2_3.dtd Thanks Sachin. I'll get the others taken care of -- over half way done. I'll test/validate later tonight. Should be able to commit in specs tree later

Re: [discuss] sun xsd's and dtd's in specs source tree

2006-12-09 Thread Matt Hogstrom
Bugger...the 1.4 XSD is done...I'm wondering about how to verify the accuracy of these. I have been experimenting a bit while doing this. One thing I started doing was closing of xsd:elements. For instance: Where the original doc had something like: xsd:element name=res-type

[discuss] sun xsd's and dtd's in specs source tree

2006-12-08 Thread Kevan Miller
As noted in GERONIMO-2630, our servlet and jsp specs include xsd's and dtd's which are copyrighted by Sun and contain the following restrictions: This document and the technology which it describes are distributed under licenses restricting their use, copying, distribution,

Re: [discuss] sun xsd's and dtd's in specs source tree

2006-12-08 Thread Dain Sundstrom
Have you checked if the server boots without these files? If not, we could could create dummy schemas with the names tomcat and jetty are looking for that simply allow all elements. -dain On Dec 8, 2006, at 2:57 PM, Kevan Miller wrote: As noted in GERONIMO-2630, our servlet and jsp specs

Re: [discuss] sun xsd's and dtd's in specs source tree

2006-12-08 Thread Matt Hogstrom
I'll help to get this done...getting permission or other options are going too take too long. I'll put them in sandbox/xsds and let you figure out what needs to be done from there Kevan. On Dec 8, 2006, at 5:57 PM, Kevan Miller wrote: Thoughts, please... FYI the files are listed

Re: [discuss] sun xsd's and dtd's in specs source tree

2006-12-08 Thread Matt Hogstrom
I've started the j2ee_1_4.xsd and will commit that one tomorrow. On Dec 9, 2006, at 12:51 AM, Matt Hogstrom wrote: I'll help to get this done...getting permission or other options are going too take too long. I'll put them in sandbox/xsds and let you figure out what needs to be done from