Edwin Goei wrote: > So far I've just done a quick scan and I need to go to a dr appt now so > I'll think about it some more later. One comment is that the main > source for the javax.xml.parsers code actually lives in xml-commons. > This allows other parsers to share that code easily. Your changes > create a Xerces2 specific version with a dependency on Xerces2 code > which would make maintenance more difficult.
Well, for what I want to do, the FactoryFinder class can't be used. It would be useful to have a generic way to dynamically instantiate objects like the ObjectFactory class I've made. I have no problem keeping it in commons but it needs to be in a different place than javax.xml.parsers. I can leave the JAXP implemenation unchanged and still do what I need to do but it would be nice if we re-use code. What do you think? -- Andy Clark * [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
