Tyrin Avery wrote: > In the commands PDF, it says you have to include the java commands, such > as xxe.open in the xxe configuration file. For example: > > <command name="xhtml.preview"> > > <class>com.xmlmind.xmleditapp.xhtml.Preview</class> > > </command> > > > > However, the class name that has to be declared for xxe.open isn?t in > the doc for the command. Nor is it in any of the tutorials. Where should > I look for this? (and why isn?t this done for me by default, it seems an > odd thing to require a user to do, since these are standard xxe functions) >
--> All stock commands are automatically predeclared. * Basic commands such as insert, paste, etc, are declared by some Java code found in xxe.jar or xxe_app.jar. * XXE.* commands (e.g. XXE.open) are declared in the stock *.xxe_gui files. The stock *.xxe_gui files are contained in xxe_app.jar. * Commands specific to a document type (XHTML, DITA, DocBook, etc) are declared in the corresponding .xxe or .incl configuration files. See XXE_install_dir/addon/config/, DITA_addon_install_dir/, etc. --> Your problem is probably more complex that it seems to be. Do no hesitate to send us another email explaining what you want to do.

