Re: NPE while playing with CTA in XSD 1.1 branch

2012-04-02 Thread Jorge Williams
Looks good. Thank you, jOrGe W. On Mar 31, 2012, at 7:24 AM, Mukul Gandhi wrote: > Hi Jorge, > Thanks very much for reporting this error. > > This has now been fixed in SVN. You may verify the fix. > > On Mon, Mar 26, 2012 at 7:47 PM, Jorge Williams > wrote: >> Spoke too soon :-( >> >> Ma

Re: NPE while playing with CTA in XSD 1.1 branch

2012-03-31 Thread Mukul Gandhi
Hi Jorge, Thanks very much for reporting this error. This has now been fixed in SVN. You may verify the fix. On Mon, Mar 26, 2012 at 7:47 PM, Jorge Williams wrote: > Spoke too soon :-( > > Made the following change to the sample I previously sent  (renamed attribute > foo to foo2): > > diff

Re: NPE while playing with CTA in XSD 1.1 branch

2012-03-26 Thread Jorge Williams
Spoke too soon :-( Made the following change to the sample I previously sent (renamed attribute foo to foo2): diff --git a/cta-choose/sample2.xml b/cta-choose/sample2.xml index f257a92..4607184 100644 --- a/cta-choose/sample2.xml +++ b/cta-choose/sample2.xml @@ -1,6 +1,6 @@ http://docs.rackspa

Re: NPE while playing with CTA in XSD 1.1 branch

2012-03-23 Thread Jorge Williams
Just got around to testing it. Looks good. Thanks, -jOrGe W. On Mar 23, 2012, at 3:02 AM, Mukul Gandhi wrote: > Hi Jorge, > It seems you've found a NPE bug. It's now fixed in SVN. > > Could you please verify the fix. > > On Thu, Mar 22, 2012 at 2:58 PM, Jorge Williams > wrote: >> >> Hi

Re: NPE while playing with CTA in XSD 1.1 branch

2012-03-23 Thread Mukul Gandhi
Hi Jorge, It seems you've found a NPE bug. It's now fixed in SVN. Could you please verify the fix. On Thu, Mar 22, 2012 at 2:58 PM, Jorge Williams wrote: > > Hi all, > > I've been playing around with the latest XSD 1.1 branch and ran into the > following.  I'm attaching a schema and instance

NPE while playing with CTA in XSD 1.1 branch

2012-03-22 Thread Jorge Williams
Hi all, I've been playing around with the latest XSD 1.1 branch and ran into the following. I'm attaching a schema and instance documents as a reference. If I do java -cp $CLASSPATH jaxp.SourceValidator -fx -xsd11 -a usage.xsd -i sample.xml or java -cp $CLASSPATH jaxp.SourceValidator -f