I would like to use XXE in an application and I am very interested in some of the features I have seen in 2.3.
One basic feature I need is the ability to constrain the user in editing certain documents. The best way to describe this is in terms of the Bug Report example. I would like to prevent the user from changing the content of certain elements while accepting changes to other content. For example, in some applications the user should not be able to change the value of the <submittedBy> element. Problem description would be another element I would not allow a user top change. New entries would be permitted to follow existing entries but old content could not be modified. >From my limited understanding (so far) I would expect to write a command in Java. The Upper Case example shows how to bind such a command to keystrokes but I need to learn how to bind the command to a CSS style rule. I can see how to place dialog controls in the editor but I am not certain how to add the functionality I am after. Any suggestions ? -- John Austin <jwaustin at sympatico.ca>

