What can be a better solution

2005-11-18 Thread Pranav.Sahu
Hi All, This is a more specific requirement what I have. I have lot many .xml files from which I need the data to be uploaded into my database. To achieve this I need a generic solution to proceed. I am a C/C++ guy. So to parse the .xml, I am thinking of using xerces-C

[ANN] Apache Cocoon 2.1.8 Released

2005-11-18 Thread Carsten Ziegeler
Apache Cocoon 2.1.8 Released The Apache Cocoon Community is proud to announce the new release of Apache Cocoon. Apache Cocoon is a web development framework built around the concept of separation of concerns (that is: allowing people to do their job without

Re: What can be a better solution

2005-11-18 Thread James Carr
It depends on the architecture. Normally for something like this, I tend to use php (mainly due to my background with it) as itis pretty simple to use... you could use SAX or the DOM (or even simpleXML in php5). Basically, you have a set of queries, i.e. INSERT INTO companies (name, street, city,