RE: ID IDREF

2002-05-24 Thread Radovan Chytracek
not valid. I believe the Xerces-J works this way too. Anyway Xerces-C 1.4 is t old now :-) Cheers Radovan > -Original Message- > From: Wuebben, Anthony E. (LNG) [mailto:[EMAIL PROTECTED]] > Sent: Friday, 24 May 2002 19:52 > To: '[EMAIL PROTECTED]' > Subj

RE: ID IDREF

2002-05-24 Thread Wuebben, Anthony E. (LNG)
A follow up question why does the Xerces Java version allow this? I'm getting beat up by the java programmers :) -Original Message- From: Radovan Chytracek [mailto:[EMAIL PROTECTED]] Sent: Friday, May 24, 2002 9:02 AM To: [EMAIL PROTECTED] Subject: RE: ID IDREF Hi, it can

RE: ID IDREF

2002-05-24 Thread Radovan Chytracek
002 14:41 > To: [EMAIL PROTECTED] > Subject: ID IDREF > > > Quick question: > > When reading a file the DOMParser throws an "error" when elements contain > the same ID value. Is there a way to turn this off or have it throw a > "warning" instead? > >

ID IDREF

2002-05-24 Thread Wuebben, Anthony E. (LNG)
Quick question: When reading a file the DOMParser throws an "error" when elements contain the same ID value. Is there a way to turn this off or have it throw a "warning" instead? I'm using XERCES V1.4 on Solaris & I have validation turned off. DOMParser _parser;

Re: ID, IDREF and DOMAPI

2001-10-11 Thread Joseph_Kesselman
>Is there any way to figure out whether a Node is refering some other I don't think there's a one-size-fits-all answer available right now. There are too many ways that a node may be referring to another -- IDs, XPaths, XPointers, URIs, Keys (if you're using XML Schemas), some other approach uni

ID, IDREF and DOMAPI

2001-10-11 Thread Rajesh Kommineni
Hi all, Is there any way to figure out whether a Node is refering some other (I am using ID and IDREFs for reference)? One way to dynamically figure out the relation ships between different nodes (in same XML document) is by preprocessing schema of the file. But, it seems to me that, this is a