I need to convert xml files that conform to one xml schema to another schema instance xml files. What would be the best approach? I'm thinking xslt might be a good choice. I would expect to have a tool that reads 2 xml schema files and spits out a xsl file, I can then use any transformer program to convert one xml file into other format with the xsl file. Is there such tool exist? Thanks in advance.
Steve Lu

