For example lets say I have an abbreviation for the United States I would normally mark it up as so:
CODE
<abbr title="United States">US</abbr>
but what I would love to do is get this to work:
CODE
<abbrev>United States</abbrev>
and using maybe the MTMacro plugin, have the first example outputted, anyway to have it automatically pick off the first letter of each word? I am not really very good with regular expressions or any of that...