What is the xsl-file for exporting into XML?
Starting from SMExport 4, the TSMExportToXML component support the xsl-scheme generation with implemented “presentation” of xml-file. By standard, XML file contain a pure data without any visualization (colors/fonts/alignments etc) and by default any browser (MS Internet Explorer, for example) will display xml-file as tree where every source row is your exported record. Of course, better to show your xml-file as table, for example. The xsl-scheme is a such “rule”. TSMExportToXML support a few different formats of xml-file (see Format property) and for every format SMExport will generate a correct xsl-scheme. If you don’t want to generate xsl-scheme, just set GenerateXSL property in False.