Does UXML support batch processing (automated publishing)?
Every action and setting including formatting in UltraXML can be controlled via a macro. UltraXML also has a scripting language which can be used to combine these macros into functions. UltraXML currently supports DDE (Dynamic Data Exchange) so third party programs can send macros to UltraXML using a simple DDE call from C++ or Visual Basic programs. DDE can also be used to query the state of the system by asking for the value of script variables. UltraXML can work in batch mode by setting up scripts as mentioned above for your specific job. It is also possible to run a script automatically on opening an UltraXML document. (Autoexec) UltraXML can also be started and a document opens by the command line. It is possible to run UltraXML in server mode by writing a small module to handle the client requests and then issue the relevant macros command through DDE or the command line to UltraXML.