Warnings while compiling xerces-c1_4 on Hp-UX 10.2

2001-10-11 Thread Aniruddha Shevade
Hi When I try to build xerces-c1_4 on HP-UX 10.2 using aCC compiler i get the following warning. The runConfigure was executed using runConfigure -p 'hp-10' -ccc -xaCC gmake[1]: warning: Clock skew detected. Your build may be incomplete. Any help is greatly appreciated Thanks Aniruddh

builing xerces-c1_4 on HP-UX 10.2 , thread option to be used

2001-10-11 Thread Aniruddha Shevade
Hi I am building xerces-c1_4 on HP-UX 10.2 using aCC compiler. What is the thread option I should be giving to the runConfigure ? If I do not specify any -r option to the runConfigure , does it use pthread ? Also the application which uses this parser is linking to the library libdce Will th

DomException while Parsing

2002-01-11 Thread Aniruddha Shevade
Hello I get a DOmException after I call the parse() method of the DOMParser When I Try to catch the exception and retrieve teh Error MEssage, I get a empty sting ? Any help is appreciated Thanks -Aniruddha - To unsubscribe,

RE: please let me know

2002-02-05 Thread Aniruddha Shevade
check your project settings if you are using Dev Studio -Original Message- From: Bavishi, Pankij [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 05, 2002 12:58 PM To: [EMAIL PROTECTED] Subject: please let me know fatal error C1083: Cannot open include file: 'util/PlatformUtils.hpp

RE: Hi

2002-02-06 Thread Aniruddha Shevade
Please refer to the samples programs, such as DOMPrint which  come with the installtion   -Aniruddha -Original Message-From: Pushparaj [mailto:[EMAIL PROTECTED]]Sent: Saturday, February 02, 2002 2:10 AMTo: [EMAIL PROTECTED]Subject: Hi Hi   I'm using your Xerces-c xml

specifying encoding for the parser

2002-02-14 Thread Aniruddha Shevade
Hello Is there a way I can specify the encoding for the xerces pareser. What happens if the XML document being parsed does not contain the starting tag which normally specifies the encoding ? Thanks -Aniruddha - To unsubsc

Help with DOMString

2002-02-18 Thread Aniruddha Shevade
Hello I have some problms in determining how the DOMString represents its values internally The problem I have is the following For the XML request (Some Name In Russian Laung which is a Mix of Ascci and Non ascii characters ) 1) When The client sends a XML request , using the Visual Stu

Performance Issues on Solaris 2.7

2002-03-06 Thread Aniruddha Shevade
Title: Performance Issues on Solaris 2.7 Hello Everybody   I have built xerces on NT and Sun Solaris. What I am finding is that the performance on Solaris seems to be atleast three times slower than on NT. Can anything be wrong in the Way I have build the library. Has anyone expirienced the s

RE: Performance Issues on Solaris 2.7

2002-03-08 Thread Aniruddha Shevade
alled, and disk speed and type. All these affect performance. --Carl       Anir

Help with xerces on Unix - Performance issues

2002-03-12 Thread Aniruddha Shevade
Title: Help with xerces on Unix - Performance issues Hello Everybody  I managed to compile xerces on all the Unix platforms , following the instructions. But I am running into severe performance issues on all Unix platforms ( HP-UX, Aix and Solaris ) I am suspecting the problem lies with the w

RE: Help with xerces on Unix - Performance issues

2002-03-12 Thread Aniruddha Shevade
Title: Help with xerces on Unix - Performance issues I forgot to add the option for threadinf ( 'dce' or 'pthread' )   -Aniruddha -Original Message-From: Aniruddha Shevade [mailto:[EMAIL PROTECTED]]Sent: Tuesday, March 12, 2002 1:53 PMTo: [EMAIL PROTECTE

HElp Crashing when trying to Parse On Solaris

2002-03-27 Thread Aniruddha Shevade
Title: HElp Crashing when trying to Parse On Solaris Hello   I have developed a server and while I was stress testing the server on a Solaris machine I got a crash in the XML parser with the following stack trace. ANy help is greatly appreciated. Is there any way I can handle conditions such

Performance comparison - getElementsByTagName and GetChildNodes()

2002-04-11 Thread Aniruddha Shevade
Title: Performance comparison - getElementsByTagName and GetChildNodes() Hello    After having parsed the xml, I want to find a particular element. I have two approaches 1) The Most obvious is to call getElementsByTagName.  2) USe getChildNodes and iterate over the list, and compare the no

