[Bug 1802] [FS] editorial: E.1.3 Attribute filtering

http://www.w3.org/Bugs/Public/show_bug.cgi?id=1802


simeon@us.ibm.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #1 from simeon@us.ibm.com  2006-03-27 21:31 -------
Applied the following fixes:

(1) distinguished when the attribute content is empty:
 Value filter @QName => ()
from then the attribute is absent:
 Value filter @QName => absent

(2) As suggested, used the standard notation when multiple values are possible
for a judgment, as in:
        Value1 filter @xsi:nil => SimpleValue
        SimpleValue in { (), false }

(3) Fixed the definition for the filter judgment to use the axis and nodetest
judgment properly.

- Jerome

Received on Monday, 27 March 2006 21:31:08 UTC