DOMSave = DOMPrint

2001-07-11 Thread kiuma
Ok I see too many messages reguarding it hey my mbox!! ;-P // DOMSave.h // // #ifndef DOMSAVE_H #define DOMSAVE_H // Includes #include #include #include #include #include #include #include #include #include #incl

RE: Nested tables in genrb (patch)

2001-07-11 Thread Yves Arrouye
Title: Message  > A xerces build with the option to use ICU converters triggers a full ICU build as part of the xerces build, so we wont be able to use that option from within an ICU build.    I know I already wrote about this but let me say it again. I submitted a patch to Xerces 1.3 to not

RE: problem regarding DOMPrint

2001-07-11 Thread Chaim Koshizky
Would be nice to bulish your file serialization code throgh this forum . > -- > From: Anthony Zawacki > Reply To: [EMAIL PROTECTED] > Sent: Thursday, July 12, 2001 12:13 AM > To: [EMAIL PROTECTED] > Subject: Re: problem regarding DOMPrint > > Hello, > > Your

[Bug 2588] New: - new version of xerces

2001-07-11 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2588 *** shadow/2588 Wed Jul 11 21:45:14 2001 --- shadow/2588.tmp.16910 Wed Jul 11 21:45:14 2001 *** *** 0 --- 1,18 + ++ + | new version of xer

Re: Renaming src to xercesc

2001-07-11 Thread Jason E. Stewart
"Dave Connet" <[EMAIL PROTECTED]> writes: > I guess I don't really see the problem. Subdirectory namespaces > really don't matter - it's the header files themselves. And if you > have 2 headers with the same name and you need both, you're pretty > much in trouble anyways because of things like "#

RE: Renaming src to xercesc

2001-07-11 Thread Dave Connet
It's pretty easy to make it clear about includes with comments: // Here's the xerces includes #include ... // Here's the abc includes ... I guess I don't really see the problem. Subdirectory namespaces really don't matter - it's the header files themselves. And if

RE: Build a Xerces 1.5.1 or Xerces 1.6?

2001-07-11 Thread Peter Murphy
> -Original Message- > From: Nick Denning [mailto:[EMAIL PROTECTED]] > > > Excellent idea, and I would be happy with 1.6 > > Nick I prefer 1.5.1, but 1.6 would be fine for me. I'm +1 for the whole concept of a new release; but the name itself is a side issue. I'd rather defer the decision

RE: problem regarding DOMPrint

2001-07-11 Thread Nick Denning
I have seen the others responses, and as I am fiddling around with DOMPrint at the moment, let me show you what I have done and see if that does the trick for you. // --- // Local classes //

Changing the DOMPrint example to include full escaping of text nodes.

2001-07-11 Thread Nick Denning
Just an observation, but it has taken me some time to resolve this. I think this is also a fairly common problem with many other people failing to handle the escape characters (and not even knowing about them). Is there any reason why the DOMPrint example does not convert all the standard escape

RE: Build a Xerces 1.5.1 or Xerces 1.6?

2001-07-11 Thread Nick Denning
Excellent idea, and I would be happy with 1.6 Nick -Original Message- From: Tinny Ng [mailto:[EMAIL PROTECTED]] Sent: 11 July 2001 15:57 To: [EMAIL PROTECTED] Subject: Build a Xerces 1.5.1 or Xerces 1.6? Hi, As more and more users are reporting that ElemStack memory leak in Xerces 1.5

Re: Stopping in the middle of a parse

2001-07-11 Thread Joseph_Kesselman
>How do you prematurely end parsing, using the parse() method of the SAX parser, >without using the progressive parsing methods like parseNext(). Can you? Throw an exception from your handler. That really is the standard solution. If you throw a recognizable exception, the routine which invoked

RE: Problem building xerces-c-1_4 on AIX 4.3.2 using xlC_r

2001-07-11 Thread Aniruddha Shevade
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-

RE: Stopping in the middle of a parse

2001-07-11 Thread Erik Schroeder
Throw an exception from within your document handler when it is time to prematurely end the parse. -Original Message- From: Williamson, Siehnai To: '[EMAIL PROTECTED]' Sent: 7/11/01 3:45 PM Subject: Stopping in the middle of a parse Hi, How do you prematurely end parsing, using the

Re: Problem building xerces-c-1_4 on AIX 4.3.2 using xlC_r

2001-07-11 Thread Herb Chong
so long as you are using the VAC++ 5.0 compiler, you will have all kinds of problems until you path the code yourself or you update to XML4C 1.5. Herb... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m

