Re: Schema key and unique contraints VERY slow

2002-11-15 Thread Eric_Schwarzenbach
> Hi Eric, > > >uncommonness of a feature's use and lack of useable > >support for it is kind of a chicken-and-egg / self-fulfilling prophesy > >kind of thing. > > I guess usefulness is in the eye of the user. :) I would argue that, when > your XML docs start getting into the megabytes, you've b

DO NOT REPLY [Bug 14605] - element.getNodeValue() returns null

2002-11-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 14605] New: - element.getNodeValue() returns null

2002-11-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: Schema key and unique contraints VERY slow

2002-11-15 Thread Joseph Kesselman
On Friday, 11/15/2002 at 01:43 EST, [EMAIL PROTECTED] wrote: > We could use a Hashtable, I guess, if we made sure the .equals method was > overloaded appropriately. Alternatively, code your own hashing mechanism -- we did that in several places in Xalan, where hashing was the right answer but Su

Re: Schema key and unique contraints VERY slow

2002-11-15 Thread neilg
Hi Joe, The trouble with trying to do a binary search in this context is that we need to be cognizant of the datatypes of the values we're trying to match. So, if the key has two fields (a decimal and a string, say) then, in order to match, two values have to be equal in both value spaces, as sche

Re: Urgent :character encoding problem

2002-11-15 Thread susy pfeiffer
Thanks a lot. - Original Message - From: "Joseph Kesselman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 15, 2002 7:23 PM Subject: Re: Urgent :character encoding problem > XML does not automatically define the entity ©. Your document's > Doctype can do so (intern

Re: Urgent :character encoding problem

2002-11-15 Thread Joseph Kesselman
XML does not automatically define the entity ©. Your document's Doctype can do so (internally or via an external DTD file), but unless that's done © has no meaning. © works in HTML because HTML's DTD *does* define it. __ Joe Kesselman / IBM Research ---

Urgent :character encoding problem

2002-11-15 Thread susy pfeiffer
Hi all,   if I send an xml doc with the iso8859-1 encoding and quote extended chars with e.g. #&169; everything works fine with the sax parser. I have read in the specs that it also works with the name e.g. © but it doesn't seem to work.   What am I doing wrong here ? can anyone help   than

Re: Schema key and unique contraints VERY slow

2002-11-15 Thread Joseph Kesselman
On Friday, 11/15/2002 at 11:57 EST, [EMAIL PROTECTED] wrote: > No; it iterates through all the other key values it's seen so far (from the > same constraint). Sounds like this is begging for a hashtable, or for maintaining a sorted list and doing a binary search through it, or some other less-th

Re: Schema key and unique contraints VERY slow

2002-11-15 Thread neilg
Hi Eric, >uncommonness of a feature's use and lack of useable >support for it is kind of a chicken-and-egg / self-fulfilling prophesy >kind of thing. I guess usefulness is in the eye of the user. :) I would argue that, when your XML docs start getting into the megabytes, you've basically got a

Re: Schema key and unique contraints VERY slow

2002-11-15 Thread Eric_Schwarzenbach
I miswrote the version--I'm really using 2.2.1 and so seeing this slowness with the latest version. I'm moving this thread to xerces-j-dev... I can understand the relatively low priority of constraint handling...though uncommonness of a feature's use and lack of useable support for it is kind of

DO NOT REPLY [Bug 14584] - Unable to load schema which imports or includes partial schemas

2002-11-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 14584] - Unable to load schema which imports or includes partial schemas

2002-11-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Nillable KeyRef element

2002-11-15 Thread Evert Hoff
Hi, I am trying to specify a KeyRef that may either refer to a value or be empty. I have found different results with attributes and simple content. I'm not sure what the intension of the spec is in this regard, so I don't know if this behavior is a bug in Xerces or in accordance with what the spe

DO NOT REPLY [Bug 14584] New: - Unable to load schema which imports or includes partial schemas

2002-11-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 14455] - JAXP 1.2 - schemaSource can't contain InputStreams

2002-11-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu