RE: [Bug 2426] - memory leak in parser

2001-07-10 Thread Nick Denning
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 programmer for over a year now. I have now just received this bug report, while in the pr

[Bug 2563] New: - Parameter entities cannot be used inside markup declarations in an internal subset.

2001-07-10 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2563 *** shadow/2563 Wed Jul 11 00:19:27 2001 --- shadow/2563.tmp.6204Wed Jul 11 00:19:27 2001 *** *** 0 --- 1,27 + ++ + | Parameter entities

RE: outputting a DOMTree problem

2001-07-10 Thread Richard Docksey
thanks for the reply, more explicitly this is what I'm doing DOM_Element cChild = cDoc.createElement("Child"); cParent.appendChild(cChild); sprintf( szTmp, "%d", nChild ); DOM_Text cChildVal = cDoc.createTextNode(szTmp); cChild.appendChild(cChildVal); which is giving me 1 (where nChild=

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

2001-07-10 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2562 *** shadow/2562 Wed Jul 11 00:07:34 2001 --- shadow/2562.tmp.6172Wed Jul 11 00:07:35 2001 *** *** 0 --- 1,31 + ++ + | Fixed Attribute De

[Bug 2561] New: - Problem with standalone documents

2001-07-10 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2561 *** shadow/2561 Tue Jul 10 23:55:06 2001 --- shadow/2561.tmp.5691Tue Jul 10 23:55:06 2001 *** *** 0 --- 1,36 + ++ + | Problem with stand

Re: inlining a DTD

2001-07-10 Thread Jason E. Stewart
"Evert Haasdijk" <[EMAIL PROTECTED]> writes: > Thanks for your suggestion, although I'm not sure how to 'build the > myself' Could you illustrate with some (pseudo)code ? You just want to build a string piece by piece, then read in the dtd, then close the doctype; I'm Sorry Evert, but I'm real

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

2001-07-10 Thread Aniruddha Shevade
Hello Carl, 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 Thanks Aniruddha -Original Message- From: [EMAIL PROTECTED] [mailto:

RE: inlining a DTD

2001-07-10 Thread Evert Haasdijk
Jason, Thanks for your suggestion, although I'm not sure how to 'build the myself' Could you illustrate with some (pseudo)code ? TIA, Evert > -Original Message- > From: Jason E. Stewart [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 10, 2001 17:43 PM > To: [EMAIL PROTECTED] > Subject

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

2001-07-10 Thread Carl_Erhorn
Hi, Aniruddha. >What i do not understand is that Why is it not able to find the function in >the library. Also a command nm (library name ) shows that the symbol is >defined. So I am kind of confused. Yes, this would confuse me too. It's possible that the C++ compiler is mangling the name of t

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

2001-07-10 Thread Aniruddha Shevade
Hi carl The stricmp and strnicmp are indeed defined in SunCCDefs.cpp . They just return the native strcasecmp and strncasecmp functions , as would be expected. What i dont understand is that , it is when I try to link to my C++ program , I get the errors about undefined symbols. Somehow it is

Re: Xerces-c1_4 : Problems linking with libxerces-c1_4.so on SunOS 5. 6

2001-07-10 Thread Carl_Erhorn
Aniruddha, I've built earlier versions of Xerces (1.3) on Solaris 2.6/5.6 using the 4.2 compiler with no problems. But I have not tried to upgrade yet to the 1.4 or 1.5 versions. Solaris does have the equivalent functions in the string library. You can use strcasecmp and strncasecmp instead. Yo

virus

2001-07-10 Thread Willem Melder
Beste iedereen,   de laatste week heeft een virus op mijn computer mailtjes verzonden aan willekeurige adressen uit mijn adressenboek en met met willekeurige inhoud. Wanneer je het attachment niet hebt geopend is er niks aan de hand, maar als je dit wel gedaan hebt zijn de rapen gaar. Instal

Xerces-c1_4 : Problems linking with libxerces-c1_4.so on SunOS 5.6

2001-07-10 Thread Aniruddha Shevade
Hello I built the xerces library on SunOS 5.6 using CC compiler 4.2 .The library was built using the runConfigure utility and gmake. When I am trying to link my application to the library I get the following error messages Undefined first referenced symbol

[Bug 2546] New: - DOM_Node::XML_DECL_NODE is not imported

2001-07-10 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2546 *** shadow/2546 Tue Jul 10 10:41:37 2001 --- shadow/2546.tmp.26969 Tue Jul 10 10:41:37 2001 *** *** 0 --- 1,21 + ++ + | DOM_Node::XML_DECL

[Bug 2426] - memory leak in parser

2001-07-10 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2426 *** shadow/2426 Sat Jul 7 17:36:31 2001 --- shadow/2426.tmp.25827 Tue Jul 10 09:17:08 2001 *** *** 2,8 | memory leak in parser | +---

Re: inlining a DTD

2001-07-10 Thread Jason E. Stewart
"Evert Haasdijk" <[EMAIL PROTECTED]> writes: > Is there any way to inline the DTD for a DOM document so that, after > writing the document, it has an inline DTD? My solution is to start my parse with a bare bones document constructed in a memory buffer. Then I read my DTD in from a disk file, an

RE: query-1

2001-07-10 Thread Doug Brower
My advise is to start with the sample applications like DOMPrint and play with those. Once you get oriented somewhat, the documenation will be easier to absorb. -Original Message- From: Rengan Mysore [mailto:[EMAIL PROTECTED]] Sent: Monday, July 09, 2001 5:49 AM To: [EMAIL PROTECTED] Subj

xerces-c-dev@xml.apache.org

2001-07-10 Thread Herb Chong
never mind. never ran. something about the ^M character was causing problems with the version of GNU make i was using and was giving a syntax error before doing anything. this bring up another question though. why isn't make -S causing the build to stop on the first error? Herb ---

framework directory

2001-07-10 Thread Herb Chong
i'm building the release Xerces 1.5 on AIX using VAC++ 5.0 and i am getting compile errors when refering to includes of various headers in . where is the -I directive set for this? i can't find anything in any of the configuration files or makefiles to set this. Herb ---

Re: outputting a DOMTree problem

2001-07-10 Thread Joseph_Kesselman
You haven't shown us enough of your code to be sure what's going on. There are three possibilities: 1) The content of the Text node you're inserting as a child might end in a Newline character. 2) There might be a second Text child which contains a newline character. 3) DOMPrint might be tryin

outputting a DOMTree problem

2001-07-10 Thread Richard Docksey
hello, I've got a problem when outputting my nodes; I get the folling 1 when what I want is 1 I'm doing it using doc.createElement("a"); then appendchild 1 and this putting the end element on the next line. I've tried using setNodeValue(1) but I can't get this to work.

[Bug 2531] New: - runConfigure is not executable

2001-07-10 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2531 *** shadow/2531 Tue Jul 10 04:11:39 2001 --- shadow/2531.tmp.22567 Tue Jul 10 04:11:39 2001 *** *** 0 --- 1,18 + ++ + | runConfigure is no

inlining a DTD

2001-07-10 Thread Evert Haasdijk
Hi all, Is there any way to inline the DTD for a DOM document so that, after writing the document, it has an inline DTD? TIA, Evert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]