RE: Help with xmlbeans 2.2.0

2006-07-26 Thread Tony Dean
] Sent: Tuesday, July 25, 2006 6:11 PM To: dev@xmlbeans.apache.org Cc: user@xmlbeans.apache.org Subject: Re: Help with xmlbeans 2.2.0 Tony Dean wrote: > Hi, I determined that it's not jre dependent. That is I can get it to > fail on 1.4.x or 5.0. I also determined that I

Re: Help with xmlbeans 2.2.0

2006-07-25 Thread Raman Gupta
Tony Dean wrote: Hi, I determined that it's not jre dependent. That is I can get it to fail on 1.4.x or 5.0. I also determined that I can run the XQueryXPath sample without any problems which performs xpath query with predicate. So that got me thinking about what is the difference between t

RE: Help with xmlbeans 2.2.0

2006-07-25 Thread Tony Dean
Title: RE: Help with xmlbeans 2.2.0 Hi, I determined that it's not jre dependent.  That is I can get it to fail on 1.4.x or 5.0.  I also determined that I can run the XQueryXPath sample without any problems which performs xpath query with predicate.  So that got me thinking about what i

RE: Help with xmlbeans 2.2.0

2006-07-24 Thread Wing Yew Poon
Title: RE: Help with xmlbeans 2.2.0 I tried building (xmlbeans and test code) and running with both jdk 1.4.2 and 1.5.0, and in both cases I was able to get back one parameters element using the xpath _expression_ and the xml Tony provided. I'm using latest xmlbeans from svn (which con

RE: Help with xmlbeans 2.2.0

2006-07-24 Thread Radu Preotiuc-Pietro
Title: RE: Help with xmlbeans 2.2.0 I am using JDK1.4.2_03, myself.   Radu From: Tony Dean [mailto:[EMAIL PROTECTED] Sent: Monday, July 24, 2006 3:30 PMTo: user@xmlbeans.apache.orgSubject: RE: Help with xmlbeans 2.2.0 Wing Yew,   Are you using 1.4.x or 1.5 jre?  Maybe that makes a

RE: Help with xmlbeans 2.2.0

2006-07-24 Thread Radu Preotiuc-Pietro
Title: RE: Help with xmlbeans 2.2.0 I don't know what to say at this point, I am not a specialist in the DOM implementation at all. What I can say is that I have tried it again with xmlbeans-2.2.0 and with Saxon 8.7.3 in fact (as well as Saxon 8.6.1) and it is working for me (and if

RE: Help with xmlbeans 2.2.0

2006-07-24 Thread Tony Dean
Title: RE: Help with xmlbeans 2.2.0 Wing Yew,   Are you using 1.4.x or 1.5 jre?  Maybe that makes a difference. From: Wing Yew Poon [mailto:[EMAIL PROTECTED] Sent: Monday, July 24, 2006 1:24 PMTo: user@xmlbeans.apache.orgSubject: RE: Help with xmlbeans 2.2.0 Mikael, if you are using

RE: Help with xmlbeans 2.2.0

2006-07-24 Thread Tony Dean
Title: RE: Help with xmlbeans 2.2.0 Then, why do i get a classcast exception when I have xmlbeans 2.2.0 and saxon 8.6.1 jars on my classpath?   Thanks for any insight. From: Wing Yew Poon [mailto:[EMAIL PROTECTED] Sent: Monday, July 24, 2006 1:24 PMTo: user@xmlbeans.apache.orgSubject: RE

RE: Help with xmlbeans 2.2.0

2006-07-24 Thread Wing Yew Poon
Title: RE: Help with xmlbeans 2.2.0 Mikael, if you are using XMLBeans 2.1, then you should use Saxon 8.1.1; but if you are using XMLBeans 2.2, then you should use Saxon 8.6.1 (or later - although I haven't tried anything later). Some Saxon classes changed packages between 8.1 and 8.6, a

SV: Help with xmlbeans 2.2.0

2006-07-24 Thread Mikael.Lowgren
Hi, did you try using Saxon 8.1.1 instead? Regards, Mikael Från: Tony Dean [mailto:[EMAIL PROTECTED] Skickat: må 2006-07-24 14:02 Till: user@xmlbeans.apache.org Ämne: RE: Help with xmlbeans 2.2.0 yes, I didn't have sasxon-dom.jar at first, but add

RE: Help with xmlbeans 2.2.0

2006-07-24 Thread Tony Dean
yes, I didn't have sasxon-dom.jar at first, but added it and it still fails with classcast exception. -Original Message- From: Wing Yew Poon [mailto:[EMAIL PROTECTED] Sent: Sunday, July 23, 2006 5:52 PM To: user@xmlbeans.apache.org Subject: RE: Help with xmlbeans 2.2.0 Tony, d

RE: Help with xmlbeans 2.2.0

2006-07-23 Thread Wing Yew Poon
Tony, do you have both saxon8.jar and saxon8-dom.jar in your classpath? - Wing Yew -Original Message- From: Tony Dean [mailto:[EMAIL PROTECTED] Sent: Saturday, July 22, 2006 5:00 PM To: dev@xmlbeans.apache.org; user@xmlbeans.apache.org Subject: RE: Help with xmlbeans 2.2.0 Radu

SV: Help with xmlbeans 2.2.0

2006-07-23 Thread Mikael.Lowgren
user@xmlbeans.apache.org Ämne: RE: Help with xmlbeans 2.2.0 Radu, Thanks for the response! On item #2, you are right. I should have read deeper into my options on inserting element content. On item #1, I tried using the exact same jars as you by subsetting my list. I am using jars from xml

RE: Help with xmlbeans 2.2.0

2006-07-22 Thread Tony Dean
: dev@xmlbeans.apache.org; user@xmlbeans.apache.org Subject: RE: Help with xmlbeans 2.2.0 No, it's not dead, as you can see, but yeah sometimes an answer may take longer to come by... 1. This should work, and in fact I can get the exact code that you are providing to work on my box. I am using XmlB

RE: Help with xmlbeans 2.2.0

2006-07-21 Thread Radu Preotiuc-Pietro
:22 PM To: Tony Dean; dev@xmlbeans.apache.org; user@xmlbeans.apache.org Cc: [EMAIL PROTECTED] Subject: RE: Help with xmlbeans 2.2.0 Is this listserve dead? Where do you get help with xmlbeans these days? thanks. > _ > From: Tony Dean &g

RE: Help with xmlbeans 2.2.0

2006-07-19 Thread Tony Dean
Is this listserve dead? Where do you get help with xmlbeans these days? thanks. > _ > From: Tony Dean > Sent: Friday, July 14, 2006 9:05 PM > To: 'dev@xmlbeans.apache.org'; 'user@xmlbeans.apache.org' &g

Help with xmlbeans 2.2.0

2006-07-14 Thread Tony Dean
Hi, Could someone answer a couple of questions that I can not resolve. 1. xpath works for the most part with simple expressions, but when I introduce a predicate xmlbeans differs to saxon (I have saxonb8.6.1 on my classpath). saxon always returns an empty node list for the following expression