Re: problem regarding DOMPrint

2001-07-11 Thread Anthony Zawacki
Hello, Your not doing anything wrong, and there is not any problem (depending on your perspective.) If youlook at the DOMPrint example, you will see that it ignores the ostream it recieves, and uses a formatter in it's place that always output to std::out. You will need to change and fix this t

Stopping in the middle of a parse

2001-07-11 Thread Williamson, Siehnai
Title: Stopping in the middle of a parse Hi, How do you prematurely end parsing, using the parse() method of the SAX parser, without using the progressive parsing methods like parseNext().  Can you? Siehnai Williamson DocuCorp International, Inc.

Re: xerces-c1_4: problems building on AIX 4.3.2 using xlC_r, and comp ilingother cpp programs

2001-07-11 Thread Herb Chong
1.4 has no support for VAC++ 5.0. you have to update to 1.5 unless you are willing to make the changes to support the newer compiler. Herb - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Build a Xerces 1.5.1 or Xerces 1.6?

2001-07-11 Thread Murphy, James
Do you guys need help porting the rest of the Schema? I may have some time on my hands in the near future... You is handling that? Jim > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 11, 2001 1:29 PM > To: [EMAIL PROTECTED] > Subject: Re

Problem building xerces-c-1_4 on AIX 4.3.2 using xlC_r

2001-07-11 Thread Aniruddha Shevade
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

RE: problem regarding DOMPrint

2001-07-11 Thread Murphy, James
...snip... > ofstream outputfile; > outputfile.open("/tilde/lpcoop/temp.txt",ios::out); what do you expect this line to do? > outputfile << doc << endl; > outputfile.close(); > > Please tell me what the problem is ?? If i try to write a > normal string to > the outputfile like outputfile <<

RE: Build a Xerces 1.5.1 or Xerces 1.6?

2001-07-11 Thread Jesse Pelton
I'm all for a maintenance release. I'm vaguely fearful about the implications of leaving the DLL name the same, in that you'll have to inspect the timestamp to know which version you've got. But the whole issue of naming is irrelevant to me, since I build my own static library. Maybe those who use

Re: Build a Xerces 1.5.1 or Xerces 1.6?

2001-07-11 Thread David_N_Bertoni
Two thumbs up for Xerces 1.5.1 Thanks! Dave Tinny Ng <[EMAIL PROTECTED]To:

Parsing DTD

2001-07-11 Thread Drew Tennenbaum
Has anyone done any work on parsing a DTD? Before parsing an XML file, I need to store the DTD into the database. TIA, Drew Tennenbaum ** This email and any files transmitted with it are confidential and intended solely for

Runtime error using Xerces-c on Solaris

