Re: WWW/Internet 2009: 2nd CFP until 21 September

From: Walter Mitty <wamitty_at_verizon.net>
Date: Mon, 10 Aug 2009 18:03:09 GMT
Message-ID: <xhZfm.1559$Jg.623_at_nwrddc01.gnilink.net>


"paul c" <toledobythesea_at_oohay.ac> wrote in message news:fFXfm.38494$Db2.31022_at_edtnps83...
> Walter Mitty wrote:
>> ...
>> Anyway, I'm interested in whether XML falls under the topic of machine
>> representation of the data and is therefore neither compatible nor
>> incompatible with a relational view of data.
>> Or whether XML is an alternative tro the relational view of data, and
>> therefore one that should be compared with the relational view of data
>> with regard to benefits and drawbacks.
>> ...
>
>
> Here's an excerpt from an article two of the xml originators wrote
> (http://www.scientificamerican.com/article.cfm?id=xml-and-the-second-genera):
>
> "The nesting rule automatically forces a certain simplicity on every XML
> document, which takes on the structure known in computer science as a
> tree. As with a genealogical tree, each graphic and bit of text in the
> document represents a parent, child or sibling of some other element;
> relationships are unambiguous. Trees cannot represent every kind of
> information, but they can represent most kinds that we need computers to
> understand. Trees, moreover, are extraordinarily convenient for
> programmers. If your bank statement is in the form of a tree, it is a
> simple matter to write a bit of software that will reorder the
> transactions or display just the cleared checks."
>
> Note the third sentence! Basically, they admit that trees are not
> universally useful.
>
The phrase I'm going to quote is this: "to make information self-describing". This very same phrase was at the heart of the motivation for databases back when I got my introduction to them in 1984. There was a progression of how data definitions were managed that made sense back then, as an explanation of how we got to the threshold of databases.

It went something like this: In FORTRAN, data definitions were scattered all over the program, in FORMAT statements. In COBOL, the definitions were at least gathered at the front of the program, in the data division. Soon afterwards record definition libraries began to be accepted in the COBOL world. (BTW, I was never a COBOL guy). This enabled lots of programs to share record definitions. Finally, databases that contained their own schema, allowed data to be self describing.

I'm wondering if the people who invented XML didn't know that this work had been done before, or if they regarded the work on databases as worthy of being ignored.
In any event, they seem to have reinvented the hierarchical model of data. This keeps happening. Next thing you know, we'll have somebody in this forum telling us that Nelson Pick got it everything right. We've already been down that road, but it can happen again. Received on Mon Aug 10 2009 - 20:03:09 CEST

Original text of this message