Re: Small XPath2 typo

Thanks, Dave!
I'll fix it in the next edition.
--Don Chamberlin





"Dave Evans" <dme@sirius-software.com>
Sent by: public-qt-comments-request@w3.org
05/12/2003 12:52 PM
 
        To:     public-qt-comments@w3.org
        cc: 
        Subject:        Small XPath2 typo



I am looking at:

  http://www.w3.org/TR/2003/WD-xpath20-20030502

and in appendix B.2, Operator Mapping, the large table of dyadic operators
has the following row:

  A ne B  xs:NOTATION  xs:NOTATION  xs:not(op:NOTATION-equal(A, B)) 
xs:boolean

The fourth column, labeled "Function", should, I think, be:

   fn:not(op:NOTATION-equal(A, B))

not, as given above:

   xs:not(op:NOTATION-equal(A, B))

 Thanks. Dave Evans, Sirius Software, Inc., Cambridge, MA USA.

Received on Monday, 12 May 2003 21:37:22 UTC