]> gerrit.simantics Code Review - simantics/interop.git/blobdiff - org.simantics.xml.sax.ui/src/org/simantics/xml/sax/ui/wizard/SchemaConversionWizard.java
Initial support for XML export (order of Elements is not kept)
[simantics/interop.git] / org.simantics.xml.sax.ui / src / org / simantics / xml / sax / ui / wizard / SchemaConversionWizard.java
index 7512c8adc375cdf78ef1b8ce65051f9ac59319ea..627381bfd84277adc17ad27210106d4c464431fb 100644 (file)
@@ -40,6 +40,9 @@ public class SchemaConversionWizard extends Wizard implements IImportWizard {
        \r
        public void doConversion() throws Exception {\r
                SchemaConverter converter = new SchemaConverter();\r
+               converter.setCreateExporter(inputSelectionPage.createExporter);\r
+               converter.setCreateImporter(inputSelectionPage.createImporter);\r
+               converter.setCreatePGraph(inputSelectionPage.createPGraph);\r
 \r
                File inputFile = new File(inputSelectionPage.getSchemaFilename());\r
                File configurationFile = null;\r