Help With building xerces as a static library on Win NT

2002-04-21 Thread Aniruddha Shevade
Title: Help With building xerces as a static library on Win NT Hello    I   get the following linker erro wehn trying to build xerces as a static lib on Windws NT. I am using Visual Studio 6 LIBCMTD.lib(wwincrt0.obj) : error LNK2001: unresolved external symbol _wWinMain@16 Any help is grea

Errors Linking Statically with xerces using VC++

2002-04-22 Thread Aniruddha Shevade
Title: Errors Linking Statically with xerces using VC++ Hello  Following the mail arcvhies , I created a static xerces lib. When I try to link my application to it, I get a lot of Error messages and warnings such as Linking... XercesStaticLibD.lib(Win32PlatformUtils.obj) : error LNK2005: "vo

Help with Sax Parser

2003-06-27 Thread Aniruddha Shevade
Hello   I am trying to use A Sax parser .  In the StartElement method  I wish to find out the Name space for a particular Node.   For e.g if the Node for which the StartElement is triggered is as shown   When I iterate through the AttributeList of the StartElement method , I expect

Newbie question about sax parser - Hoe to get the LocalName, and NameSpace

2003-07-04 Thread Aniruddha Shevade
Hello   I am trying to use A Sax parser .  In the StartElement method  I wish to find out the Name space, and LocalName for a  for a particular Node.   For e.g if the Node for which the StartElement is triggered is as shown   I am not clear which method should be overwritten ? Any

Problems with xerces on AIX 5.2

2004-07-30 Thread ANIRUDDHA shevade
Hello We are using xerces 1.4 ( when we developed our application this was the latest version available at that time ) The library worked fine , until recently when we started running out application on AIX 5.2. It apperas that when we run on multi cpu machine, after some time the performance deg

Support For Hp-Ux 10.2 and solaris 2.8

2001-06-20 Thread Aniruddha Shevade
Hello We are using the xerces-c parser in our application which is supposed to be running on several platforms. The documentation describes the various platoforms the parser can be used on. However the following two platforms are not mentioned in the documentation Hp-Ux 10.2 solaris 2.8 Is th

Failure using the runConfigure utility on hp-ux 11

2001-06-26 Thread Aniruddha Shevade
In an attempt to build the xerces-c on HP-UX 11i am running the runConfigure utility to create make files . I keep getting the following error message after the utility has created make files creating ../obj/Makefile sed:Cannot find or open file ./../obj/Makfile.in The compiler being used i

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

Xerces-c1_4 : Problems linking with libxerces-c1_4.so on SunOS 5.6

2001-07-10 Thread Aniruddha Shevade
Hello I built the xerces library on SunOS 5.6 using CC compiler 4.2 .The library was built using the runConfigure utility and gmake. When I am trying to link my application to the library I get the following error messages Undefined first referenced symbol

RE: Xerces-c1_4 : Problems linking with libxerces-c1_4.so on SunOS 5. 6

2001-07-10 Thread Aniruddha Shevade
list will jump in with a solution, but in case you didn't know about the xxx_casecmp functions, I wanted to tell you about them. All you need to do to use them is include . Regards, --Carl Aniruddha Shevade <[EMAIL PROTECTED]> on 07/10/2001 03:37:12 PM Please respond to [EMAIL PRO

RE: Xerces-c1_4 : Problems linking with libxerces-c1_4.so on SunO S 5. 6

