Re: [xml-dev] Why does XML call them "attributes" and not name-value pairs?

From
Kit <>
To
Date
2022-01-16T14:12:13Z
ID
<>
Thread
Re: [xml-dev] Why does XML call them "attributes" and not name-value pairs?
Computer memory space is not important today. The place on the screen
is more important if one reads or edits such structured text.
-- 
Kit

ne 16. 1. 2022 v 2:54 odesílatel Dimitre Novatchev
<> napsal:
> Personally,  I am trying to use whenever possible attributes over elements, due to a "minor", boring reason: attributes take much less space in memory (and in written form) than elements, and this can lead to significant memory footprint difference and performance difference for big documents.
>
> Thanks,
> Dimitre