MacOS Xerces framework problems - undefined symbols

2003-01-08 Thread Richard Van Deren
I conveted to Xerces 2.1.0 using the Mac OS Framework and had a compiler/linker problem with several undefined symbols. I built Xerces again using the dynamic library using the -lxerces-c option and the problem went away. Is there a problem in the MacOS Xerces Framework build or install option

Schemalocation

2003-01-08 Thread Bagepalli, Kiran
I had a question about the schemalocation hint. If I have two schema files both belonging to the same namespace(and they do not include each other), in the instance document is it legal to have     schemaLocation="http://www.xyx.com  a.xsd http://www.xyx.com b.xsd"   Thanks Kiran     -

DO NOT REPLY [Bug 15784] - ICU4C 2.4 port

2003-01-08 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 15784] - ICU4C 2.4 port

2003-01-08 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

macro readability

2003-01-08 Thread Peter A. Volchek
To: team   In XercesDefs.hpp you have defined the macro XERCES_CPP_NAMESPACE_QUALIFIER.   Suppose that somewhere in the code I want to forward declare any Xerces class, like:   class InputSource; void SomeFunc( InputSource& );   But this cause the compiler to complain about the umbiguous inp

AW: Creating XML documents using SAX ?

2003-01-08 Thread Pfleger Thomas,E2
Dear Tinny! Thanks for your reply - I haven't tried it out right now but I'm sure it will work. I have understood the solution but I didn't know the right spot where to plug in another XMLFormatTarget. Thanks for your time and greetings, Tom -