RE: xerces samples not running on cygwin

2003-06-11 Thread Vipin
Abraham, Thank you. The samples are working after removing the xerces artifacts and rebuilding from the source. Thank you, vipin -Original Message- From: Abraham Backus [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 10:52 AM To: [EMAIL PROTECTED] Subject: Re: xerces samples not

DO NOT REPLY [Bug 20684] - Suggestion to optionally avoid a dependency on iostreams

2003-06-11 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 20684] - Suggestion to optionally avoid a dependency on iostreams

2003-06-11 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 20684] New: - Suggestion to optionally avoid a dependency on iostreams

2003-06-11 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

ctl-c

2003-06-11 Thread Suzanne Dirkers
Hi, Is Xerces supposed to handle it gracefully if you happen to be in MemBufInputSource when somebody hits a ctl-c on your application? I'm finding that I'm getting a protection exception if somebody does this when the code happens to be running through MemBufInputSource. Is there so

DO NOT REPLY [Bug 20642] - Lack of copy ctor definition in XMemory prevents build on VC++ 7.0

2003-06-11 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: XMLString handler

2003-06-11 Thread Erik Rydgren
We all have written such a class to use Xerces in an easier way. :) Here is my version. I think it is even easier to use and it has small footprint and overhead. But it is NOT designed as a stringclass. Look at the examples for the two types of cases it is designed for. Usage examples: // This