[
Lists Home |
Date Index |
Thread Index
]
- From: Fabien Girardin <fabien@girardin.org>
- To: Thierry Thelliez <tgt@lanl.gov>, xml-dev@ic.ac.uk
- Date: Tue, 08 Sep 1998 15:24:37 -0700
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@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|