Attributes or not Attributes ?

Fabien Girardin fabien at girardin.org
Wed Sep 9 00:28:54 BST 1998


Thierry,

Have a look at:
http://www.sil.org/sgml/elementAttr9804.html

-- Fabien

Thierry Thelliez wrote:

> <books>
>    <book isbn="0345374827">
>      <title>The Great Shark Hunt</title>
>      <author>Hunter S. Thompson</author>
>    </book>
>  </books>
>
> why isn't it:
>
> <books>
>    <book isbn="0345374827" title ="The Great Shark Hunt"
> author="Hunter S. Thompson"
>    </book>
>  </books>
>
> or
>
> <books>
>    <book
>     <isbn>0345374827</isbn>
>      <title>The Great Shark Hunt</title>
>      <author>Hunter S. Thompson</author>
>    </book>
>  </books>
>
> So far I have understood that the 3 notations are legal. But are they
> identical ?


xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list