Who is the maintainer?

2001-08-16 Thread Murray Cumming
Who is the maintainer of Xerces-C? -- Murray Cumming www.murrayc.com [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Changing include to include/xercesc

2001-08-16 Thread Murray Cumming
"Jason E. Stewart" wrote: > > "Murray Cumming" <[EMAIL PROTECTED]> writes: > > > "Arnold, Curt" wrote: > > > > > > I haven't been following this thread and it troubles me that > > > appears that it would require touching every single include of a > > > Xerces header file at least in applications

memory leaks in Xerces-C++ 1.5.0 version

2001-08-16 Thread Nick Chiang
Title: memory leaks in Xerces-C++ 1.5.0 version Hi, I found two places may have memory leak problem.     First, in src/validators/common/DFAContentModel.cpp Line 464 function DFAContentModel::buildDFA().     statement:     QName* qname = new QName(XMLUni::fgZeroLenString, XML

install on W2000

2001-08-16 Thread nicolas kuznik
Hi, I'm trying to install Xerces-win32 on my machine (equipped with windows 2000). Is it possible ? If yes, what is the procedure ? Thanks Best regards Nicolas Kuznik - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Xerces for Solaris 8

2001-08-16 Thread Kavitha B S
Hi, We have an Application which needs to be compiled on Solaris 8. Could u tell me if it is safe to use Xerces-c library which is Built on Solaris 7 and Build our Application on Solaris 8. Or Do we need to build xerces-c on Solaris 8 and then Build the Application. Thanx in Advance, Re

Re: [Fwd: Changing include to include/xercesc]

2001-08-16 Thread Jason E. Stewart
"Arnaud Le Hors" <[EMAIL PROTECTED]> writes: > "Jason E. Stewart" wrote: > > > > "Murray Cumming" <[EMAIL PROTECTED]> writes: > > > ... > > > Actually, it *would* be better to just rename src to xercesc and stop > > > copying the headers into include. > > > > That does seem like an elegant sol

RE: Changing include to include/xercesc [recap for non-Linuxites]

2001-08-16 Thread Arnold, Curt
> No, I have said several times that this will not require any > existing apps to change the way that they #include the > Xerces-C++ headers. Read the thread. Actually, I had read every message in the thread before posting. I had not been following the thread but started to see things that lo

Re: [Fwd: Changing include to include/xercesc]

2001-08-16 Thread Arnaud Le Hors
"Jason E. Stewart" wrote: > > "Murray Cumming" <[EMAIL PROTECTED]> writes: > ... > > Actually, it *would* be better to just rename src to xercesc and stop > > copying the headers into include. > > That does seem like an elegant solution. > > One drawback is that it does mean mucking with the C

Compile SAX2Print under RedHat 7.0 with g++

2001-08-16 Thread Frank Chen
Hi, all:   I want to compile SAX2Print alone with g++. What things, at least, should I feed to g++ at the command line? I use binary form of xerces-c 1.5.1.   Thanks.   ~Frank

RE: XML Write

2001-08-16 Thread Aldrich, Tim
search the mailing-list archive for DOMSerializer.cpp Someone really ought to include it in the dist ... Timothy R Aldrich CREDIT | FIRST SUISSE | BOSTON Global Web Services (NYC) Voice: (212) 325-8652 Fax:(212) 325-9596 E-mail: mailto:[EMAIL PROTECTED] Pager:

RE: XML Write

2001-08-16 Thread Doug Brower
>Is there any API in Xerces C++ to write from DOM to an external (ASCII) file >to create an XML document? Looking for something similar to XMLWriter in JDOM. Take a look at http://xml.apache.org/xerces-c/domprint.html for an example. -

XML Write

2001-08-16 Thread SShetty
Is there any API in Xerces C++ to write from DOM to an external (ASCII) file to create an XML document? Looking for something similar to XMLWriter in JDOM. Thanks. Sharat Shetty - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Xerces Build using Forte 6 update 2 / Solaris 2.6

2001-08-16 Thread jan . taralczak
BDY.RTF

StdInInputSource is broken and the sample will not work

2001-08-16 Thread Goldshteyn, Michael
The StdInInputSource has been broken in 1.5.1 and the sample that demonstrates its usage terminates with an error.

RE: Xerces Build using Forte 6 update 2 / Solaris 2.6

2001-08-16 Thread jan . taralczak
BDY.RTF

Re: Barrage of questions from newbie

2001-08-16 Thread Jason E. Stewart
"J. J. Merelo" <[EMAIL PROTECTED]> writes: > and the second, it's very un-PERL-like; coming from PERL, where > there's a wonderful XML::Simple module that converts a whole XML doc > into a tree You could always use XML::Xerces which is the perl interface to Xerces-C, available at xml.apache.org.

Re: [Fwd: Changing include to include/xercesc]

2001-08-16 Thread Jason E. Stewart
"Murray Cumming" <[EMAIL PROTECTED]> writes: > Murray Cumming wrote: > > > > Tinny Ng wrote: > > > I just worry, if we do this, will we eventually be asked to add "xercesc" to all > > > the folders > > > => include/xercesc > > > => samples/xercesc > > > => bin/xercesc > > > => lib/xercesc > > >

Re: Changing include to include/xercesc

2001-08-16 Thread Jason E. Stewart
"Murray Cumming" <[EMAIL PROTECTED]> writes: > "Arnold, Curt" wrote: > > > > I haven't been following this thread and it troubles me that > > appears that it would require touching every single include of a > > Xerces header file at least in applications (and possibly in the > > Xerces code base

Re: Changing include to include/xercesc

2001-08-16 Thread Arnaud Le Hors
Murray Cumming wrote: > > > I suggest, if you change, to simply use either xerces or Xerces (my > > preference). > > I just used the principle that more information is better. Wait a minute! > -- > Murray Cumming > www.murrayc.com ^ > [EMAIL PROTECTED] ^ What do I see here?

Re: Barrage of questions from newbie

2001-08-16 Thread David_N_Bertoni
> Ram Sadasiv wrote: > > > > In addition to being "un-STL-like" and "un-PERL-like", when you get into > > the XMLPlatformUtils and the framework's insistence to returning memory > > managed objects rather than pointers, it gets kind of "un-C++-like". > > > > Right-on... I was surprised to see get

RE: Barrage of questions from newbie

2001-08-16 Thread Jesse Pelton
The question of abandoning support for compilers that aren't quite up to modern standards comes up periodically. So far, it has always turned out that one or another supported platform still doesn't have a compiler with adequate support for the language features we'd like to take advantage of. (O

RE: Barrage of questions from newbie

2001-08-16 Thread Murphy, James
Its a lot easier to port from Java (Xerces-J) if you use a "Java-like" approach. That means smart pointers, no templates etc. Jim > -Original Message- > From: J. J. Merelo [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 16, 2001 12:30 PM > To: [EMAIL PROTECTED] > Subject: Re: Barrage

Re: Barrage of questions from newbie

2001-08-16 Thread J. J. Merelo
Ram Sadasiv wrote: > > In addition to being "un-STL-like" and "un-PERL-like", when you get into > the XMLPlatformUtils and the framework's insistence to returning memory > managed objects rather than pointers, it gets kind of "un-C++-like". > Right-on... I was surprised to see getChild return c

Re: Barrage of questions from newbie

2001-08-16 Thread Murray Cumming
"J. J. Merelo" wrote: > > Hi, > Just compiled my first xerces-c++ program, and so far, so good, but I > found some things I didn't like. The first thing is that it's very > un-STL-like, that is, STL is barely used (for instance, DOMString is > used instead of the STL string, which already

Re: Barrage of questions from newbie

2001-08-16 Thread Ram Sadasiv
In addition to being "un-STL-like" and "un-PERL-like", when you get into the XMLPlatformUtils and the framework's insistence to returning memory managed objects rather than pointers, it gets kind of "un-C++-like". But, as you point out, options are few... Also, given the number of target operatin

Barrage of questions from newbie

2001-08-16 Thread J. J. Merelo
Hi, Just compiled my first xerces-c++ program, and so far, so good, but I found some things I didn't like. The first thing is that it's very un-STL-like, that is, STL is barely used (for instance, DOMString is used instead of the STL string, which already takes into account locale and all

Re: Changing include to include/xercesc

2001-08-16 Thread Murray Cumming
[EMAIL PROTECTED] wrote: > > >Anything that makes it difficult for me to build an app against the Xerces > >source tree or a binary release without code changes, doesn't sound like a > >good thing. > > Would one way to allow folks to take their time moving to the new includes > be to set up file

RE: Changing include to include/xercesc

2001-08-16 Thread Herb Chong
this is how ICU solved the problem. Herb... Joseph

RE: Changing include to include/xercesc

2001-08-16 Thread Joseph_Kesselman
>Anything that makes it difficult for me to build an app against the Xerces >source tree or a binary release without code changes, doesn't sound like a >good thing. Would one way to allow folks to take their time moving to the new includes be to set up files with the old names that just include

Re: [Fwd: Changing include to include/xercesc]

2001-08-16 Thread Murray Cumming
Murray Cumming wrote: > > Tinny Ng wrote: > > I just worry, if we do this, will we eventually be asked to add "xercesc" to all > > the folders > > => include/xercesc > > => samples/xercesc > > => bin/xercesc > > => lib/xercesc > > => doc/xercesc > > . ?? > > I don't understand why these othe

Re: Changing include to include/xercesc

2001-08-16 Thread Murray Cumming
Arnaud Le Hors wrote: > > As far as I am concerned I don't have a pb with moving all the headers > into a specific subdirectory but I must say I really don't like the name > "xercesc". Why do we need a 'c' here? You're not concerned that it might > conflict with xercesj headers are you? ;-) Sure