This has been fixed by copying the jdom XMLOutputter and amending it to put a new line in front of the the namespaces. The namespaces are also output in alphabetical order of their prefix.
Martin.
I have removed the extra @ symbol that was appearing with the Optional attribute. I left the one that appears in front of the name as it matches the use of the around the element names. It looked odd without the @ in front of the name.
I have committed this back into the svn Trunk.
This is a very valid point. It does however raise more issues that a simple rename. For example should rules associated with the node be changed to point at the new name. This is very, very complex as you have to parse the xpaths stored to make sure that they contain direct references to the node in question. What if there are two node of the same name sharing a rule and you change the name...
I agree that it would be good to do this. This is not an easy fix as the format for the output is handled by JDOM Format. I should be able to override this and make the necessary changes. sadly I can not get access to the source code at to make the change.
martin.
Ken, this is how I have seen it working.
There are two options:
1) progress monitor in foreground. You simply wait for the task to finish and a dialog will pop up and when this is dismissed the progress monitor is dismissed.
2) job performed in background. This can happen when either of two things have happened. a) you press the run in background button and/or you have ticked the always...