[xquery-talk] contains or tokenize usage help required in Xquery

Joe Wicentowski joewiz at gmail.com
Thu Jun 6 09:49:59 PDT 2013


> if( startsWith($s,"GE") or startsWith("SE" ) ) then return "Error"

--->

if ( starts-with($s, "GE") or starts-with($s, "SE") ) then "Error"


More information about the talk mailing list