2001-07-11 Thread dreybla
We're using xerces-c compiled with cc 4.2 on Solaris 2.6, but it doesn't work the code that uses the library is the following: try { XMLPlatformUtils::Initialize(); } catch (const XMLException& toCatch) { //cout << "Error during initialization! :\n"

Re: Build a Xerces 1.5.1 or Xerces 1.6?

2001-07-11 Thread Jason E. Stewart
"Tinny Ng" <[EMAIL PROTECTED]> writes: > Since it's only a month since Xerces 1.5, not too many new code has been > added. So instead of Xerces 1.6, may be we can name it Xerces 1.5.1 > which means the dll name will remain as libxerces-c1_5.so . why can't it be libxerces-c1_5_1.so? Irregardles

xerces-c1_4: problems building on AIX 4.3.2 using xlC_r, and compiling other cpp programs

2001-07-11 Thread Aniruddha Shevade
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

problem regarding DOMPrint

2001-07-11 Thread Co-op DI
Hi , I am trying to work with the example DOMPrint given in the samples directory. The problem that I am haiving is that ... I am trying to print out the output in a FILE insted of printing it out on the CONSOLE. I am opening and closing the file properly but the output prints out on the CONSOLE a

Re: Build a Xerces 1.5.1 or Xerces 1.6?

2001-07-11 Thread Herb Chong
1.5.1 is psychologically more acceptable to managment when absorbing changes. Herb... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Build a Xerces 1.5.1 or Xerces 1.6?

2001-07-11 Thread Murphy, James
I totally agree - 1.6 works for us and we'd love to get the new bits. Jim > -Original Message- > From: Tinny Ng [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 11, 2001 10:57 AM > To: [EMAIL PROTECTED] > Subject: Build a Xerces 1.5.1 or Xerces 1.6? > > > Hi, > > As more and more use

[Bug 2565] - The external subset can be empty (Section 2.8)

2001-07-11 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2565 *** shadow/2565 Wed Jul 11 00:46:16 2001 --- shadow/2565.tmp.10617 Wed Jul 11 09:41:37 2001 *** *** 2,9 | The external subset can be empty (Section 2.8) | +---

RE: Build a Xerces 1.5.1 or Xerces 1.6?

2001-07-11 Thread Prior, Chris
This is going to get loads of responses In the circumstances 1.5.1 sounds ok to me! Chris Prior -Original Message- From: Tinny Ng [mailto:[EMAIL PROTECTED]] Sent: 11 July 2001 15:57 To: [EMAIL PROTECTED] Subject: Build a Xerces 1.5.1 or Xerces 1.6? Hi, As more and more users are

[Bug 2561] - Problem with standalone documents

2001-07-11 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2561 *** shadow/2561 Tue Jul 10 23:55:06 2001 --- shadow/2561.tmp.10401 Wed Jul 11 09:05:46 2001 *** *** 2,9 | Problem with standalone documents | +---

[Bug 2562] - Fixed Attribute Default validity constraint validation failed

2001-07-11 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2562 *** shadow/2562 Wed Jul 11 00:07:35 2001 --- shadow/2562.tmp.10336 Wed Jul 11 08:58:23 2001 *** *** 2,9 | Fixed Attribute Default validity constraint validation failed | +---

Re: Can I receive money for a Xerces program?

2001-07-11 Thread Jason E. Stewart
"john guildesh" <[EMAIL PROTECTED]> writes: > A customer of mine ordered me to develop a program to handle XML > files, and I want to use Xerces-C libraries. > > Wich concepts could I receive money for? > > Must I mention Apache Project? >From LICENSE.txt: * Redistribution and use in source

[Bug 2564] - Valid XML doc with defined xml:lang attribute fails on parsing

2001-07-11 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2564 *** shadow/2564 Wed Jul 11 00:30:09 2001 --- shadow/2564.tmp.10293 Wed Jul 11 08:51:25 2001 *** *** 25,28 ]> It is written in English ! --- 25,51 ]> It is written in English ! ! ! --- Add

Build a Xerces 1.5.1 or Xerces 1.6?

2001-07-11 Thread Tinny Ng
Hi, As more and more users are reporting that ElemStack memory leak in Xerces 1.5, plus a number of other bugs reported lately, I am thinking seriously we should get another build out to replace Xerces 1.5. Since it's only a month since Xerces 1.5, not too many new code has been added. So inst

Re: [Bug 2426] - memory leak in parser

2001-07-11 Thread Tinny Ng
Nick, Yes I think that's the same problem ... Tinny Nick Denning wrote: > Dear People, > > I have just joined the mailing list to enquire on a problem I think I have > with the XERCES-C 1.5 parser which I think has a memory leak. I have > checked the obvious things, having been a Xerces progr

RE: Xerces-c1_4 : Problems linking with libxerces-c1_4.so on SunO S 5. 6

2001-07-11 Thread Carl_Erhorn
Hi, Aniruddha. >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. I'm glad we solved this. I think it's a bug, as I have not heard a re

Can I receive money for a Xerces program?

2001-07-11 Thread john guildesh
Hi again! A customer of mine ordered me to develop a program to handle XML files, and I want to use Xerces-C libraries. Wich concepts could I receive money for? Must I mention Apache Project? Thank you very much. ___ Get

Re: Renaming src to xercesc

2001-07-11 Thread Tinny Ng
Murray, > To fix this, I'd like to add the 'xercesc/' bit to the includes in all > the xerces-c header. BUT, then xerces-c wouldn't build because the > headers are actually in src. SO, let's rename that directory. This > technique is used by lots of libraries, such as gtk. Sorry I couldn't quite

RE: Renaming src to xercesc

2001-07-11 Thread Nick Denning
Peter, Understand your point, but will not most people be using the run time version, where its the include directory, and anyway do not people have to modify the directory anyway when a new version is delivered? Nick -Original Message- From: Peter A. Volchek [mailto:[EMAIL PROTECTED]]

Re: Renaming src to xercesc

