Compiler flags

2001-10-31 Thread Rajaram Kudli
Hi All, Is there any way of knowing what were the compiler options with which the SOs on the site were built ? I'm particularly interested in xerces-c1_5_2.so , Solaris version. thanks, -RR begin:vcard n:Kudli;Rajaram x-mozilla-html:FALSE org:Parametric Technology R&D I Ltd. adr:;;

DO NOT REPLY [Bug 4556] - Xerces fails to locate DTD file when application has been running for awhile

2001-10-31 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 4556] New: - Xerces fails to locate DTD file when application has been running for awhile

2001-10-31 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 2728] - Borland C++ Builder 5.0 Compile Error

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

Getting a node from raw offsets

2001-10-31 Thread Joe Marini
Hey everyone, If all I have to work with is the root document node and two offsets into the raw text of the input document, how can I find out which node is selected? Thanks, Joe - To unsubscribe, e-mail: [EMAIL PROTECTED] F

RE: Need Help!!

2001-10-31 Thread Michael McIntosh
Are you sure you called XMLPlatformUtils::Initialize first? -Original Message- From: Francis Béliveau [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 31, 2001 11:13 AM To: '[EMAIL PROTECTED]' Subject: Need Help!! Hi! I have a problem when I try to use DOMParser class. I have a acc

DO NOT REPLY [Bug 4544] New: - IDOM_NodeList::getLength incorrect when called twice for empty list

2001-10-31 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: delete[] problems with transcode

2001-10-31 Thread Alberto Massari
At 08:08 AM 10/31/2001 -0800, you wrote: >"Christy, Rich" wrote: > > > Actually purify was complaining of a memory leak with the list until I > > deleted it. > >There may be an IDOM leak bug How does the caller retrieve parameter >"const IDOM_Element *parentElement" ? If it is from the par

Need Help!!

2001-10-31 Thread Francis Béliveau
Hi! I have a problem when I try to use DOMParser class. I have a acces violation ("First-chance exception in dllhost.exe (XERCES-C_1_4D.DLL): 0xC005: Access Violation" ). This error occurs just after the declaration of the object of type DOMParser: DOMParser parser; or DOMParser *parser

RE: delete[] problems with transcode

2001-10-31 Thread Christy, Rich
OK, I'll give that a try. Thanks -Original Message- From: Tinny Ng [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 31, 2001 10:09 AM To: [EMAIL PROTECTED] Subject: Re: delete[] problems with transcode "Christy, Rich" wrote: > Actually purify was complaining of a memory leak with

Re: delete[] problems with transcode

2001-10-31 Thread Tinny Ng
"Christy, Rich" wrote: > Actually purify was complaining of a memory leak with the list until I > deleted it. There may be an IDOM leak bug How does the caller retrieve parameter "const IDOM_Element *parentElement" ? If it is from the parser, then memory should be released when the parse

Re: delete[] problems with transcode

2001-10-31 Thread Tinny Ng
"Christy, Rich" wrote: > What about what transcode returns. I thought any memory returned from that > was the clients responsibility to delete. > Yes, so "delete[] transcodedElement" should be kept. I only said that "delete list" not needed. Tinny -

RE: Compiling 1.5.2 with ICU 1.8.1

2001-10-31 Thread Richardella, Anthony
I'm using ICU 1.8.1. 2.0 is due mid November. Anthony -Original Message- From: Herb Chong [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 31, 2001 10:27 AM To: [EMAIL PROTECTED] Subject: Re: Compiling 1.5.2 with ICU 1.8.1 which version of ICU are you using? files and directory str

RE: delete[] problems with transcode

2001-10-31 Thread Jesse Pelton
The point of the IDOM is that it performs its own memory management. The list pointer may point to the middle of a block of memory allocated by the IDOM and parceled out as needed. Releasing such a pointer could (probably would) corrupt the heap. transcode() just happens to be the first victim. J

Re: Compiling 1.5.2 with ICU 1.8.1

2001-10-31 Thread Herb Chong
which version of ICU are you using? files and directory structure in ICU changed between 1.6 and 1.7 and continues forth into 2.0, due any day now. Herb...

RE: delete[] problems with transcode

2001-10-31 Thread Christy, Rich
Actually purify was complaining of a memory leak with the list until I deleted it. How could deleting the list cause transcode to fail internally? In fact what can you do to make transcode fail internally? Thanks, Rich -Original Message- From: Tinny Ng [mailto:[EMAIL PROTECTED]] Sent

DO NOT REPLY [Bug 4541] New: - Wrong handling of XML data in COM wrapper library

2001-10-31 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: delete[] problems with transcode

2001-10-31 Thread Christy, Rich
What about what transcode returns. I thought any memory returned from that was the clients responsibility to delete. -Original Message- From: Tinny Ng [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 31, 2001 7:47 AM To: [EMAIL PROTECTED] Subject: Re: delete[] problems with transcode

Re: delete[] problems with transcode

2001-10-31 Thread Tinny Ng
Rich, I don't think it's related to transcode. There's no need to "delete list", the IDOM implementation has its own memory management. The only explicit delete application need to do is to delete the document if you are building the tree yourself. See http://xml.apache.org/xerces-c/program.ht

RE: delete[] problems with transcode

2001-10-31 Thread Christy, Rich
Tinny, The code segment looks like this: const IDOM_Element* IDOMStreamer::findElement(const char* elementName, const IDOM_Element *parentElement) const { XMLCh *transcodedElement = XMLString::transcode(elementName); IDOM_NodeList *list = parentElement->getElementsByTagName(transcodedElem