Re: Last call comments on Xpath 2.0

[note this is not a WG reply]

  fn:assert(test,pass element path, fail element path)
  ex.fn:assert(count(//fingers) = 4, system/message/pass_element,
  system/message/fail_element)

isn't that "if" ?

  if (count(//fingers) = 4) then (system/message/pass_element) else (system/message/fail_element)

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Received on Friday, 20 June 2003 12:01:20 UTC