On Jun 16, 2004, at 4:03 PM, David Jencks wrote:
I think I've found out how to use xmlbeans to convert old dtd based deployment descriptors on the fly to schema based ones compatible with the j2ee 1.4 schemas. This is as short as xsl, and I think easier to understand, and involves no additional tools. Changing the ModuleBuilders to use this method looks like it is a 2 line change.
So, I have some utility functions to do this, and am wondering where the class should go. choices are:
specs/schema --- only source file there, and it is arguably geronimo specific. however it is a convenient central location.
I actually want to move this module to modules as it is entirely geronimo specific and changes frequently, whereas the rest of the spec modules are generic and should almost never change.
Anyway, I say put it here.
-dain
