Alexander Johannesen wrote:
>
>
> Hmm. What about XML as a standard is not elegant?
Indeed it isn't. A format that gobbles up more bytes for tagging than
the data it wraps cannot be elegant. Even gift wrappings nowadays have
to be ecologically sound.
>
> What, exactly, is the difference between ;
>
> <record>
> <datafield tag="245" ind1="1" ind2="0">
> <subfield code="a">[Interview with Keith McCance]</subfield>
> <subfield code="h">[sound recording] /</subfield>
> <subfield code="c">[Interviewer : Bronwyn Benn].</subfield>
> </datafield>
> </record>
>
You don't see what I mean? 31 extra bytes for every subfield rather than
2? Where is this more elegant than
245 10 $aInterview with Keith McCance$h[sound recording]$c[Interviewer :
Bronwyn Benn] ?
> and ;
>
> <record>
> <title>
> <main>Interview with Keith McCance</main>
> <media>sound recording</media>
> <responsible>Interviewer : Bronwyn Benn</responsible>
> </title>
> </record>
>
The difference is the language-tied tags. They are not international.
Only numbers are. Terminology chances, and then there you are with
your nice outdated tags. Numbers resist change.
B.Eversberg
Received on Mon Aug 27 2007 - 03:24:09 EDT