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
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
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=
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
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
"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
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:
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
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
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
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
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
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
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
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 |
+---
"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
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
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
---
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
---
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
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.
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
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]
23 matches
Mail list logo