Re: static build of Xerces

2004-08-25 Thread Gareth Reakes
Hi, We have built a static Xerces library on Solaris and on Windows. We will be building it soon on AIX, IRIX, and TRU64 machines. I would be happy to submit the changes in the makefiles needed to build the static version for each of those platforms, with the hope that it will be included wit

[jira] Commented: (XERCESC-1260) Memory not released with DOMBuilder::parse() method

2004-08-25 Thread xerces-c-dev
The following comment has been added to this issue: Author: Gareth Reakes Created: Wed, 25 Aug 2004 2:05 AM Body: There was a bug a while back. Try upgrading to a new version. With questions like this its better to ask on the list - you will get a better response.

[jira] Closed: (XERCESC-1260) Memory not released with DOMBuilder::parse() method

2004-08-25 Thread xerces-c-dev
Message: The following issue has been closed. Resolver: Gareth Reakes Date: Wed, 25 Aug 2004 2:06 AM This does not happen in 2.5 - View the issue: http://issues.apache.org/jira/browse/XERCESC-1260 Here is an over

Re: user vs system includes

2004-08-25 Thread Gareth Reakes
Hi Adam, my preference is to always include public headers in <>. I think its a style thing (unless anyone has a reason). If no-one objects I will happily commit your patches. Gareth Adam Heinz wrote: What's the common opinion on mixing user includes with system includes? For example, xercesc

[jira] Created: (XERCESC-1264) replace user "includes" in public headers with system

2004-08-25 Thread xerces-c-dev
Message: A new issue has been created in JIRA. - View the issue: http://issues.apache.org/jira/browse/XERCESC-1264 Here is an overview of the issue: -

[jira] Updated: (XERCESC-1264) replace user "includes" in public headers with system

2004-08-25 Thread xerces-c-dev
The following issue has been updated: Updater: Adam Heinz (mailto:[EMAIL PROTECTED]) Date: Wed, 25 Aug 2004 8:31 AM Comment: This patches all header files in the /dom subdirectory. Changes: Attachment changed to dom.patch

[jira] Commented: (XERCESC-1264) replace user "includes" in public headers with system

2004-08-25 Thread xerces-c-dev
The following comment has been added to this issue: Author: Adam Heinz Created: Wed, 25 Aug 2004 8:41 AM Body: That looks to be most of it. A grep of my 2.5.0 public include directory turns up two more hits (besides stuff in deprecated): xercesc/util/MsgLoaders/ICU/ICUMsgLoader.

RE: macintosh frameworks

2004-08-25 Thread Adam Heinz
It looks like my symbolic to include/xercesc link was making the compile environment a little wacky. I replace the symlink with a directory full of the copied headers and the link issues have vaporized. Adam Heinz Senior Software Developer Exstream Software > -Original Message- > Fro

Best way to custom serialize a DOMElement node?

2004-08-25 Thread Rich Stephens
First off, forgive me if this is not the proper forum for this question. I did not see a xerces-c-users list at xml.apache.org. I have a DOMDocument which contains DOMElements which have attached UserData using the setUserData() function. I want to be able to interrupt the writing of the DOMEleme

RE: Best way to custom serialize a DOMElement node?

2004-08-25 Thread Adam Heinz
Why do you have to copy the code from the impl class? DOMWriter seems to consist entirely of virtual functions, so you should be able to override writeNode() and handle your user data or call the inherited DOMWriter::writeNode(). Unfortunately, I think you will have to also override DOMImpleme

[jira] Created: (XERCESC-1265) Cannot build Mach-O library using CW Pro 9 and BSD C headers

2004-08-25 Thread xerces-c-dev
Message: A new issue has been created in JIRA. - View the issue: http://issues.apache.org/jira/browse/XERCESC-1265 Here is an overview of the issue: -

Can Xerces-C++ create an XML skeleton based on a Schema?

2004-08-25 Thread 刘 颖
Thank you very much for your help! Sincerely yours _ 免费下载 MSN Explorer: http://explorer.msn.com/lccn/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

Help for download HP version of xerces parser

2004-08-25 Thread Mandar Dhas
Hello Sir,   We are working for a company , Opus software Solutions Pvt Ltd, working in financial domain. We are using xerces-c parsers for our applications.  We are able to download parsers for AIX & solaris platforms. But we are unable to download the HP version of the parser. When we try

Problems with multi-threaded parsing

2004-08-25 Thread Oliver, Steve
Title: Problems with multi-threaded parsing I am using Xerces C++ 2.3 on HPUX. My application uses a thread pool with each thread owning an instance of a parser. XML documents arrive in a queue and are processed by one of the available parsers from the thread pool. Under certain circumstances