Re: [xml-dev] Don’t create elements with simple content and attributes
Roger wrote
> <Cost currency="USD">8.95</Cost>
> You might argue that 8.95 is labeled and the label is Cost. I
disagree. I argue that Cost applies to the entire element (including
the currency attribute); it does not specifically apply to 8.95.
that's an er "interesting" interpretation:-)
Do you also object to such esoteric and rare forms as
<style type="text/css"> body {...}</style>
or
<script type="text/javascript>...</script>
David