Hi again, Yes I downloaded the source code and complied it using the "-g" i.e. debug flag whith FORTE C++ complier(CC) for Solaris. If this is the reason then I would try with a non debug build. But then Again my question remains unanswered (expect for libxml suggestion) that Can I build a lib jes having the Document generation features, streaming off other features. -Rajan
-----Original Message----- From: Gr�ndal Daniel [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 11:17 PM To: [EMAIL PROTECTED] Subject: SV:RE: C/C++ library (api's) to generate XML doc umen t Hi! Strange, but there might be (must be, of course) some kind of difference between the builds. Did you download the source and compiled it yourself? In that case there might be a difference depending on the compiler perhaps... I think what I have installed is the "Xerces-C++ 2.3 32 bit Binary for Solaris". //daniel Jesse Pelton (2003-07-15 19:40): >I'm a Windows developer, so what I'm about to ask may be dumb. Is >there any possibility that your library includes debugging symbols? > >> -----Original Message----- >> From: Rajan Bhide [mailto:[EMAIL PROTECTED] >> Sent: Tuesday, July 15, 2003 1:36 PM >> To: [EMAIL PROTECTED] >> Subject: RE: C/C++ library (api's) to generate XML documen t >> >> >> Hi, >> >> Here is my o/p of >> $)ls -l >> drwxr-xr-x 2 rbhide users 512 May 8 18:54 SunWS_cache >> lrwxrwxrwx 1 rbhide users 69 Jun 6 20:21 >> libxerces-c.so -> >> /home/rbhide/utilities/xerces/xerces-c-src2_2_0/lib/libxerces-c.so.22 >> lrwxrwxrwx 1 rbhide users 71 Jun 6 20:21 >> libxerces-c.so.22 -> >> /home/rbhide/utilities/xerces/xerces-c-src2_2_0/lib/libxerces- >> c.so.22.0 >> -rwxr-xr-x 1 rbhide users 42005144 May 8 18:54 >> libxerces-c.so.22.0 >> >> Which indicates size = "42005144" bytes. >> >> -Rajan >> >> >> Hi!! >> >> 40042535 is the owner of the file. The size is 5891704 approx >> 5.9MB... >> >> //daniel >> >> -----Original Message----- >> From: Rajan Bhide >> Sent: Tuesday, July 15, 2003 10:50 PM >> To: '[EMAIL PROTECTED]' >> Subject: RE: C/C++ library (api's) to generate XML documen t >> >> >> Hi Daniel, >> I suppose "40042535" indicates the file size in bytes which turn >> out to be 40 MB apporx. How r u finding it to be 5.9MB? >> >> -Rajan >> >> >> -----Original Message----- >> From: Gr�ndal Daniel [mailto:[EMAIL PROTECTED] >> Sent: Tuesday, July 15, 2003 10:32 PM >> To: [EMAIL PROTECTED] >> Subject: SV:C/C++ library (api's) to generate XML documen t >> >> >> Hi! >> >> CC Cluster(nod1)% ls -l xerces-c_2_3_0-Sol2.7ForCC/lib/ total 11540 >> lrwxrwxrwx 1 40042535 ccuser 17 Jul 14 10:13 >> libxerces-c.so -> >> libxerces-c.so.23 >> lrwxrwxrwx 1 40042535 ccuser 19 Jul 14 10:13 >> libxerces-c.so.23 -> >> libxerces-c.so.23.0 >> -rwxr-xr-x 1 40042535 ccuser 5891704 May 27 17:41 >> libxerces-c.so.23.0 >> >> Seems to me that it is around 5.9MB? 2.2 is about the same. >> >> //daniel >> >> >> Rajan Bhide (2003-07-15 18:54): >> >Hi, >> > >> >I require to generate XML document using XML document >> generator through >> >my >> application code using C/C++ apis. I am trying this out using xerces >> C++ library for Solaris platform with CC compiler. The >> xerces-c.22.0.so library has a size of around 45MB, which is too much >> for a mere XML document generation. Is there any way to build this >> library only with the DOM apis with Document generation features, i.e >> no parsing api's are required. Or Can anyone of u suggest any other >> C/C++ library for unix which is small in size and provides XML >> document generation programming api's. >> > >> >Thanks in advance, >> > >> >Rajan Bhide >> > >> > >> >> ------------------------------------------------------------------ >> RFV Data E-post: [EMAIL PROTECTED] >> Utvecklingsenheten/Grupp 2 Tfn: 060-187126 >> S.a J�rnv�gsgatan 41 Mobil: 070-3016517 >> 851 93 Sundsvall Fax: 060-147870 >> ------------------------------------------------------------------ >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > ------------------------------------------------------------------ RFV Data E-post: [EMAIL PROTECTED] Utvecklingsenheten/Grupp 2 Tfn: 060-187126 S.a J�rnv�gsgatan 41 Mobil: 070-3016517 851 93 Sundsvall Fax: 060-147870 ------------------------------------------------------------------ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
