RE: Name/Value Pair Issue.

2008-02-01 Thread Muthu Ramaswamy
ou need to switch to using DOM or XmlCursor when you reach the problematic part. The good news is that XMLBeans implements DOM natively so there is no "conversion" necessary to use DOM. Hope this helps, Radu On Thu, 2008-01-31 at 18:42 -0800, Muthu Ramaswamy wrote: > Radu- > >

RE: Name/Value Pair Issue.

2008-01-31 Thread Muthu Ramaswamy
you generated the Java > classes from) doesn't match your payload. Check that the namespace > URIs match. > > Radu > > On Mon, 2008-01-28 at 17:19 -0800, Muthu Ramaswamy wrote: > > Hi All- > > > > I am new to XMlBeans. When I tried to use a sample XML f

RE: Name/Value Pair Issue.

2008-01-28 Thread Muthu Ramaswamy
otiuc-Pietro [mailto:[EMAIL PROTECTED] Sent: Monday, January 28, 2008 5:34 PM To: user@xmlbeans.apache.org Subject: RE: Name/Value Pair Issue. Yes, you can send it to me in private and I will take a look at it. Radu On Mon, 2008-01-28 at 17:29 -0800, Muthu Ramaswamy wrote: > Well, I used the sam

RE: Name/Value Pair Issue.

2008-01-28 Thread Muthu Ramaswamy
: Monday, January 28, 2008 5:22 PM To: user@xmlbeans.apache.org Subject: Re: Name/Value Pair Issue. Most likely, this is because your Schema (that you generated the Java classes from) doesn't match your payload. Check that the namespace URIs match. Radu On Mon, 2008-01-28 at 17:19 -0800,

Name/Value Pair Issue.

2008-01-28 Thread Muthu Ramaswamy
Hi All- I am new to XMlBeans. When I tried to use a sample XML file that contains name/value pair, I can read the data only using XmlCursor. When I use the java objects that got created using scomp, the length of array is 0 and the name/value pair cannot be retrieved as it is null. But, the dump m