OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   RE: Describing tables in XML

[ Lists Home | Date Index | Thread Index ]
  • From: "Michael Kay" <M.H.Kay@eng.icl.co.uk>
  • To: <xml-dev@ic.ac.uk>
  • Date: Tue, 8 Dec 1998 11:11:30 -0000

> I am a XML newbie and trying to write my first DTD.
> One thing I want to delcare in my DTD is a table.

"Table" can mean two things.

It can mean data, as in a relational table, in which case you should use
tags that reflect the objects and properties you are describing, e.g.
<STUDENTS>
<STUDENT><NAME>John</NAME><COURSE>Maths</COURSE></STUDENT>
<STUDENT><NAME>Mary</NAME><COURSE>History</COURSE></STUDENT>
</STUDENTS>

Or it can mean a two-dimensional structure of rows and columns with
undefined semantics, in which case you might as well use the HTML tags,
leaving out any rendition attributes if you want to abstract away from the
final appearance.

Mike Kay


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)





 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS