Harald Hanche-Olsen <hanche@math.ntnu.no> wrote:
+---------------
| I am not going to argue for attributes per se, but in a world filled
| with XML which has attributes, if you want to have markup that is
| trivially converted to XML then attributes seem like a good thing to
| have? Though you could always fake them:
| <a <attributes <href target>> Some text>
| or even (though it makes me shudder somewhat)
| <<a <href target>> Some text>
+---------------
Tim Bradshaw's TML does that this way:
<a :href "target" | Some text>
-Rob
-----
Rob Warnock <rpw3@rpw3.org>
627 26th Avenue <URL:http://rpw3.org/>
San Mateo, CA 94403 (650)572-2607