RE: good way of writing xs:any

2005-05-24 Thread Kuketayev, Argyn \(Contractor\)
, May 23, 2005 5:05 PMTo: user@xmlbeans.apache.orgSubject: RE: good way of writing xs:any Hello Argyn -- This is an area where you have to bypass the JavaBeans-style accessors generated by XMLBeans. Try using an XmlCursor instance to insert the element. So, let's assume your

RE: good way of writing xs:any

2005-05-23 Thread Cezar Andrei
XmlCursor's copy and move methods can be used for this. -Original Message- From: Ali, Haneef [mailto:[EMAIL PROTECTED] Sent: Monday, May 23, 2005 5:38 PM To: user@xmlbeans.apache.org Subject: RE: good way of writing xs:any Hi Steven, This is one area where the functionality