Re: questions regarding XML document construction

2005-08-18 Thread Jochen Wiedmann
On 8/18/05, Neil Pitman <[EMAIL PROTECTED]> wrote: > The example in the doc creates Impl classes directly. I've noticed the > ObjectFactory class. Is this the counselled way to get elements? Using the ObjectFactory is indeed recommended and the docs should be changed here. (Patches welcome. :-)

questions regarding XML document construction

2005-08-18 Thread Neil Pitman
Hello, I've started using Jaxme to good effect for parsing XML documents. Now I want to use it to construct documents. I've come up with several questions. I'll send them as different mails since they will probably be of interest to different people The example in the doc creates Impl clas