RE: PSVI interface changes

2002-05-31 Thread John Utz
hi sandy; On Fri, 31 May 2002 [EMAIL PROTECTED] wrote: > No one likes getIsXXX! This was a decision based on my limited (basically > no) knowledge about IDL. and i am pretty limited in my IDL skills too, but > My fear was that IDL always binds XXX attributes to get/setXXX methods, > which

Re: [Xerces2] Please review: schema component API

2002-05-13 Thread John Utz
As requested, i have reviewed the interfaces. they look pretty good. nothing leaps out at me as being missing. you guys have come up with what appears to be a pretty good interface. of course, the true test is putting them to work! i look forward to trying out the implementation. On Fri, 10 M

Re: [Xerces2] Please review: schema component API

2002-05-03 Thread John Utz
elena, thankyou so much for doing the work. sandy, thankyou so much for sending it on. i expect to review it closely first thing next week. On Fri, 3 May 2002 [EMAIL PROTECTED] wrote: > Hi all, > > The attached is the schema component API proposed by Elena Litani, and > reviewed by some of t

Re: grammar preparsing API: some options

2002-04-11 Thread John Utz
On Fri, 12 Apr 2002, Andy Clark wrote: > [EMAIL PROTECTED] wrote: > > >interface XMLGrammarParser > > > > I'm not sure I like this name; I think "parser" implies to the XML world an > > object that you use to gain access to the contents of something, as opposed > > to an object that transf

Re: what is CMBuilder.buildSyntaxTree()'s recursion exit criteriaand does it depend on setting the schema-full-checking property?criteria ?

2002-04-08 Thread John Utz
413-3255 > [EMAIL PROTECTED] > > > > > > John Utz > >

what is CMBuilder.buildSyntaxTree()'s recursion exit criteria anddoes it depend on setting the schema-full-checking property?criteria ?

2002-04-08 Thread John Utz
Hello; I have a collection of test examples for the soon to be released mpeg7 schema. the *.xsd files for the schema are pretty big, but the test documents are pretty small. the xsd files are located at http://m7itb.nist.gov/M7Validation.html if you want to view them, i wont burden the list by

DOM3 ASModel implementation Re: integrating grammar preparsing withthe grammar caching API

2002-04-08 Thread John Utz
2002, Andy Clark wrote: > John Utz wrote: > > Preparsing and caching schemas provides for the possibility of eliminating > > an *incredible* amount of mindless data entry UI maintenance work, iff you > > have programmatic access to the 'facts' of the schema. > >

Re: JDK 1.1.8 compatibility

2002-04-05 Thread John Utz
Well, if you stop supporting 1.1.8 then you will remove FreeBSD from the list of platforms that you support. the only licensed binary for FreeBSD is 1.1.8 note that there is a functioning version of 1.3.1 for FreeBSD 4.5, but it's not *licensed* yet, so it has to be built from src and the src ha

Re: integrating grammar preparsing with the grammar caching API

2002-04-05 Thread John Utz
hi neil; On Thu, 4 Apr 2002 [EMAIL PROTECTED] wrote: > Hi Andy, > > >>But it seems to me that grammar preparsing is analogous in many ways to <...massive snippage...> > Hope to hear from you further Andy; seems like only you and I are following > these threads these days... no, not true at

Re: dom.ASBuilder problem with current cvs as of 020403 10:00 amPST

2002-04-03 Thread John Utz
great! glad you read the mail. nagoya.apache.org seems down, so i couldnt bugzilla it On Wed, 3 Apr 2002, Elena Litani wrote: > John, > > John Utz wrote: > > Exception in thread > > "main" java.lang.ClassCastException: org.apache.xerces.dom.DOMIm

dom.ASBuilder problem with current cvs as of 020403 10:00 am PST

2002-04-03 Thread John Utz
hi; running dom.ASBuilder with jars that i just made a few minutes ago raises the following error: bash-2.04$ java dom.ASBuilder -f -a Mpeg7-2001.xsd -i descriptionExample001.xml Exception in thread "main" java.lang.ClassCastException: org.apache.xerces.dom.DOMImplementationImpl at dom.A

Re: WE WON!! :-) (was Re: [Fwd: JavaWorld's Editors' Choice Awards])

2002-03-26 Thread John Utz
Since i havent seen anybody do it yet; my profoundest congratulations. xerces-j absolutely deserves it! On Tue, 26 Mar 2002, Arnaud Le Hors wrote: > Hi everybody, > > As scheduled I attended last night the ceremony and to my great pleasure > received the award for Best Java XML Tool for Xerces

Re: What's the Plan for Improving ASModelImpl.java ?

2002-03-25 Thread John Utz
Greetings Elena On Mon, 25 Mar 2002, Elena Litani wrote: > John hi, > > John Utz wrote: > > so i decided that i better subscribe to the dev list ( i have been on user > > since november ) so that i could contribute in any way possible to the > > implementation of

What's the Plan for Improving ASModelImpl.java ?

2002-03-21 Thread John Utz
Hi; i just did a cvs update and found out that ASModelImpl was still just a stub. so i decided that i better subscribe to the dev list ( i have been on user since november ) so that i could contribute in any way possible to the implementation of this code. i'd really like to make this work, i'd

Re: [Xerces-2] Line/column numbers are available for schema errors!!!

2002-02-18 Thread John Utz
hi sandy! i am so pleasantly surprised! On Mon, 18 Feb 2002 [EMAIL PROTECTED] wrote: > Hi folks, > > We've all seen so many complains like "Why the location information is for > the instance document, when the error occurs in the schema document?" and > "Why dom.ASBuilder always gives -1;-1 as