I was able to build samples files on solaris .
Now, We are receiving a datafile from a vendor which is in a XML format
based on DTD supplied by them.
I want to remove all those XML tags  and create a flat file with data only.
Use that flat file to upload data into Oracle.
I'm new to XML so can somebody tell me how do i go about this ? 
Thx,
Nilesh

-----Original Message-----
From: Rahul Jain [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 26, 2000 11:43 AM
To: [EMAIL PROTECTED]
Subject: Re: Problem building samples


> I download  "Xerces-C-src_1_0_ 1 "   and ran runConfigure like
> runConfigure -psolaris -cgcc -xCC. Then I ran "make"to build samples.
> 

Besides using gmake instead of 'make' do not mix gcc and CC. At best
you may be able to compile the sources, but they won't link as the
binary file formats are different.

Use gcc and g++ and cc and CC. However, do note that there are no
C files in Xerces-C and hence you did not notice any problems.

rahul

Reply via email to