cvs commit: xml-xindice/java/src/org/apache/xindice/xml/dom DOMParser.java

2004-01-04 Thread vgritsenko
vgritsenko2004/01/03 21:17:38 Modified:java/src/org/apache/xindice/xml/dom DOMParser.java Log: Log SAX parser exceptions Revision ChangesPath 1.14 +21 -38 xml-xindice/java/src/org/apache/xindice/xml/dom/DOMParser.java Index: DOMParser.java

cvs commit: xml-xindice/java/src/org/apache/xindice/xml/dom DOMParser.java

2001-12-18 Thread bradford
bradford01/12/18 09:37:09 Modified:docs TODO java/src/org/apache/xindice/xml/dom DOMParser.java Log: Namespace fixes and slightly updated TODO Revision ChangesPath 1.2 +8 -26 xml-xindice/docs/TODO Index: TODO ===

cvs commit: xml-xindice/java/src/org/apache/xindice/xml/dom DOMParser.java

2001-12-13 Thread bradford
bradford01/12/13 11:42:01 Modified:java/src/org/apache/xindice/core/objects Reflector.java java/src/org/apache/xindice/core/query XPathQueryResolver.java java/src/org/apache/xindice/xml/dom DOMParser.java Log: Submitted a work-aro

Re: cvs commit: xml-xindice/java/src/org/apache/xindice/xml/dom DOMParser.java

2001-12-08 Thread Tom Bradford
Sam Ruby wrote: > Kimbro Staken wrote: > > > > It went to [EMAIL PROTECTED] but I didn't subscribe to that list. > > You're right they're supposed to go to this list. > > That just redirects to this list. You should also notice that the final > e-mail got a reply-to header pointing directly back

Re: cvs commit: xml-xindice/java/src/org/apache/xindice/xml/dom DOMParser.java

2001-12-08 Thread Sam Ruby
Kimbro Staken wrote: > > It went to [EMAIL PROTECTED] but I didn't subscribe to that list. > You're right they're supposed to go to this list. That just redirects to this list. You should also notice that the final e-mail got a reply-to header pointing directly back to this list. I also got a c

Re: cvs commit: xml-xindice/java/src/org/apache/xindice/xml/dom DOMParser.java

2001-12-08 Thread Kimbro Staken
It went to [EMAIL PROTECTED] but I didn't subscribe to that list. You're right they're supposed to go to this list. On Friday, December 7, 2001, at 05:04 PM, Tom Bradford wrote: Kimbro Staken wrote: Does this fix the bug where namespace queries still return results even without a namespace prefix?

Re: cvs commit: xml-xindice/java/src/org/apache/xindice/xml/dom DOMParser.java

2001-12-08 Thread Tom Bradford
Kimbro Staken wrote: > Does this fix the bug where namespace queries still return results even > without a namespace prefix? BTW, how are you getting these? I though CVS commits were going to the dev list, and just assume that it wasn't configured yet. Is there another list I should subscribe to

Re: cvs commit: xml-xindice/java/src/org/apache/xindice/xml/dom DOMParser.java

2001-12-07 Thread Tom Bradford
Kimbro Staken wrote: > > Does this fix the bug where namespace queries still return results even > without a namespace prefix? It may. The bug that I was addressing was the fact that all xmlns:* attributes were being completely removed from the DOM image after parsing, and not being stored in th

Re: cvs commit: xml-xindice/java/src/org/apache/xindice/xml/dom DOMParser.java

2001-12-07 Thread Kimbro Staken
Does this fix the bug where namespace queries still return results even without a namespace prefix? On Friday, December 7, 2001, at 04:28 PM, [EMAIL PROTECTED] wrote: bradford01/12/07 15:28:11 Modified:java/src/org/apache/xindice/xml/dom DOMParser.java Log: Fixed a type in the SAX f

cvs commit: xml-xindice/java/src/org/apache/xindice/xml/dom DOMParser.java

2001-12-07 Thread bradford
bradford01/12/07 15:28:11 Modified:java/src/org/apache/xindice/xml/dom DOMParser.java Log: Fixed a type in the SAX feature setting of DOMParser Revision ChangesPath 1.2 +2 -2 xml-xindice/java/src/org/apache/xindice/xml/dom/DOMParser.java Index: DOMParser.