Schema problem

2005-04-15 Thread Milena Caires
Every time I try to run the xerces-c samples related to schema validation I get the following message: %./SAX2Count personal-schema.xml Fatal Error at file /home/my_home/xerces/xerces-c-src_2_6_0/bin/personal-schema.xml, line 4, char 50 Message: An exception occurred! Type

RE: zOS Xerces 2.6 build problem

2005-04-06 Thread blatt, lew
wxr-xr-x 1 AGROCC2 CENTERA 2899968 Apr 6 18:48 libxerces-depdom2_6_0.dll -rw-r--r-- 1 AGROCC2 CENTERA 202080 Apr 6 18:48 libxerces-depdom2_6_0.x $ -Original Message- From: blatt, lew Sent: Wednesday, April 06, 2005 5:03 PM To: '[email protected]' Subject

RE: zOS Xerces 2.6 build problem

2005-04-06 Thread blatt, lew
Hi David, It appears you fixed our first problem. The following no longer appears: IEW2456E 9207 SYMBOL __ct__Q2_11xercesc_2_220Iconv390TransServiceFv UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM THE DESIGNATED CALL LIBRARY. FSUM3065 The LINKEDIT step ended with return code 8. If

RE: zOS Xerces 2.6 build problem

2005-04-06 Thread blatt, lew
-Original Message- From: David Cargill [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 06, 2005 2:09 PM To: [email protected] Subject: RE: zOS Xerces 2.6 build problem Hi, Try replacing: return new Iconv390TransService; with: return new IconvTransService; Regards, David A. Car

RE: zOS Xerces 2.6 build problem

2005-04-06 Thread David Cargill
Please respond to RE: zOS Xerces 2.6 build pro

RE: zOS Xerces 2.6 build problem

2005-04-06 Thread blatt, lew
Hi David, trying your sugg, unfortunately, errors: "./OS390PlatformUtils.cpp", line 198.16: CCN5130 (S) "Iconv390TransService" is n ot declared. CCN0793(I) Compilation failed for file ./OS390PlatformUtils.cpp. Object file no t created. FSUM3065 The COMPILE step ended with return code 12. FSUM3

RE: zOS Xerces 2.6 build problem

2005-04-06 Thread David Cargill
cc Subject Please respond to RE: zOS

RE: zOS Xerces 2.6 build problem

2005-04-06 Thread blatt, lew
My public apology to David. Rereading my last post: "Previous build errors, zOS/OS400, aim back to you :)" It was not at all my intention to suggest you as the culprit. The intent was rather to commend you on your support and evangelizing the zOS cause :) With apologies, lew --

RE: zOS Xerces 2.6 build problem

2005-04-06 Thread blatt, lew
Thanks, David, for the quick turn-round. I was hoping the thread would engage you. Previous build errors, zOS/OS400, aim back to you :) The puzzler to me is that binding the Xerces objects statically fails, but binding with my app succeeds ! Below is a snip of the failure and below the failure

Re: zOS Xerces 2.6 build problem

2005-04-06 Thread David Cargill
Hi, I think the problem is in OS390PlatformUtils.cpp which has: #if defined (XML_USE_ICU_TRANSCODER) #include #elif defined (XML_USE_UNICONV390_TRANSCODER) #include #else // use native transcoder #include #endif So it is using the Iconv390TransService, which I doesn't work

RE: zOS Xerces 2.6 build problem

2005-04-05 Thread blatt, lew
One clarification re IEW error messages. Notice the symbols refer to xercesc_2_2. Our application code, running on non-zOS platforms, is tightly coupled to Xerces 2.2. It was simply easier to set the Xerces minor version number to 2, during the Xerces build, for testing purposes. Apologies for

zOS Xerces 2.6 build problem

2005-04-05 Thread blatt, lew
7;m getting any smarter, after all these years, so I suspect IBM has smoothed things out for the zOS build, since Xerces 2.2. My thanks. However, I've run into two problems along the way: problem 1 - I build at the top with gmake, after executing config w/the following: export _CXX_CXXSUFFIX=

RE: [jira] Commented: (XERCESC-1394) problem untarring on a Solar is host

