- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 27 Mar 2006 21:31:03 +0000
- To: public-qt-comments@w3.org
- CC:
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