Re: Move xml content

2006-05-01 Thread Ben Jelloul Marouane
Hi I m no a pro but probably at the line: sourceCursor.moveXmlContents(targetCursor); your sourceCursor is one tag to bottom so you have to to something like: sourceCursor.toParent(); sourceCursor.moveXmlContents(targetCursor); I hope that will help Marouane On Sun, 2006-04-30 at 01:57,

RE: inheritance: I m I allowed to subClass anXmlMyGeneratedObjectImpl

2006-05-01 Thread Cezar Andrei
In the early days of XMLBeans we implemented something very similar to what you describe, but it was failing to work when schema types where using inheritance. The solution implemented today even if less nice, is working in those cases and allows the runtime to use the memory more efficiently