xercesc 2.1, schema support for 'unique', 'key'

2002-09-26 Thread Martin LIENDL
Hi, I don't think I should send this to the general discussion list. As there's no xerces-c user's - list, I have sent it to the developers list ... Please have a look at the small schema catalog.xsd below, and the small instance document catalog.xml. I want to have all values of the 'name'-attr

RE: Questions about Schema Support in Xerces 1.60

2002-01-23 Thread Elisha Berns
] Subject: Re: Questions about Schema Support in Xerces 1.60   Hi Elisha, The C++ parser has support for the W3C schema language except for some limitations as noted in http://xml.apache.org/xerces-c/schema.html. o The problem with directive is one of the limitations and will be fixed in the next

Re: Schema support in 1.6.0 (unique/key)

2002-01-03 Thread Joachim Achtzehnter
Hi Khaled, You wrote: > > Here is the fix: Thanks again! It now works (famous last words...). Joachim -- work: [EMAIL PROTECTED] (http://www.netacquire.com) private: [EMAIL PROTECTED] (http://www.kraut.ca) -

Re: Schema support in 1.6.0 (unique/key)

2002-01-03 Thread Khaled Noaman
:-( Here is the fix: Index: TraverseSchema.cpp === RCS file: /home/cvs/xml-xerces/c/src/validators/schema/TraverseSchema.cpp,v retrieving revision 1.73 diff -r1.73 TraverseSchema.cpp 3936c3936 < fBuffer.append(xpathExpr + st

Re: Schema support in 1.6.0 (unique/key)

2002-01-03 Thread Joachim Achtzehnter
Just a quick followup: I wrote: > > Below is an example that should fail the unique constraint because of the > duplicated "bar1" value, but Xerces 1.6.0 doesn't detect this violation. The schema I provided included a small typo. Replace by the intended: Note, the 3 was missing. Xerc

Schema support in 1.6.0 (unique/key)

2002-01-03 Thread Joachim Achtzehnter
Dec 6, I wrote: > > Hi Khaled, > > You wrote: > > > > The fix is in CVS. I have attached the diff for your reference. > > Thanks a bundle. This appears to work now. Will these two bug fixes make > it into the final 1.6.0 release? Let me take this back. :-) Union support in schema "unique" or "ke

Re: Testing Full Schema support in 1.6.0 candidate

2001-12-06 Thread Khaled Noaman
Yes. [EMAIL PROTECTED] wrote: > Hi Khaled, > > You wrote: > > > > The fix is in CVS. I have attached the diff for your reference. > > Thanks a bundle. This appears to work now. Will these two bug fixes make > it into the final 1.6.0 release? > > Joachim > > -- > work: [EMAIL PROTECTED] (ht

Re: Testing Full Schema support in 1.6.0 candidate

2001-12-06 Thread Joachim Achtzehnter
Hi Khaled, You wrote: > > The fix is in CVS. I have attached the diff for your reference. Thanks a bundle. This appears to work now. Will these two bug fixes make it into the final 1.6.0 release? Joachim -- work: [EMAIL PROTECTED] (http://www.netacquire.com) private: [EMAIL PROTECTED]

Re: Testing Full Schema support in 1.6.0 candidate

2001-12-06 Thread Khaled Noaman
You're not off base. In your example, the union operator would force uniqueness of the name attribute across both types of elements. That's a bug. The fix is in CVS. I have attached the diff for your reference. Khaled [EMAIL PROTECTED] wrote: > Khaled Noaman wrote: > > > > There is a small fix

Re: Testing Full Schema support in 1.6.0 candidate

2001-12-05 Thread Joachim Achtzehnter
Khaled Noaman wrote: > > There is a small fix that you need to apply to XUtil.cpp. > In XUtil::getNextSiblingElementNS and XUtil::getFirstChildElementNS replace > 'getNodeName()' with 'getLocalName()'. > > Would you please apply that fix, and test the parser again? If the parser is > still ignorin

Re: Testing Full Schema support in 1.6.0 candidate

2001-12-05 Thread Khaled Noaman
gnoring the identity constraints, would you please post an example to the mailing list? Thanks, Khaled [EMAIL PROTECTED] wrote: > Hi, > > Was trying to test the full schema support in the 1.6.0 candidate using > saxprint.exe. I'm specifically interested in key/keyref support, but the

Testing Full Schema support in 1.6.0 candidate

2001-12-05 Thread Joachim Achtzehnter
Hi, Was trying to test the full schema support in the 1.6.0 candidate using saxprint.exe. I'm specifically interested in key/keyref support, but the parser (run with -n -s -f) seems to ignore all my key and keyref declarations. Other schema validation appears to work. Does anybody ha

Re: Schema support for xsi:typr

2001-09-04 Thread Tinny Ng
there schema support for the xsi:type in the nightly builds by any > chance? > > Thanks, > Mohammed Zubair V > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional comm

Schema support for xsi:typr

2001-09-03 Thread Mohammed Zubair
Hi, is there schema support for the xsi:type in the nightly builds by any chance? Thanks, Mohammed Zubair V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: schema support

2001-08-30 Thread Tinny Ng
Schema development is still on-going. We have just implemented the "all" support. Please try the latest nightly build (http://xml.apache.org/dist/xerces-c/nightly/2001-08-30/) and see if it works for you. Tinny Wiessner Karsten wrote: > Hi there, > > I'd like to use Xerces for C++ in an ongoi

schema support

2001-08-29 Thread Wiessner Karsten
Hi there, I'd like to use Xerces for C++ in an ongoing project which uses XML and schemas. Unfourtunately the schema, which is defined/standardized by 3GPP, contains an "xsd:all" group element. In 1.5.1 Xerces complains about this "xsd:all". Do you know how to solve this problem? Might be inter

Remove schema support?

2001-08-20 Thread Houle, Dennis W
Team Xerces-C, Is there a top-level schema dependency that I can remove from 1.5.1 so that make will no longer build-in schema support? I have no requirement for schema and would like to tailor it out of my memory constrained embedded application (plus my antique GNU 2.7.2 compiler is getting an

RE: Full schema support in Xerces-C

2001-07-16 Thread Alfredo
Thank you !!! Alfredo -Original Message- From: Tinny Ng [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 8:36 AM To: [EMAIL PROTECTED] Subject: Re: Full schema support in Xerces-C Alfredo Muñoz wrote: > As per the last e-mail I read about this subject, full schema support

Re: Full schema support in Xerces-C

2001-07-16 Thread Tinny Ng
Alfredo Muñoz wrote: > As per the last e-mail I read about this subject, full schema support is > expected to be ready in Xerces-C by September (Date subject to changes, etc, > etc..) Not really ... The plan we posted last time was: 1. Khaled, PeiYong, and I will try to f

RE: Full schema support in Xerces-C

2001-07-16 Thread Alfredo Muñoz
As per the last e-mail I read about this subject, full schema support is expected to be ready in Xerces-C by September (Date subject to changes, etc, etc..) I am in a dilemma right now, if to wait till September or to code everything in Java.because schema support is paramount for my

Full schema support in Xerces-C

2001-07-15 Thread erich
Hi there, when may one expect full schema support in Xerces-C? Thanks! Erich mailto:[EMAIL PROTECTED] http://www.stormbringer.cc - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Schema support

2001-07-03 Thread Simon Fell
Does the current schema support expose the type information to the client code, or is it purely used for validation, e.g. given a schema that defines an element 'fred' to be of type xsd:string, and given an instance doc of http://www.w3.org/2001/XMLSchem

RE: Schema Support Timetable?

2001-06-20 Thread Jesse Pelton
Work is underway, with no definite time for completion. See http://xml.apache.org/xerces-c/schema.html. -Original Message- From: Lin L Feng [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 20, 2001 10:42 AM To: [EMAIL PROTECTED] Subject: Schema Support Timetable? Hi, Does anyone know

Schema Support Timetable?

2001-06-20 Thread Lin L Feng
Hi, Does anyone know when XML Schema will be fully supported in Xerces-C? Thanks, Lin [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Schema support - Update

2001-04-18 Thread Bob Kline
On Wed, 18 Apr 2001, Tinny Ng wrote: > Bob, > > This should be same as whatever currently supported in Xerces-J, i.e., the > answer should be yes. The traverseInclude method of TraverseSchema will > call the user's EntityResolver with the value of the schemaLocation > attribute. The user's Ent

Re: Schema support - Update

2001-04-18 Thread Tinny Ng
h whatever they like to redirect the location. Tinny Bob Kline wrote: > On Mon, 9 Apr 2001, Tinny Ng wrote: > > > Just wanna to give you an update on our Schema Development progress. > > Khaled Noaman, Pei Yong Zhang, and I have been working hard in the > > past couple of mo

Re: Schema support - Update

2001-04-13 Thread Bob Kline
On Mon, 9 Apr 2001, Tinny Ng wrote: > Just wanna to give you an update on our Schema Development progress. > Khaled Noaman, Pei Yong Zhang, and I have been working hard in the > past couple of months to port the Schema Support in Xerces-J to > Xerces-C, and everything is still on

Re: Schema support - Update

2001-04-09 Thread Corey Lubin
ing as how I am not yet even a master in the usage of Schemas, yet. Thank you for the update. Please continue to keep us informed, as some of our projects depend upon Schema support. - kaoruAngel - Original Message - From: "Tinny Ng" <[EMAIL PROTECTED]> To: <[EMAIL PROTECT

Re: Schema support - Update

2001-04-09 Thread Tinny Ng
the past > couple of > months to port the Schema Support in Xerces-J to Xerces-C, and > everything is > still on track right now. We have finished the plumbing fundamental > work (like > Exception handling, Schema messaging, Content model, Schema element > decl/attribute decl

Schema support - Update

2001-04-09 Thread Tinny Ng
Just wanna to give you an update on our Schema Development progress. Khaled Noaman, Pei Yong Zhang, and I have been working hard in the past couple of months to port the Schema Support in Xerces-J to Xerces-C, and everything is still on track right now. We have finished the plumbing fundamental

Re: does Xerces C++ parser provide Schema support for XML Validation ??

2001-03-29 Thread John Snelson
No, it doesn't, but it is planned. Xerces-j already has partial schema support. John > "Awasthi, Anand" wrote: > > hi, > > does Xerces C++ parser provide Schema support for XML Validation ?? > > > Thanks > Anand -- John Snelson, Software Engin

does Xerces C++ parser provide Schema support for XML Validation ??

2001-03-28 Thread Awasthi, Anand
hi,   does Xerces C++ parser provide Schema support for XML Validation ??     Thanks Anand

Re: XML Schema support

2001-03-28 Thread John Snelson
Hi, XML is an inherantly text data format, so there is no built in floating point number support in the DOM. What most people do is to treat certain parts of the XML tree as having a floating point value, and use string-to-number and number-to-string routines to get the numeric values from the st

RE: XML Schema support

2001-03-27 Thread Peter Allen
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 27, 2001 1:01 PM > To: [EMAIL PROTECTED] > Subject: Re: XML Schema support > > > Yes, partial support should be available before summer. Stay tuned. > > Tinny > > > ---

Re: XML Schema support

2001-03-27 Thread tng
Yes, partial support should be available before summer. Stay tuned. Tinny - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

XML Schema support

2001-03-27 Thread Sandra Carney
Hello, We are a medical device manufacturer and we are examining the possibility of using XML documents to store aspects of our studies( we make a non-contact heart mapping system, Endocardial Solutions, Inc. ). I began by experimenting with DTD's. However, there doesn't seem to be any