Re: senumval.cpp

2003-12-05 Thread Alberto Massari
Hi Eric, the senumval sample program is designed to take an XML file as input, not an XML schema. Alberto At 23.08 05/12/2003 -0500, Eric Nilson wrote: I just noticed that my schema file had been truncated. Resending below question on why windows C example program senumval.exe always fails with

Re: senumval.cpp

2003-12-05 Thread Eric Nilson
I just noticed that my schema file had been truncated. Resending below question on why windows C example program senumval.exe always fails with complete schema file. http://www.w3.org/2001/XMLSchema"    targetNamespace="http://www.publishing.org"    xmlns="http://www.publishi

senumval.cpp

2003-12-05 Thread Eric Nilson
    Does anyone have a fix for example program senumval.exe on windows versions 2, 3 and 4. I cannot get the senumval.exe program to run on any schema xsd file. Error message always comes back as: Errors occurred, no output available   One of the xsd files which is good but fails is listed be

Re: Ernesto, Error during gmake in samples dir (Reduced to few numbers, thanx to you)

2003-12-05 Thread Kathiravan
Hi Ernesto,      I did as you said, that is i added the -AA to that HP specific option, and rerun the script but it gave the error message.     So i cleaned files using gmake distclean and run the fresh   $runConfigure -p hp-11 -x aCC -c cc -r pthrea

shared objects vs static libraries

2003-12-05 Thread Norman Samuelson
We are using Xerces-C as part of a large code. Linking with shared objects adds to the workload of users who must have yet another environment variable set to run the code, so it can find the shared object file. We looked at the procedure for building the library and did not see any obvious w

RE: Merging DOMDocuments.

2003-12-05 Thread Jesse Pelton
Title: Message See DOMDocument::importNode(). -Original Message-From: Eric J. Peters [mailto:[EMAIL PROTECTED] Sent: Friday, December 05, 2003 6:58 AMTo: Xerces Mailing ListSubject: Merging DOMDocuments.   Hi-       I have 2 DOMDocuments, both of whi

Merging DOMDocuments.

2003-12-05 Thread Eric J. Peters
  Hi-       I have 2 DOMDocuments, both of which were created by the DOMBuilder.  I have several nodes in one of these documents that I would like to add to a specific place in the other one.  However, everything I try to do to accomplish this results in a DOMException: WRONG_DOC

RE: help Xerces c++ implementation

2003-12-05 Thread Purdy, Edgar M
Thanks, I'm probably real close and just need a little nudge to put this into operation. Ed -Original Message- From: Justin Kirby [mailto:[EMAIL PROTECTED] Sent: Friday, December 05, 2003 10:45 AM To: [EMAIL PROTECTED] Subject: RE: help Xerces c++ implementation On Fri, 2003-12-05 at

RE: help Xerces c++ implementation

2003-12-05 Thread Justin Kirby
On Fri, 2003-12-05 at 08:21, Purdy, Edgar M wrote: > I have installed Xerces c++ and compiled the dll. My implementation > need is to parse an XML buffer that has been received over TCP/IP > socket. The samples included in the downloads are lacking. MemParse is > my obvious need. The example o

static lib

2003-12-05 Thread Sam Lang
Hi, The xerces-c build (on Unix systems) seems to generate a shared library (.so) only by default. I'm interested in also generating a static lib (.a). Is there an easy way to do this with the xerces-c build system? Also, I'm curious, why were portable build scripts written from scratch instea

Re: Ernesto, Error during gmake in samples dir (Reduced to few numbers, thanx to you)

2003-12-05 Thread Kathiravan
Hi Ernesto,      I did as you said, that is i added the -AA to that HP specific option, and rerun the script but it gave the error message.     So i cleaned files using gmake distclean and run the fresh   $runConfigure -p hp-11 -x aCC -c cc -r pthread

RE: help Xerces c++ implementation

2003-12-05 Thread Purdy, Edgar M
I have installed Xerces c++ and compiled the dll. My implementation need is to parse an XML buffer that has been received over TCP/IP socket. The samples included in the downloads are lacking. MemParse is my obvious need. The example only breaks out number of elements, attributes, whitespaces a

Re: segmentation fault while writing apache modules using xerces

2003-12-05 Thread Hugo Kotsubo
Hi Oh, I forgot to call it.. tks Hugo Peter Guyatt wrote: Hi There,       Just a really stupid question are you using the XMLPlatformUtils::Initialize(); method   Thanks   Pete  -Original Message- From: Hugo Kotsubo [mailto:[EMAI

RE: Ernesto, Error during gmake in samples dir

2003-12-05 Thread Garcia Del Moral Gonzalez, Ernesto
Hi again,   I ran into this same trouble a few days ago. The problem is because aCC needs the -AA flag in the begining of the command, almost right behind the "aCC" itself. To achieve this you can edit the Makefile.incl in the samples dir and under the HPUX specific options add the flag. It

Ernesto, Error during gmake in samples dir

2003-12-05 Thread Kathiravan
Hi Ernesto,   As you said, i have cleaned all files using      $gmake distclean      in both source and samples directory and run the same configure command ($runConfigure -p hp-11 -x aCC -c cc -r pthread -b 32 -z -AA) in both source and samples. In the

Re: Unresolved error while running samples in xerces (HP-UX 11)

2003-12-05 Thread Garcia Del Moral Gonzalez, Ernesto
The output you should get must look similar to:   Shared Library Load List for CreateDOMDocument:   Order    Name       0    CreateDOMDocument    1 ^ /usr/lib/libpthread.1    2 ^ /home/egarciam/desllo/xerces/xerces-c-src_2_3_0/lib/libxerces-c.sl.23 (don't mind about the pat

Please Analyse this output Re: Unresolved error while running samples in xerces (HP-UX 11)

2003-12-05 Thread Kathiravan
hi,     Thank you very much for your suggestion. Here is the output after executing command,   $odump -sllibloadlist CreateDOMDocument       Output:   $ odump -sllibloadlist CreateDOMDocument   Shared Library Load List for CreateDOMDocument:   Order    Name       0    CreateDOMDocument

RE: Unresolved error while running samples in xerces (HP-UX 11)

2003-12-05 Thread Garcia Del Moral Gonzalez, Ernesto
Hi, change dir to $XERCESCROOT/bin (assumming the samples are created there) could you post the output from the following program? $odump -sllibloadlist CreateDOMDocument   Probably you are missing the "-AA"  aCC flag when building your sample files. This is just a guess. The odump outp

RE: segmentation fault while writing apache modules using xerces

2003-12-05 Thread Peter Guyatt
Hi There,       Just a really stupid question are you using the XMLPlatformUtils::Initialize(); method   Thanks   Pete  -Original Message-From: Hugo Kotsubo [mailto:[EMAIL PROTECTED]Sent: 04 December 2003 18:48To: [EMAIL PROTECTED]Subject: Re: segmentation fault while writing apache