[Bug 3688] Static typing of fn:index-of

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


ravindranath.chennoju@oracle.com changed:

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




------- Comment #2 from ravindranath.chennoju@oracle.com  2006-09-25 23:32 -------
>>fn-indexof-mix-args-007 to fn-indexof-mix-args-015 and fn-indexo-mix-arg-019
Fixed the tests using fn:exactly-one function and CAST AS.

For example:
fn:index-of((),xs:untypedAtomic(''))  is changed to 
fn:index-of((),fn:exactly-one(xs:untypedAtomic('')) )

Received on Monday, 25 September 2006 23:32:28 UTC