RE: Xerces-C 2.6 Release

2004-09-17 Thread Patrick Townsend
Hi David, It appears that the only place you can get the source for the GNU make (gmake) facility for the AS/400 is from IBM. I've requested the source and copied you on the request. Patrick -Original Message- From: David Cargill [mailto:[EMAIL PROTECTED] Sent: Thursday, September 02, 2

[jira] Commented: (XERCESC-1273) Memory leak with writeToString in DOMWriter..Urgent Plz

2004-09-17 Thread xerces-c-dev
The following comment has been added to this issue: Author: PeiYong Zhang Created: Fri, 17 Sep 2004 8:38 AM Body: Hi, Here is the steps you may give a try. 1. Upgrade to XercesC2_5_0 and see if it still leaks. 2. Does a memory tool identify the memory leakage, or you o

RE: Validating against DTD in memory (Xerces C++ 2.5.0)

2004-09-17 Thread Carolina Garcia-Paris
Folks, I reported this issue to Alberto yesterday (DOM parser fails after using DTDValidator). Has anyone else experienced this problem with the parser failing after being set with a DTDValidator? I also found an old bug reported on what seems to be the same issue, but for the SAX2 parser as oppos

XML and network programming

2004-09-17 Thread Boris Glawe
Hi, I've read some tutorials about network programming with linux. Most of them are limited to creating sockets and sending/receiving data. I am now looking for solution that is both secure and usefull to send XML based data from one machine to another. It is possible to send arbitrary text ove

loadGrammar()

2004-09-17 Thread Matthew Berry
*/ Why when I call loadGrammar() and there is an problem with the schema file there is no explicit error (or warning) propagated out? For example, although a GC_ExistingGrammar exception was being thrown in GrammarResolver it dissappears. It is only possible to check that the return value is non-

RE: create large XML (about 250 MB)

2004-09-17 Thread Milan Tomic
How about using SAX? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

create large XML (about 250 MB)

2004-09-17 Thread Vítězslav Košina
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, can you help me (send some information, links etc.) how is possible create (mean build) large XML file, because i read that DOM limit in Xerces is about +/- 60-70 MB (source http://xmlbench.sourceforge.net). Thank Vitezslav Kosina -BE

[jira] Commented: (XERCESC-1273) Memory leak with writeToString in DOMWriter..Urgent Plz

2004-09-17 Thread xerces-c-dev
The following comment has been added to this issue: Author: Dee Created: Fri, 17 Sep 2004 3:15 AM Body: Hi, i also tried using this snippet ..but the memory leak is still there.. std::string GetXmlStringNew(DOMNode *pNode) { std::string sXML = ""; try {

[jira] Created: (XERCESC-1273) Memory leak with writeToString in DOMWriter..Urgent Plz

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

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 = DOMImplementationRegistry::getDOMImple

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::getDOMImplementation

Re: [VOTE]: Xerces-C Release Policy & Coding Conventions

2004-09-17 Thread Jason E. Stewart
David Cargill <[EMAIL PROTECTED]> writes: > I would like to have a vote on adopting the release policy and coding > conventions attached in the forwarded note below. Hi David, Looks good. +1 When shipping a release that goes from x.x.x => x.y.z it would be helpful to list the changes that bro