Re: Problem with Xerces15 com wrapper

2001-07-02 Thread Curt Arnold
Andre M Descombes wrote: >I tried the IDOMDocument.loadXML command and I am passing it a string I obtained reading an >UTF-8 encoded XML file. > >I get the following error: > >An exception occured! Type:TranscodingException, Message:Could not >create a converter for encoding: UTF-16 Does it occur

[Bug 2426] New: - memory leak in parser

2001-07-02 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2426 *** shadow/2426 Mon Jul 2 22:10:57 2001 --- shadow/2426.tmp.2428Mon Jul 2 22:10:57 2001 *** *** 0 --- 1,62 + ++ + | memory leak in par

Problems compling the xerces-src 1.4 on Unix

2001-07-02 Thread Aniruddha Shevade
Hello I was trying to build the xerces library on UNIX ( version 1.4). The following is the error I get when I try to include , the DOM_NodeList.hpp has the following files included within itself #include #include #include In essence we are trying to include the same file DOM_Nodelis

Re: Static library

2001-07-02 Thread Roby Gamboa
Dee Jay: When we linked with our C++ application on Solaris (under SUNWspro), we found that 'ar' was insufficient: some of the classes/methods that were defined as templates were causing unresolved external errors in the link phase. What we did was, first, rebuild Xerces under CC. Then, rather th

Re: accessing nodes appended in Xalan

2001-07-02 Thread Charlie Hart
I have subscripted elements like: When I get a nodeRefList of all changed child elements using xpath, I will get element 2. I want to update the same element in another document. How can I find the index of the element node? thanks...charlie

[Bug 769] - BCB 5 fails to compile Xerces 1.4 library on Windows 2000

2001-07-02 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=769 *** shadow/769 Mon Jul 2 10:54:45 2001 --- shadow/769.tmp.27293Mon Jul 2 11:02:17 2001 *** *** 44,46 --- 44,53 --- Additional Comments From [EMAIL PROTECTED] 2001-05-07 08:36 --- Created an attachm

[Bug 769] - BCB 5 fails to compile Xerces 1.4 library on Windows 2000

2001-07-02 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=769 *** shadow/769 Sun May 20 17:22:08 2001 --- shadow/769.tmp.27147Mon Jul 2 10:54:45 2001 *** *** 1,19 ! Bug#: 769 ! Product: Xerces-C ! Version: 1.4 ! Platform: PC ! OS/Version: Windows NT/2K ! Status: NEW ! Resolu

LocalFileInputSource and parse

2001-07-02 Thread Glenn MacGregor
Hi all, I am trying to use DOMParser.parse with a LocalFileInputSource. I am using xerces 1.5 on Win2000. Everything works fine, but I purify reports a memory leak in DocumentImpl::getOwnerDocument. If I use a MemInputSource I don't get the leak. The way I call this is the following: xClass:

Re: Problem with Xerces15 com wrapper

2001-07-02 Thread Andre M Descombes
Hi all,   I Have just finished done a little more testing, with other versions of the library:   Version 1.2 the code works Version 1.3 the code works Version 1.4 the code doesn't work Version 1.5 the code doesn't work   apparently something changed with version 1.4.   Thanks,   Andre M. Descom

Bugs suspected in 'transcode' functions

2001-07-02 Thread Evgeniy Gabrilovich
Dear Xerces developers, I'm afraid I found a number of bugs in the implementation of the (overloaded) 'transcode' functions defined in files "IconvTransService.cpp", "Iconv390TransService.cpp" and "Iconv400TransService.cpp". I'm using version 1.4 of Xerces sources, and all the line numbers quote

Problem with Xerces15 com wrapper

2001-07-02 Thread Andre M Descombes
Hi,   I am using version 1.5 of the DLL   I tried the IDOMDocument.loadXML command and I am passing it a string I obtained reading an UTF-8 encoded XML file.   I get the following error:   An exception occured! Type:TranscodingException, Message:Could notcreate a converter for encoding: UTF-16

Whatever happened to IDOMParser::setToCreateXMLDeclTypeNode()?

2001-07-02 Thread Jason E. Stewart
There seems to be no way to get the IDOMParser to produce XMLDecl nodes. Was this on purpose? IDOMPrint hard codes in the XMLDecl (i.e. it leaves out standalone=""). jas. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

parse() memory leak under Borland

2001-07-02 Thread Andrew Snare
[apologies if this is a duplicate, my original submission seems to have gone missing] Hi All, I've encountered what appears to be a memory leak when DOMParser::parse() is invoked under some circumstances. This occurs when linking against a static version of Xerces-C 1.4 built using Borland C/C+