RE: XMLBeans 2.2.0 and SaxonB8.6.1 - selectPath() nol longer working?

2006-07-03 Thread Radu Preotiuc-Pietro
The documentation lags behind. I'll make sure it gets fixed. Radu -Original Message- From: Baker, Jon [mailto:[EMAIL PROTECTED] Sent: Monday, July 03, 2006 5:40 PM To: user@xmlbeans.apache.org Subject: RE: XMLBeans 2.2.0 and SaxonB8.6.1 - selectPath() nol longer working? Wing Yew, Tha

RE: the difference between xmlbeans and xbean?

2006-07-03 Thread SP Liu
Thanks for your goodreplys!Please forgive me for having too little knowledge of XMLBeans,but too similar in names of them(especially abbreviation in many places) cause my confusion. -- View this message in context: http://www.nabble.com/the-difference-between-xmlbeans-and-xbean--tf1882782.html#

RE: XMLBeans 2.2.0 and SaxonB8.6.1 - selectPath() nol longer working?

2006-07-03 Thread Baker, Jon
Wing Yew, Thanks for our help. Adding the saxon8-dom.jar to my classpath fixed it. Is this documented somewhere? Or is the documentation just a bit behind version 2.2.0 of XmlBeans? Thanks, Jon Jon Baker INFOSEC Eng/Scientist, Sr. The MITRE Corporati

Re: the difference between xmlbeans and xbean?

2006-07-03 Thread David Jencks
On Jul 2, 2006, at 10:42 PM, SP Liu wrote: Hullo!can anyone tell me what is the difference between xmlbeans and codehaus' XBean project? It seems that they do the same things. I'm hard pressed to see how you came to that conclusion. Xmlbeans (pardon my bad description) is a tool for deal

RE: XMLBeans 2.2.0 and SaxonB8.6.1 - selectPath() nol longer working?

2006-07-03 Thread Wing Yew Poon
Jon, since you were using xmlbeans 2.1 before, presumably you have xbean.jar and jsr173_1.0_api.jar in your classpath, together with xbean_xpath.jar and saxon8.jar; now you need saxon8-dom.jar as well. If you have all the jars in your classpath and are experiencing your problem, then I don't know

RE: the difference between xmlbeans and xbean?

2006-07-03 Thread Radu Preotiuc-Pietro
Hm, it's the first time I hear about this, it looks like it's a new Codehaus project and it has nothing to do with Apache XMLBeans. What made you think they do the same things? Radu -Original Message- From: SP Liu [mailto:[EMAIL PROTECTED] Sent: Sunday, July 02, 2006 10:43 PM To: user@x

RE: New to xmlbeans - please help me!

2006-07-03 Thread Radu Preotiuc-Pietro
How about posting the error that you're getting or looking it up in the FAQ? If you weren't able to get the examples on the site to work (they *do* work), it's unlikely that sending a new example will make the difference.   Radu From: Loiane [mailto:[EMAIL PROTECTED] Sent: Friday, June 30,

RE: Saxon Download link on install instructions page

2006-07-03 Thread Wing Yew Poon
Jon, thanks for pointing this out. I think one of the xmlbeans developers can take care of this when they see this mail. However, for your reference, you can file issues/bugs in the xmlbeans jira tracking system. See the xmlbeans website under bug-tracking. - Wing Yew Poon -Original Message--

Saxon Download link on install instructions page

2006-07-03 Thread Baker, Jon
It looks like the link to download Saxon needs to be updated on the installation instructions page. http://xmlbeans.apache.org/documentation/conInstallGuide.html The link points to Saxonb 8.1.1 I assume it should point to saxonb8.6.1 Sorry I was not sure who to send this too... Jon

XMLBeans 2.2.0 and SaxonB8.6.1 - selectPath() nol longer working?

2006-07-03 Thread Baker, Jon
I just upgraded to XmlBeans 2.2.0 from XmlBeans 2.1.0. My code that used the XmlObject.selectPath(String path) method no longer works. Is there an additional step I need to take to use selectPath in XmeBeans 2.2.0 with saxonb8.6.1? In the past I have simply built a jar of XmlBeans classes for our