You really suggest that in this example
<foo bar='""""""""""' />
should be automatically converted to
<foo bar="\"\"\"\"\"\"\"\"\"\"" />
1. this is more than simple formatting
2. not sure who really wants that
3. expect further problems cause by autoformat:
– it has to recognize and handle EL expressions too
– what about runtime attribute values?
NOP