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
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
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,
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
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
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
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
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
alled, and
disk speed and type. All these affect performance.
--Carl
Anir
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
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-
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
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
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:
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
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]
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
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
-
34 matches
Mail list logo