This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 1450 - [XQuery] IETF MIME Internet Type (media type) appendix comments
Summary: [XQuery] IETF MIME Internet Type (media type) appendix comments
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 1.0 (show other bugs)
Version: Last Call drafts
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Don Chamberlin
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-16 00:29 UTC by Liam R E Quin
Modified: 2005-09-29 11:17 UTC (History)
0 users

See Also:


Attachments

Description Liam R E Quin 2005-05-16 00:29:11 UTC
This issue is intended to reflect all comments on the IETF MIME Internet
Type appendix for XQuery.  The comments were originally made on the
external ietf-types mailing list.

[1] optional paremeters: charset

    From: Bjoern Hoehrmann <derhoermi@gmx.net>

    change this to
      optional paremeters: none
    and remove any description of the optional charset parameter.

    Liam proposes: accept

[2] security appendix

    From: Bjoern Hoehrmann <derhoermi@gmx.net>

    Compared to http://www.ietf.org/rfc/rfc2046.txt section 4.5.2
    this seems very incomplete.
    E.g.
    http://www.ietf.org/internet-drafts/draft-freed-media-type-reg-03.txt
    section 6 covers this. For example, it seems possible to
    construct a query such that it loops indefinitely through infinite
    recursion, that's probably something implementations should
    protect against.

    Liam proposes: accept after CR; during CR, request input from
    implementors on this suject.  See also
    http://www.ietf.org/internet-drafts/draft-freed-media-type-reg-04.txt
    and
    http://www.ietf.org/rfc/rfc2046.txt?number=2046 under PostScript.


[3] normative/non-normative

    From: Bjoern Hoehrmann <derhoermi@gmx.net>
    Should the appendix be normative?

    Liam proposes: yes.

[4] XQuery version number in quotes

    From: Larry Masinter <LMM@acm.org>

      > 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.

     Liam: propose to reformat as
      > An XQuery file may have the string
      >        xquery version "V.V"
      > near the beginning of the document,
      > [...]

      (the formatted document is clear; this is just the text version)

[end of forwarded comments]
Comment 1 Liam R E Quin 2005-05-17 17:52:57 UTC
Accepted as described.