Hello again,
I am still having problems with the new/updated user config support
for HTML tables et al.
In my addon/MYCONFIG/myconfig.xxe I have the following:
<command name="forrest.tableColumn">
<class>com.xmlmind.xmleditapp.xhtml.table.TableColumn</class>
</command>
<command name="forrest.tableRow">
<class>com.xmlmind.xmleditapp.xhtml.table.TableRow</class>
</command>
Now, this is taken directly from the example in the documentation,
and it works flawlessly under MacOS X (10.4.x/Java 1.4.2). The
*exact* same config gives me the following error message under
Windows XP when opening/creating a document using my config:
cannot register command "forrest.tableRow":
com.xmlmind.xmleditapp.xhtml.TableRow
cannot register command "forrest.tableColumn":
com.xmlmind.xmleditapp.xhtml.TableColumn
There are no traces of a command class
"com.xmlmind.xmleditapp.xhtml.TableColumn" whatsoever, I have
searched all files, all locations I could find, in case there are old
instances of the config laying around. Nothing.
I have even tried uninstalling and reinstalling XXE, to no avail. I
have also installed the config anew - no change.
The only thing left that I can think of is a bug in XXE.
Regarding the error message and the config command:
The error message is the same, including the class reference,
irrespective of which of the two variants below I use:
<class>com.xmlmind.xmleditapp.xhtml.table.TableColumn</class>
<!-- new, correct reference -->
<class>com.xmlmind.xmleditapp.xhtml.TableColumn</class>
<!-- old, incorrect reference -->
In both cases XXE reports an error as if I had used the old
reference, which I am not. I have checked many times.
Any help would be appreciated.
Sjur