Here's what I was thinking of this morning:
I need to define a lot of XACML Policies (which is an XML application) at the moment. So far I've used the XML-Editor supplied with Eclipse and defined some templates to make things easier. This works pretty well but some things could be improved:
- it would be nice if the content assist would only suggest templates which are actually allowed at the point where I want to insert them
- another neat feature would be to have a list of valid attribute values when I "tab" to the placedholder defined in the template
Is this actually possible? I've read somewhere here that you can define your own template variables programmatically, which could maybe solve the first problem I have.
Greetings, Oliver