2005-04-03 Thread michael . d . adams
in unpacking on our end yes when I use: gzcat xerces-c-current.tar.gz | gnutar xvf - it works fine -Original Message- From: James Berry (JIRA) [mailto:[EMAIL PROTECTED] Sent: Saturday, April 02, 2005 11:54 AM To: [EMAIL PROTECTED] Subject: [jira] Commented: (XERCESC-1394) problem

[jira] Closed: (XERCESC-1394) problem untarring on a Solaris host

2005-04-02 Thread David Bertoni (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1394?page=history ] David Bertoni closed XERCESC-1394: -- Resolution: Invalid This is already a FAQ: http://xml.apache.org/xerces-c/faq-distrib.html#faq-11 > problem untarring on a Solaris h

[jira] Commented: (XERCESC-1394) problem untarring on a Solaris host

2005-04-02 Thread James Berry (JIRA)
originally (on our end?). If you modify your command to look like this (using whatever name is needed for gnutar) to extract using gnutar does it work correctly? gzcat xerces-c-current.tar.gz | gnutar xvf - (or perhaps using the simpler form: gnutar xzvf xerces-c-current.tar.gz) ? > problem untarr

[jira] Created: (XERCESC-1394) problem untarring on a Solaris host

2005-04-02 Thread Michael David Adams (JIRA)
problem untarring on a Solaris host --- Key: XERCESC-1394 URL: http://issues.apache.org/jira/browse/XERCESC-1394 Project: Xerces-C++ Type: Bug Environment: Solaris Reporter: Michael David Adams Priority: Minor I get the

Re: Problem with xml files without Carriage Return

2005-04-01 Thread Alberto Massari
with the xsd schema. But if we use files without carriage return between each node, the parser doesn't make any verification. Is it possible to resolve this problem by setting a parser's parameter ? If yes, how do we do it ? for example : MARSEILLE13000 : the parser doesn't

Problem with xml files without Carriage Return

2005-03-31 Thread Martin Jean-Michel
e any verification. Is it possible to resolve this problem by setting a parser's parameter ? If yes, how do we do it ? for example : MARSEILLE13000 : the parser doesn't run correctly but : MARSEILLE 13000 : the parser runs correctly Thanks ! Jean-Mi

Re: Linker warning LNK4006 problem...

2005-03-18 Thread Radovan Chytracek
Hi Alberto, I took official XercesC zip distribution and compiled using MsDev solution which BTW needed to be converted to the latest format. Once having these XercesC libraries in place I created my new solution and static library project for my sources and tried to build. I knew the issues w

Re: Linker warning LNK4006 problem...

2005-03-18 Thread Alberto Massari
Hi Radovan, At 02.37 18/03/2005 +0100, Radovan Chytracek wrote: Hi, after long time I tried to build our libraries against XercesC on Windows using MsDev .NET 2003 and I am getting over 13000 these warnings when creating static library. I was checking all the project settings but no success. Is

Linker warning LNK4006 problem...

2005-03-17 Thread Radovan Chytracek
Hi, after long time I tried to build our libraries against XercesC on Windows using MsDev .NET 2003 and I am getting over 13000 these warnings when creating static library. I was checking all the project settings but no success. Is there any way to get rid of them? Thanks Radovan

Re: Problem with xerces 2.2.0 when read ascii value greater 127 (HP-UX works; LINUX dosen't work)

2005-03-11 Thread Gareth Reakes
Hey, You are converting to local code page by using CXStr (I assume its a copy of the macros from the samples). Are you sure that your 2 platforms have the same code page? To test if this is the case, navigate to the attribute in the DOM and look at the length of the string in the attribute fo

Problem with xerces 2.2.0 when read ascii value greater 127 (HP-UX works; LINUX dosen't work)

2005-03-10 Thread Gianmario Tartaglione
Hi, I'm using xerces 2.2.0 and I have a little problem in read xml value with ascii value greater 127. XML file example - ]> The problem is in the a

FW: Xerces-c namespace problem on Red Hat Enterprise Linux using Intel8.1 compiler

2005-03-01 Thread Arefin, Mollick \(Cont, ARL/CISD\)
Title: Message Hi,   After overcoming namespace problem (by forcing it to null), we are having undefined references problems.  The symbols in Xerces-c library when built with Intel8.1 compile (icc) have cryptic format like those when built with gcc.  When we try to build our application

[jira] Updated: (XERCESC-1357) Compiling problem on HPUX 11

2005-02-28 Thread Robert Buck (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1357?page=history ] Robert Buck updated XERCESC-1357: - Attachment: hpfixes.zip We ran into this problem too. Attached you will find the corrected implementation. Apache guys, feel free to patch your

[jira] Commented: (XERCESC-1357) Compiling problem on HPUX 11

2005-02-27 Thread Guy Mougel (JIRA)
th a older version of XMemory.hpp, like you say, and it work. Thanks a lot. Guy. > Compiling problem on HPUX 11 > > > Key: XERCESC-1357 > URL: http://issues.apache.org/jira/browse/XERCESC-1357 > Project: Xerces-C++ >

[jira] Commented: (XERCESC-1357) Compiling problem on HPUX 11

2005-02-26 Thread cargilld (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1357?page=comments#action_59808 ] cargilld commented on XERCESC-1357: --- Hi, Can you try upgrading your compiler? Xercesc 2.6.0 supports aCC A.03.52. We ran into a compiler problem with an older version

[jira] Created: (XERCESC-1357) Compiling problem on HPUX 11

2005-02-24 Thread Guy Mougel (JIRA)
Compiling problem on HPUX 11 - Key: XERCESC-1357 URL: http://issues.apache.org/jira/browse/XERCESC-1357 Project: Xerces-C++ Type: Bug Components: Build Versions: 2.5.0 Environment: HPUX 11, compiler aC++ (aCC) A.03.13

[jira] Commented: (XERCESC-1305) Problem with XMLString::transcode() on Solaris

2005-02-15 Thread Alberto Massari (JIRA)
correct result. Someone with a SPARC should try reproducing it... Alberto > Problem with XMLString::transcode() on Solaris > -- > > Key: XERCESC-1305 > URL: http://issues.apache.org/jira/browse/XERCESC-1305 >

[jira] Commented: (XERCESC-1252) Compilation problem on IRIX 6.5 with MIPSpro Compilers: Version 7.41

2005-02-11 Thread Kean Johnston (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1252?page=comments#action_59056 ] Kean Johnston commented on XERCESC-1252: The same problem appears with UnixWare, and for the same reasons. Both UnixWare and MIPSPro use the EDG C++ front end. On

RE: Problem with namespaces...

2005-02-04 Thread Jesse Pelton
In your shoes, I'd fire up a debugger and see where the problem occurs. But first, I'd modify my code to check the returns from functions that return pointers to be sure they're valid before using them. For instance, parser->getDocument() can return NULL. If it does, you'

RE: Problem with namespaces...

2005-02-04 Thread Kalayamthanam Abraham RUAG E
com/payloads"), true); Abraham -Original Message- From: Sameera Perera [mailto:[EMAIL PROTECTED] Sent: Thursday, February 03, 2005 4:13 PM To: [email protected] Subject: Problem with namespaces... Hi, I'm using Xerces-C 2.2.0 Whenever I call functions such as getElementNS,

Problem with namespaces...

2005-02-04 Thread Sameera Perera
Hi, I'm using Xerces-C 2.2.0 Whenever I call functions such as getElementNS, getAttributeNS, lookupNamespace etc. my VC++ 6/7.1 apps crash. The exception thrown isn't a type of XMLException either. What am I doing wrong? Pls help. Sample of my code.. /

Re: Problem with xercesc_2_6::XMemory::operator

2005-01-21 Thread David ---
t;[EMAIL PROTECTED]> a écrit : > Hi David, > have you called XMLPlatforUtils::Initialize()? > > Alberto > > At 14.45 21/01/2005 +0100, David --- wrote: > >Well it seems that a problem never comes alone. > > > >There seems to be a problem in my program hat is &g

Re: Problem with xercesc_2_6::XMemory::operator

2005-01-21 Thread Alberto Massari
Hi David, have you called XMLPlatforUtils::Initialize()? Alberto At 14.45 21/01/2005 +0100, David --- wrote: Well it seems that a problem never comes alone. There seems to be a problem in my program hat is causing me some trouble. I'm using a sax parser but i get a seg fault when i run the pr

Problem with xercesc_2_6::XMemory::operator

2005-01-21 Thread David ---
Well it seems that a problem never comes alone. There seems to be a problem in my program hat is causing me some trouble. I'm using a sax parser but i get a seg fault when i run the program. Here is the output of gdb Starting program: /home/david/Actigenics/libs/C++/base/XmlXercesFa

Re: Problem with SAX2XMLReader Memory Usage

2005-01-07 Thread Florian Brugger
I gave it a try and it works great now, thank you for the fix! Best regards, Florian - Original Message - From: "Alberto Massari" <[EMAIL PROTECTED]> To: Sent: Thursday, January 06, 2005 2:06 PM Subject: Re: Problem with SAX2XMLReader Memory Usage Hi Florian, a few days

Re: Problem with SAX2XMLReader Memory Usage

2005-01-06 Thread Alberto Massari
Hi Florian, a few days ago I committed a change that should fix the problem: can you get the latest sources and try your testcase? Thanks, Alberto At 13.18 06/01/2005 +0100, Florian Brugger wrote: Regarding the SAX2Count memory usage problem: Try using the following program to generate testfiles

Re: Problem with SAX2XMLReader Memory Usage

2005-01-06 Thread Florian Brugger
Regarding the SAX2Count memory usage problem: Try using the following program to generate testfiles: #include #define WITH_ATTRIBUTES #define ELEM_COUNT 300 int main() { FILE *fp; if(!(fp=fopen("test.xml","wt"))) return -1; fprintf(fp,"\n\n"); for(int i=0;i #ifd

Re: XMLURL memory allocation problem

2004-12-31 Thread Sam Lindley
I was wrong... This isn't a problem with VC++. It is just following the usual overloading rules, and placement new is hidden. The difference between VC++ and gcc is that VC++ uses placement new in its implementation of STL containers such as vector. This seems like a perfectly reaso

[jira] Resolved: (XERCESC-647) problem cloning DOMDocument

2004-12-28 Thread Alberto Massari (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESC-647?page=history ] Alberto Massari resolved XERCESC-647: - Assign To: (was: Xerces-C Developers Mailing List) Resolution: Fixed A fix is in CVS. Please verify. Alberto > problem clon

Re: XMLURL memory allocation problem

2004-12-23 Thread Sam Lindley
I think I've found the root of the problem, and it seems to be something that's been noticed before, e.g: http://marc.theaimsgroup.com/?l=xerces-c-dev&m=107349519306035&w=2 AFAICS, VC++ (2003) doesn't handle overloading of operator new properly. The XMemory class over

Re: Problem with SAX2XMLReader Memory Usage

2004-12-23 Thread Alberto Massari
Hi Florian, I tried the SAX2Count sample on the XML files generated by XMark (both the 115Mb and the 232Mb versions); in both cases the memory consumption was under 5Mb. Can you post the XML you are using? Alberto At 10.40 13/12/2004 +0100, [EMAIL PROTECTED] wrote: I have noticed a problem

Re: Who can help me to solve this problem?

2004-12-23 Thread Alberto Massari
XMLUni::fgXercescDefaultLocale" ([EMAIL PROTECTED]@xercesc_2_6@@2QBDB) StdInParse.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall xercesc_2_6::SAXParser::~SAXParser(void)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) StdInParse.obj : error

Who can help me to solve this problem?

2004-12-22 Thread Anping Chen
t xercesc_2_6::XMLUni::fgXercescDefaultLocale" ([EMAIL PROTECTED]@xercesc_2_6@@2QBDB) StdInParse.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall xercesc_2_6::SAXParser::~SAXParser(void)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) StdInParse.obj

XMLURL memory allocation problem

2004-12-22 Thread Sam Lindley
e of the 3 overloads can convert parameter 2 from type 'void *' Apparently the same code compiles fine under gcc 3.4.3 and xerces-c 2.6.0. The same problem occurs with XMLUri (and presumably any class derived from XMemory). If vector is changed to list, then it compiles.

Problem with SAX2XMLReader Memory Usage

2004-12-13 Thread f.brugger
I have noticed a problem using SAX2XMLReader in an application dealing with large XML files: memory consumption does not remain at the same level but rises at a constant rate. This can be easily reproduced using a large XML file with a sample application such as SAX2Count. SAX2Count memory

[jira] Commented: (XERCESC-1305) Problem with XMLString::transcode() on Solaris

2004-12-07 Thread Dominik Stadler (JIRA)
ect in the current Xerces without ICU. > Problem with XMLString::transcode() on Solaris > -- > > Key: XERCESC-1305 > URL: http://nagoya.apache.org/jira/browse/XERCESC-1305 > Project: Xerces-C++ > Type

[jira] Commented: (XERCESC-1305) Problem with XMLString::transcode() on Solaris

2004-12-06 Thread Dominik Stadler (JIRA)
then just cuts of the first two bytes which results in the incorrect value "00 23" reported above. > Problem with XMLString::transcode() on Solaris > -- > > Key: XERCESC-1305 > URL: http://nagoya.apache.org

[jira] Commented: (XERCESC-1305) Problem with XMLString::transcode() on Solaris

2004-12-06 Thread Dominik Stadler (JIRA)
and you get one codepoint. --- begin quote ---- So the problem is that Xerces on all Platforms that use the Iconv-Transcoder with the mbstowcs or mbtowc-methods assumes that wchar_t is UCS-2, but especially on Solaris this is not the case, wchar_t is something different. > Prob

[jira] Updated: (XERCESC-1305) Problem with XMLString::transcode() on Solaris

2004-12-03 Thread Dominik Stadler (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESC-1305?page=history ] Dominik Stadler updated XERCESC-1305: - Attachment: XercesTestcase.h Testcase that prints the correct text on Linux but not on Solaris > Problem with XMLString::transcode()

[jira] Created: (XERCESC-1305) Problem with XMLString::transcode() on Solaris

2004-12-03 Thread Dominik Stadler (JIRA)
Problem with XMLString::transcode() on Solaris -- Key: XERCESC-1305 URL: http://nagoya.apache.org/jira/browse/XERCESC-1305 Project: Xerces-C++ Type: Bug Components: Utilities Versions: 2.4.0, 2.6.0 Environment

RE: SegFaullt problem update -- ComplexTypeInfo::resizeContentSpe cOrgURI

2004-11-17 Thread White Daniel E CONT DLVA
7; Subject: SegFaullt problem OK, I have an object class definition for a server application that contains: // XercesDOMParser* parser ; DOMTreeErrorReporter* e

SegFaullt problem

2004-11-17 Thread White Daniel E CONT DLVA
{ ... } catch (...) { ... } // cleanup delete memBufIS ; return rc ; } // The problem is that I get occasional Segnentation Faults on either the creation of the MemBufInputSource ob

[jira] Updated: (XERCESC-758) problem related to external dtd in xml file

2004-11-02 Thread Alberto Massari (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESC-758?page=history ] Alberto Massari updated XERCESC-758: Priority: Major > problem related to external dtd in xml file > --- > > Key:

[jira] Updated: (XERCESC-647) problem cloning DOMDocument

2004-11-02 Thread Alberto Massari (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESC-647?page=history ] Alberto Massari updated XERCESC-647: Priority: Major > problem cloning DOMDocument > --- > > Key: XERCESC-647 > URL: http://na

[jira] Updated: (XERCESC-646) problem deleting attributes when element is released

2004-11-02 Thread Alberto Massari (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESC-646?page=history ] Alberto Massari updated XERCESC-646: Priority: Major > problem deleting attributes when element is released > > >

[jira] Updated: (XERCESC-1160) External subset problem with icc 8.0 on IA-64 Linux

2004-11-02 Thread Alberto Massari (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESC-1160?page=history ] Alberto Massari updated XERCESC-1160: - Priority: Major > External subset problem with icc 8.0 on IA-64 Linux > --- > >

Re: Problem while building Xerces 2_3_0 on Tru64...

2004-10-25 Thread P.M.S.Prakash
-pthread option, but still I am seeing the same issue. Is there any other settings that needs to be done, to resolve this issue? Regards Ananth -Original Message- From: P.M.S.Prakash [mailto:[EMAIL PROTECTED] Sent: Monday, October 25, 2004 7:44 PM To: [EMAIL PROTECTED] Subject: Re: Problem

RE: Validation Problem with Foreign Characters

2004-10-25 Thread White Daniel E CONT DLVA
ari [mailto:[EMAIL PROTECTED] Sent: Monday, October 25, 2004 10:05 AM To: [EMAIL PROTECTED] Subject: RE: Validation Problem with Foreign Characters If you get a UTFDataFormatException, you are using the UTF-8 transcoder, and not the iso-8859 one. Have you tried running the sample DOMPrint on the

RE: Problem while building Xerces 2_3_0 on Tru64...

2004-10-25 Thread PRABHU, ANANTHA (STSD)
PROTECTED] Subject: Re: Problem while building Xerces 2_3_0 on Tru64... Hi Ananth, Instead of -r pthread, try with "-l -pthread" option, it will work. In tru64, the compiler flag to be used is "-pthread". I don't think -r pthread option of runConfigure works for tru64

Re: Problem while building Xerces 2_3_0 on Tru64...

2004-10-25 Thread P.M.S.Prakash
Hi Ananth, Instead of -r pthread, try with "-l -pthread" option, it will work. In tru64, the compiler flag to be used is "-pthread". I don't think -r pthread option of runConfigure works for tru64. Regards Prakash PRABHU, ANANTHA (STSD) wrote: Hi, I am getting following error when i do a xerces

RE: Validation Problem with Foreign Characters

2004-10-25 Thread Alberto Massari
If you get a UTFDataFormatException, you are using the UTF-8 transcoder, and not the iso-8859 one. Have you tried running the sample DOMPrint on the XML file? If it fails, you should attach a test XML to your mail so that we can reproduce the problem. Alberto At 09.52 25/10/2004 -0400, White

Problem while building Xerces 2_3_0 on Tru64...

2004-10-25 Thread PRABHU, ANANTHA (STSD)
Hi, I am getting following error when i do a xerces build on Tru64, gmake[3]: Entering directory `/usr/users/prabhua/Xerces/xerces-c-src_2_3_0/src/xercesc/util/Platforms/Tru64' mkdir -p /usr/users/prabhua/Xerces/xerces-c-src_2_3_0/src/xercesc/include/xercesc/util/Platforms/Tru64 cp -fp Tru64Def

RE: Validation Problem with Foreign Characters

2004-10-25 Thread White Daniel E CONT DLVA
rror: Type: UTFDataFormatExceptionMessage: invalid byte 2 () of a 2-byte sequence -Original Message- From: Alberto Massari [mailto:[EMAIL PROTECTED] Sent: Monday, October 25, 2004 9:42 AM To: [EMAIL PROTECTED] Subject: Re: Validation Problem with Foreign Characters At 09.36 25/10/2004 -0400, Whit

Re: Validation Problem with Foreign Characters

2004-10-25 Thread Alberto Massari
At 09.36 25/10/2004 -0400, White Daniel E CONT DLVA wrote: I am trying to accept XML with some foreign characters in it: Like this: Hållø Thære. These are 8-bit, iso-8859-1 characters, ( e5, e6, and f8 ) The XercesDOMParser's validator throws an exception that says "Invalid or incomplete multibyte

Validation Problem with Foreign Characters

2004-10-25 Thread White Daniel E CONT DLVA
I am trying to accept XML with some foreign characters in it: Like this: Hållø Thære. These are 8-bit, iso-8859-1 characters, ( e5, e6, and f8 ) The XercesDOMParser's validator throws an exception that says "Invalid or incomplete multibyte or wide character" Any clues out there ? -

[jira] Closed: (XERCESC-688) problem regarding _cdecl

2004-10-19 Thread xerces-c-dev
: - Key: XERCESC-688 Summary: problem regarding _cdecl Type: Bug Status: Closed Resolution: INVALID Project: Xerces-C++ Components: Miscellaneous Versions: 2.1.0 Assignee: Reporter: pranav Created: Mon, 21 Oct 2002 7:12 AM Updated

Re: problem building with libwww

2004-10-19 Thread Alberto Massari
That's strange, as the failure is occurring when trying to execute a.out. It looks like your LD_LIBRARY_PATH doesn't contain /usr/local/lib; can you check? Alberto At 10.40 19/10/2004 -0400, Dorn Hetzel wrote: On a vanilla RH9 box with gcc 3.2.2, I'm trying to build xerces-c against libwww, usin

problem building with libwww

2004-10-19 Thread Dorn Hetzel
On a vanilla RH9 box with gcc 3.2.2, I'm trying to build xerces-c against libwww, using xerces-c-current.tar.gz which contains xerces-c-src_2_5_0 and using w3c-libwww-5.4.0.tgz which is configured as follows: in /usr/local/src/w3c-libwww-5.4.0/ ./configure --with-expat '--with-ssl=-L/usr/local/

[jira] Resolved: (XERCESC-1209) Problem with id usage across schema documents

2004-10-12 Thread xerces-c-dev
://issues.apache.org/jira/browse/XERCESC-1209 Here is an overview of the issue: - Key: XERCESC-1209 Summary: Problem with id usage across schema documents Type: Bug Status: Resolved Priority: Blocker Resolution

Re: xcode compilation problem

2004-10-10 Thread Abraham Nelson
Well I did finally get it to compile; it seems copying the header files directly to the project from within Xcode does something that makes it fail. I just have it fetch them directly from the location where I uncompressed the archive instead and it compiles without errors now. Guess I should have

Re: xcode compilation problem

2004-10-10 Thread James Berry
Abraham, Have you tried building the samples? Do they build for you? If so, please review how they use the headers. If not, tell me what happens for you. There are xcode projects for the DOMPrint and SAXPrint samples. These build fine for me. James. On Oct 10, 2004, at 1:04 PM, Abraham Nelson

xcode compilation problem

2004-10-10 Thread Abraham Nelson
How the heck to I get this error out of my hair (and get cout properly recongnized) when compiling under Xcode?? I'm using the framework as described in the build sections for the Mac. What headers, *EXACTLY*, do I need to include?!?!? In file included from Projects/Xercestest/xercesc/util/Xerces

Re: Problem of loading shared libraries in Xerces-C++

2004-09-30 Thread Vitaly Prapirny
Hi, wu yi wrote: But finally, when I tried to use the executable files, I got into trouble. For example, "MemParse: error while loading shared libraries: libxerces-c.so.25: cannot open shared object file: No such file or directory". Please read the FAQ article "I cannot run the sample applicatio

Problem of loading shared libraries in Xerces-C++

2004-09-30 Thread wu yi
Dear sir:   I met trouble when I tried to use programs under /samples.   I use linux and download the version of source distribution. I have followed the builder instruction.   1. Set root path, library path.   2. "autoconf" in /src/xerces/    3. "runConfigure -plinux -cgcc -xg++ -minmem -

[jira] Commented: (XERCESC-1209) Problem with id usage across schema documents

2004-09-29 Thread xerces-c-dev
: XERCESC-1209 Summary: Problem with id usage across schema documents Type: Bug Status: Unassigned Priority: Blocker Project: Xerces-C++ Components: Validating Parser (Schema) (Xerces 1.5 or up only) Versions: 2.4.0 Assignee: Reporter

Re: Dll Problem

2004-09-17 Thread Jeroen N. Witmond
> I have a problem when I am using Xerces in my own DLL Library. Anywhere > I try to initialize the implementation of Xerces XML the result is in > Access Violation Can you give me a hint? > > const XMLCh gLS[] = {chLatin_L, chLatin_S, chNull}; > xmlImpl = DOMImpl

Dll Problem

2004-09-17 Thread Grzes
I have a problem when I am using Xerces in my own DLL Library. Anywhere I try to initialize the implementation of Xerces XML the result is in Access Violation Can you give me a hint? const XMLCh gLS[] = {chLatin_L, chLatin_S, chNull}; xmlImpl = DOMImplementationRegistry

Re: Problem of Xerces in AIX-5.2

2004-09-15 Thread Simon Kitching
On Thu, 2004-09-16 at 01:13, David Cargill wrote: > > > Hi Gurudas, > The binaries you downloaded were built with xlC so the library won't be > compatibile with gcc. Thus giving you the link errors. > > You can either build your app with xlC or rebuild xerces with gcc (although > I am not sure

Re: Problem with Samples

2004-09-15 Thread David Cargill
Hi Anand, The problem is that you are using xlC V5 and the library was built with xlC V6 (since xlC V5 is out of service). So you can either upgrade to xlC V6 or download the source and build it using xlC V5. Regards, David A. Cargill XML Parser Development IBM Toronto Lab (905) 413-2371

Re: Problem of Xerces in AIX-5.2

2004-09-15 Thread David Cargill
PM Subject Problem of Xerces in AIX-5.2 Please respond to xerces-

Problem of Xerces in AIX-5.2

2004-09-15 Thread Gurudas_Pradhan
Title: Problem of Xerces in AIX-5.2 Hi All, I am getting the following linking errors , while using the Xerces Parser(AIX 5.1 compiled with xlC_r 6.0.0 .tar.gz archive: xerces-c_2_5_0-aix_510-xlc_60_040127.tar.gz [PGP] [MD5] ) . I am using AIX 5.2 version, I was downloading the above binary

Problem with Samples

2004-09-15 Thread Anand R Koppal
am not able to find out. The only problem, i see the difference in the compiler version. I am using 5 instead of 6. Please let me the exact reason for the same. Below the error : ERROR BEGIN== $ DOMCount -v=always personal.xml exec(): 0509

Dynamic link problem

2004-09-02 Thread Stephan Menzel
+-libc6.2-2.so.3 => /cross/lib/libstdc++-libc6.2-2.so.3 (0x00f9d000) libm.so.6 => /cross/lib/libm.so.6 (0x00111000) libc.so.6 => /cross/lib/libc.so.6 (0x00132000) /cross/lib/ld-linux.so.2 => /cross/lib/ld-linux.so.2 (0x00448000) So how can I prevent that to happ

Re: AS/400 problem Was Re: Xerces-C 2.6 Release

2004-08-26 Thread Gareth Reakes
Hey, is there a bug created for this? If not, its a good idea to do so. These things have a habit of getting lost... Gareth Patrick Townsend wrote: Hi David, I reported a problem with building Xerces on the iSeries (AS/400) platform a few weeks ago. The configuration scripts were

[jira] Created: (XERCESC-1252) Compilation problem on IRIX 6.5 with MIPSpro Compilers: Version 7.41

2004-08-10 Thread xerces-c-dev
: - Key: XERCESC-1252 Summary: Compilation problem on IRIX 6.5 with MIPSpro Compilers: Version 7.41 Type: Bug Status: Unassigned Priority: Major Project: Xerces-C++ Components: Build Versions: 2.5.0 Assignee: Reporter: Marcus Mohr

Memory allocation problem with V2.5

2004-08-02 Thread Kohli, Naveen
We are seeing some inconsistent behavior with V2.5. Every few minutes the process using the parser will crash. We finally tracked it down to XMemory new operator and so on…. If we use the debug build everything works fine. But with release build, we just can’t make it to work. Here is the c

[jira] Resolved: (XERCESC-1179) IconvFBSD transcode() string termination problem

2004-07-23 Thread xerces-c-dev
/XERCESC-1179 Here is an overview of the issue: - Key: XERCESC-1179 Summary: IconvFBSD transcode() string termination problem Type: Bug Status: Resolved Resolution: FIXED Project: Xerces-C++ Components

Re: problem with WFXMLScanner

2004-07-14 Thread Joshua Bronson
Problem solved! Thanks to everyone for an extremely fast response. I just installed version 2.4 and it's working fine. Josh On Wed, Jul 14, 2004 at 02:15:53PM -0400, Jesse Pelton wrote: > Right you are. It should be safe to pull revision 1.21 of > WFXMLScanner.cpp from > http://

RE: problem with WFXMLScanner

2004-07-14 Thread Jesse Pelton
[mailto:[EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 2:03 PM To: [EMAIL PROTECTED] Subject: Re: problem with WFXMLScanner This is a bug in the 2.5 release code. DB XML users are advised to use the 2.4 code, or if they feel brave to pull the sources directly from CVS. John On 14 Jul 2004, at 19

Re: problem with WFXMLScanner

2004-07-14 Thread John Merrells
m and compiler? -Original Message- From: Joshua Theman [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 1:56 PM To: [EMAIL PROTECTED] Subject: problem with WFXMLScanner I hope this list is an appropriate place to ask this question; I've spent quite a bit of time grepping and r

RE: problem with WFXMLScanner

2004-07-14 Thread Jesse Pelton
That doesn't look like the current code. What version of Xerces are you using? What platform and compiler? -Original Message- From: Joshua Theman [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 1:56 PM To: [EMAIL PROTECTED] Subject: problem with WFXMLScanner I hope this

problem with WFXMLScanner

2004-07-14 Thread Joshua Theman
I hope this list is an appropriate place to ask this question; I've spent quite a bit of time grepping and reading the source, and I think this is my best bet. I'm trying to use the xerces-c library through the Sleepycat DB XML software package, and I consistently have an exception thrown from t

Compile problem on SGI IRIX 6.5

2004-07-08 Thread Ramesh Miraje
dear all, I am trying to compile xerces-c-src1_6_0 on IRIX 6.5 I used following command for configure : runConfigure -pirix -ccc -xCC make I get the following error when using 'make' : - make: file `Makefile.incl' line 103: Must be a separator (: or ::) f

RE: Quick problem validating against schema located on a central web server

2004-06-28 Thread Alberto Massari
you using? Alberto -Original Message- From: Jesse Pelton [mailto:[EMAIL PROTECTED] Sent: Monday, June 28, 2004 12:30 PM To: [EMAIL PROTECTED] Subject: RE: Quick problem validating against schema located on a central web server Depends on which URL you use. The first one in the original messa

RE: Quick problem validating against schema located on a central web server

2004-06-28 Thread Styduhar, Chris
I apologize for the mistake in the URL - please use the second one :) -Original Message- From: Jesse Pelton [mailto:[EMAIL PROTECTED] Sent: Monday, June 28, 2004 12:30 PM To: [EMAIL PROTECTED] Subject: RE: Quick problem validating against schema located on a central web server Depends

RE: Quick problem validating against schema located on a central web server

2004-06-28 Thread Styduhar, Chris
ECTED] Subject: RE: Quick problem validating against schema located on a central web server I'm having no trouble viewing it either. Adam Heinz Senior Software Developer Exstream Software -Original Message- From: Styduhar, Chris [mailto:[EMAIL PROTECTED] Sent: Monday, June 28, 2004 1

RE: Quick problem validating against schema located on a central web server

2004-06-28 Thread Jesse Pelton
Depends on which URL you use. The first one in the original message had "ww." instead of "www." -Original Message- From: Styduhar, Chris [mailto:[EMAIL PROTECTED] Sent: Monday, June 28, 2004 1:22 PM To: [EMAIL PROTECTED] Subject: RE: Quick problem validating against

RE: Quick problem validating against schema located on a central web server

2004-06-28 Thread Adam Heinz
I'm having no trouble viewing it either. Adam Heinz Senior Software Developer Exstream Software -Original Message- From: Styduhar, Chris [mailto:[EMAIL PROTECTED] Sent: Monday, June 28, 2004 12:22 PM To: [EMAIL PROTECTED] Subject: RE: Quick problem validating against schema located

  1   2   3   4   5   6   7   8   >