DO NOT REPLY [Bug 20006] - [RFC 2396]: Only hostname is restricted to 255 characters. Labels within hostname must be <= 63 chars.

2003-07-17 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: Linux question

2003-07-17 Thread elliot . rapp
I've got: LIBS = /root/xerces/lib/libxerces-c.so.22.0 -lsupc++ -lstdc++ $(myDLL): $(OBJS) $(CC) -shared -o $(myDLL) $(OBJS) $(LIBS) obviously there is more to itbut I thought that did include the standard libraries that were necessary? No? Thanks!

RE: Linux question

2003-07-17 Thread vinayak
You need to explicitly include the standard libraries when you link your project. I guess that is what is causing this problem. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thu 7/17/2003 6:39 PM To: [EMAIL PROTECTED]

Linux question

2003-07-17 Thread elliot . rapp
I brought my new code over to Linux and upgraded Xerces to 2.2 (everything runs just fine on Windows). Anyway, my app compiles fine on Linux. However, at runtime when my app loads the Xerces library I am getting an error that /root/xerces/lib/libxerces-c.so.22: undefined symbol: cout Any clues

DO NOT REPLY [Bug 21655] - Identity constraint validation failure

2003-07-17 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 18860] - Samples on Borland C++ 6 - access violations and build errors

2003-07-17 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 20353] - build error with bcc551 with XMemory.hpp

2003-07-17 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 21692] - setPrefix(NULL) doesn't set fPrefix to NULL

2003-07-17 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: Can't seem to validate against an external grammar

2003-07-17 Thread Neil Graham
Hi Mandeep, You may also wish to take a look at DOMBuilder's setProperty method; using XMLUni::fgXercesSchemaExternalNoNamespaceSchemaLocation as the first parameter should provide a similar effect to setExternalNoNamespaceSchemaLocation. Cheers, Neil Neil Graham XML Parser Development IBM Toron

Re: Can't seem to validate against an external grammar

2003-07-17 Thread Gareth Reakes
Hi, take a look at EntityResolver. This does what you want. Gareth On Thu, 17 Jul 2003, Mandeep Singh Bhatia wrote: > Hi, > I have a similar question. > I'm trying to validate an XML document which may or may not contain a link > to the schema. > There is a local file containing the sc

DO NOT REPLY [Bug 21692] New: - setPrefix(NULL) doesn't set fPrefix to NULL

2003-07-17 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: Can't seem to validate against an external grammar

2003-07-17 Thread Mandeep Singh Bhatia
Hi, I have a similar question. I'm trying to validate an XML document which may or may not contain a link to the schema. There is a local file containing the schema and I will validate every XML file against that even if the XML file contains the link to the schema. May be the function setExternalN

Couple of user questions...

2003-07-17 Thread Keary, Simon
Title: Couple of user questions... Hi, Hopefully someone can answer a couple of fairly simple :) questions: 1) Using the SAX2 API to process lots of small documents I'm not really getting the performance I'd like.  I looked at the documentation for setting features on the parser to mini

DO NOT REPLY [Bug 16933] - All error messages null in SAX and DOM parsers

2003-07-17 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 21664] - XercesLib compilation failed at MSVC 7 because CMLeaf.hpp:146

2003-07-17 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 21675] - ICUTransService.cpp line 130, code error, can not be compiled

2003-07-17 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: linkproblems

2003-07-17 Thread Erik Rydgren
Yes that is correct. But why the compiler doesn't instantiate the template already in the library is beyond me. But your solution to the problem is valid. / Erik > -Original Message- > From: Ingolf Steinbach [mailto:[EMAIL PROTECTED] > Sent: den 16 juli 2003 18:13 > To: [EMAIL PROTECTED]