RE: valid XML checking

2006-03-10 Thread Lin Sun
Message- From: Sachin Patel [mailto:[EMAIL PROTECTED] Sent: Thursday, March 09, 2006 7:02 PM To: dev@geronimo.apache.org Subject: Re: valid XML checking I'm already doing this on importing applications. Non-qualified plans can be imported, and I run the conversion to make it a valid doc so

Re: valid XML checking

2006-03-10 Thread Sachin Patel
The code is correct as is. Even outside of tools applications are deployed in two steps, a distribute phase and a start phase. The only fix that that needs to be done is the conversion and beyond that the use of an in-memory copy so that the qualified version is never seen and only used

Re: valid XML checking

2006-03-09 Thread David Jencks
The builders all run plans through SchemaConversionUtils to install the correct namespaces.  Is there some way to get eclipse to do that?I don't know if it would be a good idea to then save the converted version.thanksdavid jencksOn Mar 9, 2006, at 10:53 AM, Lin Sun wrote:Hi there, I’ve spent

Re: valid XML checking

2006-03-09 Thread Sachin Patel
I'm already doing this on importing applications. Non-qualified plans can be imported, and I run the conversion to make it a valid doc so that the EMF models can process it.  Once its processed and the namespaces have been entered from that point forward you have to use qualified elements if

Re: valid XML checking

2006-03-09 Thread Sachin Patel
David, you bring up a good point on wether or not to save the converted version.  Currently the serialized version is fully qualified but I think we could provide a way for the editors to create and open up a converted in-memory only version of the plan and the serialized version would always