- From: 'Liam Quin' <liam@w3.org>
- Date: Thu, 7 Apr 2005 16:39:17 -0400
- To: Larry Masinter <LMM@acm.org>
- Cc: ietf-types@iana.org, ietf-xml-mime@imc.org, public-qt-comments@w3.org
On Thu, Apr 07, 2005 at 01:34:26PM -0700, Larry Masinter wrote:
>
> > I.4 Recognizing XQuery Files
> >
> > An XQuery file may have the string xquery version "V.V" near the
> > beginning of the document, where "V.V" is a version number. Currently
> > the version number, if present, must be "1.0".
>
> I can't figure this out. Is the string "xquery" appear,
> "xquery version 1.0", or something else? I think the quotes
> are misplaced.
The xquery version information looks like:
xquery version "1.0";
or, for example,
xquery version "1.0" encoding "utf-8";
It's clearer in the formatted version -- mea culpa, I should have
reformatted it I think.
Liam
--
Liam Quin, W3C XML Activity Lead, http://www.w3.org/People/Quin/
http://www.holoweb.net/~liam/
Received on Thursday, 7 April 2005 20:45:27 UTC