2001-07-11 Thread Murray Cumming
"Peter A. Volchek" wrote: > > > Here's my previous post again, for those who missed the reasoning: > > > > Murray Cumming wrote: > > > > > > I'd like to rename the 'src' directory to 'xercesc'. Here's why: > > > > > > I recently changed the build files so that they install the headers > > > under

Re: Renaming src to xercesc

2001-07-11 Thread Jason E. Stewart
"Murray Cumming" <[EMAIL PROTECTED]> writes: > "Jason E. Stewart" wrote: > > > > "Peter A. Volchek" <[EMAIL PROTECTED]> writes: > > > > > > > > I'd like to rename the 'src' directory to 'xercesc'. Here's why: > > > > > > > > > > > > > > > Don't do that Have you thought about thousand > >

Re: Renaming src to xercesc

2001-07-11 Thread Peter A. Volchek
> Here's my previous post again, for those who missed the reasoning: > > Murray Cumming wrote: > > > > I'd like to rename the 'src' directory to 'xercesc'. Here's why: > > > > I recently changed the build files so that they install the headers > > under a /include/xercesc directory instead of poll

Re: Renaming src to xercesc

2001-07-11 Thread Murray Cumming
Here's my previous post again, for those who missed the reasoning: Murray Cumming wrote: > > I'd like to rename the 'src' directory to 'xercesc'. Here's why: > > I recently changed the build files so that they install the headers > under a /include/xercesc directory instead of polluting > had

Re: Renaming src to xercesc

2001-07-11 Thread Peter A. Volchek
> > > > > I'd like to rename the 'src' directory to 'xercesc'. Here's why: > > > > > > > > > > Don't do that > > Have you thought about thousand customers/developers who will have to modify > > their working projects, documentations and so on. > > Certainly an issue, but is it an over-riding

Re: Renaming src to xercesc

2001-07-11 Thread Murray Cumming
"Jason E. Stewart" wrote: > > "Peter A. Volchek" <[EMAIL PROTECTED]> writes: > > > > > > I'd like to rename the 'src' directory to 'xercesc'. Here's why: > > > > > > > > > > Don't do that > > Have you thought about thousand customers/developers who will have to modify > > their working proj

Re: Renaming src to xercesc

2001-07-11 Thread Jason E. Stewart
"Peter A. Volchek" <[EMAIL PROTECTED]> writes: > > > > I'd like to rename the 'src' directory to 'xercesc'. Here's why: > > > > > Don't do that > Have you thought about thousand customers/developers who will have to modify > their working projects, documentations and so on. Certainly an

Re: Renaming src to xercesc

2001-07-11 Thread Murray Cumming
"Peter A. Volchek" wrote: > > > > > I'd like to rename the 'src' directory to 'xercesc'. Here's why: > > > > Don't do that > Have you thought about thousand customers/developers who will have to modify > their working projects, documentations and so on. Yes, but I think that the change wi

Re: Renaming src to xercesc

2001-07-11 Thread Peter A. Volchek
> > > I'd like to rename the 'src' directory to 'xercesc'. Here's why: Don't do that Have you thought about thousand customers/developers who will have to modify their working projects, documentations and so on. Peter A. Volchek Software Engineer Metis International, Inc. [EMAIL PROTECTE

Re: Renaming src to xercesc

2001-07-11 Thread Jason E. Stewart
"Murray Cumming" <[EMAIL PROTECTED]> writes: > Murray Cumming wrote: > > > > I'd like to rename the 'src' directory to 'xercesc'. Here's why: > > Can I have a maintainer's yes/no about this, please? Already gave my +1 jas. (xerces-p maintainer) ---

Re: Renaming src to xercesc

2001-07-11 Thread Murray Cumming
Murray Cumming wrote: > > I'd like to rename the 'src' directory to 'xercesc'. Here's why: > > I recently changed the build files so that they install the headers > under a /include/xercesc directory instead of polluting > had a secondary aim - to make it more obvious when client code #includes

[Bug 2565] New: - The external subset can be empty (Section 2.8)

2001-07-11 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2565 *** shadow/2565 Wed Jul 11 00:46:16 2001 --- shadow/2565.tmp.6305Wed Jul 11 00:46:16 2001 *** *** 0 --- 1,26 + ++ + | The external subse

[Bug 2564] New: - Valid XML doc with defined xml:lang attribute fails on parsing

2001-07-11 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2564 *** shadow/2564 Wed Jul 11 00:30:09 2001 --- shadow/2564.tmp.6269Wed Jul 11 00:30:09 2001 *** *** 0 --- 1,28 + ++ + | Valid XML doc with