Skip to content

Instantly share code, notes, and snippets.

@jimdur8n
Last active October 9, 2019 22:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jimdur8n/9dbc91877fc9ac1fd83a510a0abead70 to your computer and use it in GitHub Desktop.
Save jimdur8n/9dbc91877fc9ac1fd83a510a0abead70 to your computer and use it in GitHub Desktop.
declare function local:seriesTitle($Network as xs:string?,$seriesTitle as xs:string){
if ($Network = "ABC")
then $seriesTitle := "ABC World News Tonight"
else if ($Network = "CBS")
then $seriesTitle := "CBS Evening News"
else if ($Network = "NBC")
then $seriesTitle := "NBC Nightly News"
return $seriesTitle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment