- From: Jonathan Borden <jonathan@openhealth.org>
- Date: Mon, 9 Sep 2002 20:40:14 -0400
- To: <heflin@cse.lehigh.edu>, "Peter F. Patel-Schneider" <pfps@research.bell-labs.com>
- Cc: <www-webont-wg@w3.org>
Peter F. Patel-Schneider wrote:
>
> A treatment of imports can be done completely syntactically, by replacing
> imports foo, where foo is a URI (or whatever) by the contents of the
> document pointed at by foo.   This is the way I would handle it in the
> abstract syntax and direct semantics.
hmmm... if we consider that daml:imports is syntactic sugar for XInclude
http://www.w3.org/TR/xinclude/ i.e.
<xi:include
    xmlns:xi="http://www.w3.org/2001/XInclude"
    href="foo.daml"
/>
just using XInclude as it is already specified would allow us to prune this
whole discussion and the issues it raises of special syntax, semantics etc.
Jonathan
Received on Monday, 9 September 2002 20:57:26 UTC