2001-07-10 Thread Aniruddha Shevade
Hello Carl, Looks like it was a problem with mangling , I had to change the definition in SunCCDefs.cpp to extern "C" stricmp(..) etc. So is this the a known issue or abug. Anyway I am very thankful for all your help Thanks Aniruddha -Original Message- From: [EMAIL PROTECTED] [mailto:

xerces-c1_4: problems building on AIX 4.3.2 using xlC_r, and compiling other cpp programs

2001-07-11 Thread Aniruddha Shevade
Hello When I try to build xerces-c-1_4 on AIX 4.3.2 I get the following error several times /usr/vacpp/bin/xlC_r -qnotempinc -D_THREAD_SAFE -c -O -DXML_USE_NATIVE_TRANSCODER -DXML_USE_INMEM_MESSAGELO ADER -DXML_USE_NETACCESSOR_SOCKET -I/home/ashevade/devlopment/server/soapengine/soapxmlparse

Problem building xerces-c-1_4 on AIX 4.3.2 using xlC_r

2001-07-11 Thread Aniruddha Shevade
When I try to build xerces-c-1_4 on AIX 4.3.2 I get the following problem ld: 0711-224 WARNING: Duplicate symbol: TranscodingException::TranscodingException(const TranscodingException&) ld: 0711-224 WARNING: Duplicate symbol: XMLDeleterFor::XMLDeleterFor(XMLMutex* const) ld: 0711-224 WARNING: Du

RE: Problem building xerces-c-1_4 on AIX 4.3.2 using xlC_r

2001-07-11 Thread Aniruddha Shevade
Hello Do I have to upgradde to xerces-c-1_5 or xml4c1.5 . I am kine of confused by the the last two mails Thanks Aniruddha -Original Message- From: Herb Chong [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 2:58 PM To: [EMAIL PROTECTED] Subject: Re: Problem building xerces-

RE: Problem building xerces-c-1_4 on AIX 4.3.2 using xlC_r - CSetDefs.o not included in Link ?

2001-07-12 Thread Aniruddha Shevade
Hello While building the xercec-c1_4 , I get the following error ld: 0711-317 ERROR: Undefined symbol: .stricmp ld: 0711-317 ERROR: Undefined symbol: .strnicmp The have been defined in the util/compiler/CSetDefs.cpp file, whihc gets included when compiling under this configuration. I think wh

Problem building xerces-c-1_4 on AIX 4.3.2 using xlC_r - CSe tDefs.o not included in Link ?

2001-07-12 Thread Aniruddha Shevade
Hello While building the xercec-c1_4 on AIX 4.3.2 using VA 5.o compiler xlC_r , I get the following error ld: 0711-317 ERROR: Undefined symbol: .stricmp ld: 0711-317 ERROR: Undefined symbol: .strnicmp The have been defined in the util/compiler/CSetDefs.cpp file, whihc gets included when comp

xerces-c1_4: Error Compiling Application using PlatformUtils.hpp file on AIX with xlC_r

2001-07-13 Thread Aniruddha Shevade
Hello I have successfully built thte xerces library on AIX 4.3.2 using Visual Age 5.o compiler xlC_r. However when I try to compile my cpp source code on AIX , all files which include src/util/PlatformUtils.hpp give the following compilation error "src/util/Compilers/CSetDefs.hpp", line 137.21:

RE: xerces and trancoding

2001-08-01 Thread Aniruddha Shevade
delet[] char * does the job. The returned string is always null terminated Aniruddha -Original Message- From: Aditya Bhasin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 01, 2001 6:17 PM To: [EMAIL PROTECTED] Subject: xerces and trancoding Hi, char * DOMString::transcode ( ) c

limit on the buffer size for parsing?

2001-08-15 Thread Aniruddha Shevade
Hi Is there any limit on the buffer size which can be parsed by the xerces parser Thanks Aniruddha - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

xerces1-4: What is wrong in this code ?

2001-08-21 Thread Aniruddha Shevade
When I am using xerces to parse the following xml docuemnt user1 user1 I retrieve the node and then the following code DOM_NodeList operList = adminRequestNode.getChildNodes() ; for( unsigned int numop = 0; numop < operList.getLength(); numop ++) { // Retrieve e

Creating static libraries of xerces on UNIX

2001-10-03 Thread Aniruddha Shevade
Hello By default , the gmake utility creates a Shared lib for xerces on all Unix platforms. Is there a way to create a static library instead. If so which file need to be modified ? Any help in this matter is appreciated Thanks Aniruddha -