DO NOT REPLY [Bug 4475] New: - Undefined symbol

2001-10-27 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: [ANNOUNCEMENT] Xerces-C++ 1.5.2. is now ready!!!

2001-10-27 Thread D. Stimits
Corey Lubin wrote: > > Excellent! :] > > Perhaps it's time for me to whip out those XML Schema tutorials and start > making the move. > > As a side note, > what ever happened to talk of creating a "xercesc" directory that > encompasses all other include directories? Xerces-C has been the first

Re: [ANNOUNCEMENT] Xerces-C++ 1.5.2. is now ready!!!

2001-10-27 Thread Corey Lubin
Excellent! :] Perhaps it's time for me to whip out those XML Schema tutorials and start making the move. As a side note, what ever happened to talk of creating a "xercesc" directory that encompasses all other include directories? Xerces-C has been the first library I've come across not to follow

[Fwd: NetAccessorException]

2001-10-27 Thread Sree P.N. Sreeram
I downloaded the latest xerces-c (1.5.1) I wanted to see if this XML works when using SAXPrint: http://myURL:myPort/InitSpec.dtd";> Please note that that the URI specified in DOCTYPE *is* valid. I got the following error: Fatal Error at file /vobs/dx_utils/lib/xml4c/xerces-c-src1_5_1/bin/in

DO NOT REPLY [Bug 4467] - Accss violations if calling XMLPlatformUtils::Initialize() more than once.

2001-10-27 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: Telling two empty tags apart

2001-10-27 Thread Dean Roddey
Basically, you either override a method in one of the parsers, to get limited access to the scanner output, or you write your own parser style class and and store whatever you want, or you use the scanner directly within your application. If you look at something like the ParserTest program, you c

Re: Telling two empty tags apart

2001-10-27 Thread Jason E. Stewart
"Dean Roddey" <[EMAIL PROTECTED]> writes: > Its been a long time since I did it, but I think I put in code so > that the underlying scanner reports the difference. But the problem > is that it does not propogate out through any standard APIs. If you > wanted to keep this info, you'd have to use t

DO NOT REPLY [Bug 4467] - Accss violations if calling XMLPlatformUtils::Initialize() more than once.

2001-10-27 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: Telling two empty tags apart

2001-10-27 Thread Dean Roddey
Yes, as I said in an earlier message, if you use the scanner directly, you can get this info. As you point out, you can override just the start element and avoid writing your own parser, but you must store this information yourself. -- Dean Roddey The Charmed Quark Control

Re: Telling two empty tags apart

2001-10-27 Thread Dean Roddey
Its been a long time since I did it, but I think I put in code so that the underlying scanner reports the difference. But the problem is that it does not propogate out through any standard APIs. If you wanted to keep this info, you'd have to use the scanner directly and have your own data structur

DO NOT REPLY [Bug 4467] New: - Accss violations if calling XMLPlatformUtils::Initialize() more than once.

2001-10-27 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