Re: Problems getting started with xmlbeans

2010-11-22 Thread PhilNad214 PhilNad214
p...@oracle.com] > *Sent:* Monday, November 22, 2010 3:25 PM > > *To:* user@xmlbeans.apache.org > *Subject:* RE: Problems getting started with xmlbeans > > > > Duane, > > if you did > > > > PurchaseOrderDocument newPODoc = > PurchaseOrderDocume

RE: Problems getting started with xmlbeans

2010-11-22 Thread Duane Zamrok
g Yew Poon [mailto:wing.yew.p...@oracle.com] Sent: Monday, November 22, 2010 3:25 PM To: user@xmlbeans.apache.org Subject: RE: Problems getting started with xmlbeans Duane, if you did PurchaseOrderDocument newPODoc = PurchaseOrderDocument.Factory.newInstance(); PurchaseOrder

Re: Problems getting started with xmlbeans

2010-11-22 Thread PhilNad214 PhilNad214
t;Bellflower, CA"); > return newPODoc; > } > > http://openuri.org/easypo";> > > Doris Kravitz > Bellflower, CA > > > > Hope that helps, > > Wing Yew > > > > > > *From:* PhilNad214 PhilNad214 [mailto:

RE: Problems getting started with xmlbeans

2010-11-22 Thread Wing Yew Poon
look at the tutorial he linked and look into using XMLBeans 2.0+ instead of 1.0. -Duane From: PhilNad214 PhilNad214 [mailto:philnad...@gmail.com] Sent: Monday, November 22, 2010 2:30 PM To: user@xmlbeans.apache.org Subject: Re: Problems getting started with xmlbeans Sure (it's

RE: Problems getting started with xmlbeans

2010-11-22 Thread Duane Zamrok
Duane Zamrok mailto:zam...@cubrc.org>> wrote: Can you post the schema as well? Thanks -Duane From: PhilNad214 PhilNad214 [mailto:philnad...@gmail.com<mailto:philnad...@gmail.com>] Sent: Monday, November 22, 2010 12:17 AM To: user@xmlbeans.apache.org&

Re: Problems getting started with xmlbeans

2010-11-22 Thread PhilNad214 PhilNad214
ad of 1.0. >> >> >> >> -Duane >> >> >> >> *From:* PhilNad214 PhilNad214 [mailto:philnad...@gmail.com] >> *Sent:* Monday, November 22, 2010 2:30 PM >> >> *To:* user@xmlbeans.apache.org >> *Subject:* Re: Problems getting started with

Re: Problems getting started with xmlbeans

2010-11-22 Thread PhilNad214 PhilNad214
a look at > the tutorial he linked and look into using XMLBeans 2.0+ instead of 1.0. > > > > -Duane > > > > *From:* PhilNad214 PhilNad214 [mailto:philnad...@gmail.com] > *Sent:* Monday, November 22, 2010 2:30 PM > > *To:* user@xmlbeans.apache.org > *Subject:*

RE: Problems getting started with xmlbeans

2010-11-22 Thread Duane Zamrok
into using XMLBeans 2.0+ instead of 1.0. -Duane From: PhilNad214 PhilNad214 [mailto:philnad...@gmail.com] Sent: Monday, November 22, 2010 2:30 PM To: user@xmlbeans.apache.org Subject: Re: Problems getting started with xmlbeans Sure (it's simply the one that comes with the distribution

Re: Problems getting started with xmlbeans

2010-11-22 Thread PhilNad214 PhilNad214
gt; -Duane > > > > *From:* PhilNad214 PhilNad214 [mailto:philnad...@gmail.com] > *Sent:* Monday, November 22, 2010 12:17 AM > *To:* user@xmlbeans.apache.org > *Subject:* Re: Problems getting started with xmlbeans > > > > As a followup to this, here is an example

RE: Problems getting started with xmlbeans

2010-11-22 Thread Wing Yew Poon
openuri.org/easypo";> Doris Kravitz Bellflower, CA Hope that helps, Wing Yew _ From: PhilNad214 PhilNad214 [mailto:philnad...@gmail.com] Sent: Sunday, November 21, 2010 9:17 PM To: user@xmlbeans.apache.org Subject: Re: Problems getting started with xmlb

RE: Problems getting started with xmlbeans

2010-11-22 Thread Duane Zamrok
Can you post the schema as well? Thanks -Duane From: PhilNad214 PhilNad214 [mailto:philnad...@gmail.com] Sent: Monday, November 22, 2010 12:17 AM To: user@xmlbeans.apache.org Subject: Re: Problems getting started with xmlbeans As a followup to this, here is an example: import

Re: Problems getting started with xmlbeans

2010-11-21 Thread PhilNad214 PhilNad214
As a followup to this, here is an example: import org.openuri.easypo.PurchaseOrderDocument; public class POUpdater { POUpdater() { PurchaseOrderDocument pod = PurchaseOrderDocument.Factory.newInstance(); System.out.println(pod.toString()); } public static void main(Stri