Hello,
 
 Currently, Exporter produces DSML 1.0 ( see code below ).
 
 Is there way to force it to generate DSML 2.0? Will it ever be supported?
 
 ...snip...
               Exporter exporter = new JNDIExporter(context);
             exporter.setSearchDescriptor(searchDescriptor);
             StringWriter stringWriter = new StringWriter();
             try {
                 exporter.export(stringWriter, false, true);
             } catch (ImportExportException e) {
                 getLog().error(e);
             }
 ...snip...
 
 Regards,
 
 Benjamin.



-------------------------------------------------
If you wish to unsubscribe from this list, please 
send an empty message to the following address:

[EMAIL PROTECTED]
-------------------------------------------------

Reply via email to