I have been given an XML file to store it in the form of a database(postgresql, in linux environment). I had no experience and knowledge of doing this before. but when I had a search on this, I realized that something called XSLT is what I am looking for. I have managed to draw XSD(using oxygen xml tools) from the XML file.
Could you please suggest me a tutorial where I can find a quick solution to my specific needs?
it is prefered that a click would do both db/tables creation as well as dumping the data. But if that also calls for a big headache, I can create the db and tables(with the help of the XSD file I just extracted) and then have your kind help to transfer data from XML to database.