DO NOT REPLY [Bug 4581] - erroneous static cast in programming examples

2001-11-01 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 4581] New: - erroneous static cast in programming examples

2001-11-01 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] - Xerces fails to locate DTD file when application has been running for awhile

2001-11-01 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

Fw: Getting a node from raw offsets

2001-11-01 Thread Joe Marini
Hello? Anyone have any insights into this? Or know where I can get some more info on it? Thanks, Joe - Original Message - From: "Joe Marini" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 31, 2001 9:28 AM Subject: Getting a node from raw offsets > Hey everyone,

DO NOT REPLY [Bug 4578] - No documentation for XMLTranscoder

2001-11-01 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 4578] New: - No documentation for XMLTranscoder

2001-11-01 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

help!!

2001-11-01 Thread satyanarayana vajja
Hello, I am getting following errors while compiling test program on Solaris platform. COuld you please help me out thanks satya /vobs/crmdev/APMonitor/xerces-c1_5_2-SolCC/lib/libxerces-c1_5_2.so _pure_error_ /vobs/crmdev/APMonitor/xerces-c1_5_2-SolCC/lib/libxerces-c1_5_2.so [Hint: try checkin

RE: delete[] problems with transcode

2001-11-01 Thread Christy, Rich
thanks for your help -Original Message- From: Tinny Ng [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 3:48 PM To: [EMAIL PROTECTED] Subject: Re: delete[] problems with transcode "Christy, Rich" wrote: > However, I do see several references to possible > leaks in IDeepNode

DO NOT REPLY [Bug 4497] - Document build system broken on Unix

2001-11-01 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-11-01 Thread Tinny Ng
"Christy, Rich" wrote: > However, I do see several references to possible > leaks in IDeepNodeListPool within calls to IDOM_NodeList > getElementsByTagName(). Any ideas? > > Thanks > > Rich I just looked into the code again, I think there is a small leak on the pool instance. Anyway, I just ch

Re: Compiler flags

2001-11-01 Thread Tinny Ng
Rajaram Kudli wrote: > Hi All, > > Is there any way of knowing what were the compiler options with which > the SOs on the site were built ? > The binaries are prepared by running the script packageBinaries.pl against the source package on the designated platform. So you can use the same scrip

Re: IDOM Unicode Success

2001-11-01 Thread Jason E. Stewart
"Jason E. Stewart" <[EMAIL PROTECTED]> writes: > Just a small note. > > I wrote a perl test suite to test Xerces' compliance with the XML spec > for Unicode issues using production [5] - Name. > > So far it's just the IDOM API using createElement(), and every > test works perfectly. Good job!

IDOM Unicode Success

2001-11-01 Thread Jason E. Stewart
Hey All, Just a small note. I wrote a perl test suite to test Xerces' compliance with the XML spec for Unicode issues using production [5] - Name. So far it's just the IDOM API using createElement(), and every test works perfectly. Good job! I'm still getting the bugs out of my perl code fo

RE: delete[] problems with transcode

2001-11-01 Thread Christy, Rich
OK, not removing the lists did stop the core dump. When I ran Purify no longer saw any references from my application creating lists as leaks like I did in an earlier release. However, I do see several references to possible leaks in IDeepNodeListPool within calls to IDOM_NodeList getElementsByT

DO NOT REPLY [Bug 4565] New: - Memory Leak in transcode

2001-11-01 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

Info Required

2001-11-01 Thread Bharatbhushan_Shetty
Hi I am new to XML and have a query. I am developing an application where I am get a CORBA structure and have to convert it to a XML String. I need to create XML String using the DTD provider by the user. Is there any standard APIs which I can use that would parse the DTD and generate XML. In