[
Lists Home |
Date Index |
Thread Index
]
1/9/2002 3:24:43 AM, Paul T <pault12@pacbell.net> wrote:
>
>http://groups.yahoo.com/group/xml-server/message/111
>
Paul, one needs to be a Yahoo member to access this URL. Here's
the first part, for those who wonder whether it's worth registering in
order to read the link. (note the date!]
From: jonathan.robie@s...
Date: Sat Oct 30, 1999 5:28 pm
Subject: [xml-server] Re: SQL extensions to XPath/XSLT - why we need them ?
paul tchistopolskii <pault1-@p...> wrote:
original article:http://www.egroups.com/group/xml-server/?start=97
> 1. Desiging the query laguage ( or better to call it 'framework')
> that lacks updates looks strange and inconsistent
> (Just imagine SQL without updates, but with selects only )
SQL has updates, but in SQL, the entire semantics of the data is
defined by the data model used for queries. In XML, most queries
produce results that no longer correspond to the schema defined by the
DTD or XML Schema, and many data sources may include additional
semantics that are not even known to the DTD or XML Schema. OQL (Object
Query Language) does not have an UPDATE or INSERT either, and for the
same reason.
|