I am attempting to transfer data from a quickbase database to another application. I have the .xsd schema the receiving application will accept and the ability to export a flat .xml file from quickbase. Quickbase provides the ability to apply a .xsl style sheet to the .xml export which I assume would have the ability to apply the schema format to the export.The element names in the .xsd and element names in the .xml export match due to the quickbase fields being designed using the schema elements for the receiving app.
The problem I have is I do not know how to create the required .xsl. Are there (free) tools that can generate an xsl if you have an .xml with correct data elements and the required .xsd? If so what would you recommend? If not, any recommendations on a way forward would be greatly appreciated.
I am currently using Eclipse EE with webtools xml plug-ins.
disclaimer -this is my first question on stackoverflow (or any forum for that matter) so please be patient with me if I'm totally off-base...I am a noob.
Thanks in advance,
Jimmy